Metadata-Version: 2.4
Name: bcra-connector
Version: 0.4.1
Summary: A Python connector for the BCRA (Banco Central de la República Argentina) APIs
Project-URL: Homepage, https://github.com/PPeitsch/bcra-connector
Project-URL: Documentation, https://bcra-connector.readthedocs.io/
Project-URL: Repository, https://github.com/PPeitsch/bcra-connector.git
Project-URL: Bug Tracker, https://github.com/PPeitsch/bcra-connector/issues
Project-URL: Changelog, https://github.com/PPeitsch/bcra-connector/blob/main/CHANGELOG.md
Author-email: Pablo Peitsch <pablo.peitsch@gmail.com>
License: MIT License
        
        Copyright (c) 2024 PPeitsch
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: api,argentina,banco-central,bcra,connector,currency,exchange-rates,financial
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: numpy<1.27.0,~=1.26.4
Requires-Dist: requests<2.33.0,>=2.32.0
Requires-Dist: scipy<1.15.0,~=1.13.1
Requires-Dist: urllib3<3.0.0,>=2.2.1
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: isort>=5.0.0; extra == 'dev'
Requires-Dist: matplotlib<3.8.0,>=3.7.3; extra == 'dev'
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: numpy>=1.26.4; extra == 'dev'
Requires-Dist: pytest-cov>=4.1.0; extra == 'dev'
Requires-Dist: pytest-timeout>=2.1.0; extra == 'dev'
Requires-Dist: pytest<8.0.0,>=6.0.0; extra == 'dev'
Requires-Dist: scipy>=1.13.1; extra == 'dev'
Requires-Dist: setuptools<71.0.0,>=70.0.0; extra == 'dev'
Requires-Dist: sphinx<6.0.0,>=4.0.0; extra == 'dev'
Requires-Dist: twine>=5.1.1; extra == 'dev'
Requires-Dist: types-requests>=2.31.0; extra == 'dev'
Requires-Dist: types-urllib3>=1.26.0; extra == 'dev'
Description-Content-Type: text/markdown

# BCRA API Connector

[![PyPI version](https://badge.fury.io/py/bcra-connector.svg)](https://badge.fury.io/py/bcra-connector)
[![Python Versions](https://img.shields.io/pypi/pyversions/bcra-connector.svg)](https://pypi.org/project/bcra-connector/)
[![Documentation Status](https://readthedocs.org/projects/bcra-connector/badge/?version=latest)](https://bcra-connector.readthedocs.io/en/latest/?badge=latest)
[![Coverage](https://codecov.io/gh/PPeitsch/bcra-connector/branch/main/graph/badge.svg)](https://codecov.io/gh/PPeitsch/bcra-connector)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Tests](https://github.com/PPeitsch/bcra-connector/workflows/Test%20and%20Publish/badge.svg)](https://github.com/PPeitsch/bcra-connector/actions/workflows/test-and-publish.yaml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](.github/CODE_OF_CONDUCT.md)

A Python connector for the BCRA (Banco Central de la República Argentina) APIs, including Estadísticas v2.0, Cheques, and Estadísticas Cambiarias.

## Features

- Fetch principal variables published by BCRA
- Retrieve historical data for specific variables
- Get the latest value for a variable
- Access information about reported checks
- Retrieve currency exchange rate data
- Bilingual support (Spanish and English)
- Error handling with custom exceptions
- Retry logic with exponential backoff
- SSL verification (optional)
- Debug mode for detailed logging

## Documentation

Full documentation, including installation instructions, usage examples, and API reference, is available at:
- [Read the Docs Documentation](https://bcra-connector.readthedocs.io/)
- [Quick Start Guide](https://bcra-connector.readthedocs.io/en/latest/usage.html)
- [API Reference](https://bcra-connector.readthedocs.io/en/latest/api_reference.html)

## Installation

```bash
pip install bcra-connector
```

For detailed installation instructions and requirements, see our [Installation Guide](https://bcra-connector.readthedocs.io/en/latest/installation.html).

## Contributing

Contributions are welcome! Please read our:
- [Contributing Guidelines](.github/CONTRIBUTING.md)
- [Code of Conduct](.github/CODE_OF_CONDUCT.md)

## Security

For vulnerability reports, please review our [Security Policy](.github/SECURITY.md).

## Change Log

See [CHANGELOG.md](CHANGELOG.md) for a list of changes and version updates.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Disclaimer

This project is not officially affiliated with or endorsed by the Banco Central de la República Argentina. Use at your own risk.