Name | bcra-connector JSON |
Version |
0.4.0
JSON |
| download |
home_page | None |
Summary | A Python connector for the BCRA (Banco Central de la República Argentina) APIs |
upload_time | 2024-11-25 22:54:40 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
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. |
keywords |
api
argentina
banco-central
bcra
connector
currency
exchange-rates
financial
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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.
Raw data
{
"_id": null,
"home_page": null,
"name": "bcra-connector",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "api, argentina, banco-central, bcra, connector, currency, exchange-rates, financial",
"author": null,
"author_email": "Pablo Peitsch <pablo.peitsch@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/1d/5c/ea89957a9b2752b99bfd3373ef4b9c6589fd4433f86978e3deba468ffc3f/bcra_connector-0.4.0.tar.gz",
"platform": null,
"description": "# BCRA API Connector\n\n[![PyPI version](https://badge.fury.io/py/bcra-connector.svg)](https://badge.fury.io/py/bcra-connector)\n[![Python Versions](https://img.shields.io/pypi/pyversions/bcra-connector.svg)](https://pypi.org/project/bcra-connector/)\n[![Documentation Status](https://readthedocs.org/projects/bcra-connector/badge/?version=latest)](https://bcra-connector.readthedocs.io/en/latest/?badge=latest)\n[![Coverage](https://codecov.io/gh/PPeitsch/bcra-connector/branch/main/graph/badge.svg)](https://codecov.io/gh/PPeitsch/bcra-connector)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![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)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](.github/CODE_OF_CONDUCT.md)\n\nA Python connector for the BCRA (Banco Central de la Rep\u00fablica Argentina) APIs, including Estad\u00edsticas v2.0, Cheques, and Estad\u00edsticas Cambiarias.\n\n## Features\n\n- Fetch principal variables published by BCRA\n- Retrieve historical data for specific variables\n- Get the latest value for a variable\n- Access information about reported checks\n- Retrieve currency exchange rate data\n- Bilingual support (Spanish and English)\n- Error handling with custom exceptions\n- Retry logic with exponential backoff\n- SSL verification (optional)\n- Debug mode for detailed logging\n\n## Documentation\n\nFull documentation, including installation instructions, usage examples, and API reference, is available at:\n- [Read the Docs Documentation](https://bcra-connector.readthedocs.io/)\n- [Quick Start Guide](https://bcra-connector.readthedocs.io/en/latest/usage.html)\n- [API Reference](https://bcra-connector.readthedocs.io/en/latest/api_reference.html)\n\n## Installation\n\n```bash\npip install bcra-connector\n```\n\nFor detailed installation instructions and requirements, see our [Installation Guide](https://bcra-connector.readthedocs.io/en/latest/installation.html).\n\n## Contributing\n\nContributions are welcome! Please read our:\n- [Contributing Guidelines](.github/CONTRIBUTING.md)\n- [Code of Conduct](.github/CODE_OF_CONDUCT.md)\n\n## Security\n\nFor vulnerability reports, please review our [Security Policy](.github/SECURITY.md).\n\n## Change Log\n\nSee [CHANGELOG.md](CHANGELOG.md) for a list of changes and version updates.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Disclaimer\n\nThis project is not officially affiliated with or endorsed by the Banco Central de la Rep\u00fablica Argentina. Use at your own risk.",
"bugtrack_url": null,
"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.",
"summary": "A Python connector for the BCRA (Banco Central de la Rep\u00fablica Argentina) APIs",
"version": "0.4.0",
"project_urls": {
"Bug Tracker": "https://github.com/PPeitsch/bcra-connector/issues",
"Changelog": "https://github.com/PPeitsch/bcra-connector/blob/main/CHANGELOG.md",
"Documentation": "https://bcra-connector.readthedocs.io/",
"Homepage": "https://github.com/PPeitsch/bcra-connector",
"Repository": "https://github.com/PPeitsch/bcra-connector.git"
},
"split_keywords": [
"api",
" argentina",
" banco-central",
" bcra",
" connector",
" currency",
" exchange-rates",
" financial"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "68e2ca108688c2a81318bf5056551d7e16123ba6d4b9c54187850b8a63e26abf",
"md5": "da76943865ed872e5949d89636936f41",
"sha256": "d181cab9ac3ce214424a542f5629e217153cdbd37edf0464d2f97c6165c11bea"
},
"downloads": -1,
"filename": "bcra_connector-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da76943865ed872e5949d89636936f41",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 17674,
"upload_time": "2024-11-25T22:54:38",
"upload_time_iso_8601": "2024-11-25T22:54:38.355683Z",
"url": "https://files.pythonhosted.org/packages/68/e2/ca108688c2a81318bf5056551d7e16123ba6d4b9c54187850b8a63e26abf/bcra_connector-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1d5cea89957a9b2752b99bfd3373ef4b9c6589fd4433f86978e3deba468ffc3f",
"md5": "2ae54019eb679bbed17ca9aaa6d656b5",
"sha256": "df1decbe0a44ede15757b2fa0982fe503b3c92f597568dd16221fbeb53dd7403"
},
"downloads": -1,
"filename": "bcra_connector-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "2ae54019eb679bbed17ca9aaa6d656b5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 37321,
"upload_time": "2024-11-25T22:54:40",
"upload_time_iso_8601": "2024-11-25T22:54:40.356980Z",
"url": "https://files.pythonhosted.org/packages/1d/5c/ea89957a9b2752b99bfd3373ef4b9c6589fd4433f86978e3deba468ffc3f/bcra_connector-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-25 22:54:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PPeitsch",
"github_project": "bcra-connector",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "bcra-connector"
}