Metadata-Version: 2.3
Name: bcrpy
Version: 3.3.1
Summary: An API client for the extraction, query, and analysis of the BCRPData database from the Central Reserve Bank of Peru (BCRP).
License: MIT
Author: andrewrgarcia
Author-email: garcia.gtr@gmail.com
Requires-Python: >=3.8,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: bottleneck (>=1.3.6,<2.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: numpy (>=1.24,<1.25) ; python_version < "3.9"
Requires-Dist: numpy (>=1.26,<2.0) ; python_version >= "3.9"
Requires-Dist: pandas (>=1.5,<2.1) ; python_version < "3.11"
Requires-Dist: pandas (>=2.2,<2.3) ; python_version >= "3.11"
Requires-Dist: pathos (>=0.3.1,<0.4.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: termcolor (>=2.4.0,<3.0.0)
Requires-Dist: tqdm (>=4.65.0,<5.0.0)
Project-URL: Changelog, https://github.com/andrewrgarcia/bcrpy/releases
Project-URL: Documentation, https://bcrpy.readthedocs.io
Project-URL: Homepage, https://bcrpy.vercel.app/
Project-URL: Issues, https://github.com/andrewrgarcia/bcrpy/issues
Project-URL: Repository, https://github.com/andrewrgarcia/bcrpy
Description-Content-Type: text/markdown


<a href="https://bcrpy.vercel.app/"><img src="https://raw.githubusercontent.com/andrewrgarcia/bcrpy/main/docs/img/bcrp_poly_logo.png?raw=true" 
        alt="Picture" 
        width="300" 
        style="display: block; margin: 0 auto" /></a>

<br>

<h2 align="center">bcrpy</h2>

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/andrewrgarcia/voxelmap/main/LICENSE)[![Documentation Status](https://readthedocs.org/projects/bcrpy/badge/?version=latest)](https://bcrpy.readthedocs.io/en/latest/?badge=latest)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Un cliente API para la extraccion, consulta y analisis de la base de datos [BCRPData](https://estadisticas.bcrp.gob.pe/estadisticas/series/) del [Banco Central de Reserva del Peru (BCRP)](https://www.bcrp.gob.pe/) escrito para Python. Este cliente es un _wrapper_ de la [API para Desarrolladores](https://estadisticas.bcrp.gob.pe/estadisticas/series/ayuda/api) del BCRP.

## Vinculos 

[Documentación en linea (readthedocs)](https://bcrpy.readthedocs.io/en/latest/) 

[Manual bcrpy (pdf)](https://raw.githubusercontent.com/andrewrgarcia/bcrpy/main/bcrpy.pdf)

[pip package index](https://pypi.org/project/bcrpy/) 

[![](https://github.com/andrewrgarcia/hf10_organizer_event_kit/blob/main/05_logo_set/hf10_horizontal_logos/cmyk/hf10_horz_fcd_cmyk.png?raw=true)](CONTRIBUTING_ESP.md)

En apoyo al código abierto, este repositorio se encuentra participando en Hacktoberfest 2023. Te invitamos a consultar [CONTRIBUIR](CONTRIBUTING_ESP.md) para obtener instrucciones sobre cómo contribuir como colaborador y unirte a nuestra lista de colaboradores.

 _For English guidelines in how to participate, check the [CONTRIBUTING](CONTRIBUTING.md) file._


# Instalacion

En su sistema local (laptop o computadora) bcrpy puede ser instalada con el comando pip install bcrpy. Aun asi, se
recomienda instalar bcrpy dentro de un ambiente virtual virtualenv. El protocolo para aquel seria el siguiente:


```ruby
virtualenv venv
source venv/bin/activate
pip install bcrpy
```

bcrpy ha sido desarrollado con un protocolo de programación orientada a objetos (tambien conocido como *Object
Oriented Programming (OOP)*) lo cual se reduce a que objetos pueden ser usados a almacenar metodos (funciones),
datos, y su manejo de aquellos.


[![](docs/img/colaboratory.svg)](https://colab.research.google.com/drive/1YdyCYeU0S98428WgBg4n9Ad9auKrurQZ?usp=sharing)

