# Coinpaprika API Python Client
## Usage
This library provides convenient way to use [Coinpaprika API](https://api.coinpaprika.com/) in Python.
[Coinpaprika](https://coinpaprika.com/) delivers full market data to the world of crypto: coin prices, volumes, market caps, ATHs, return rates and more.
For details and limitations please check the [documentation](https://api.coinpaprika.com/)
## Requirements
```text
pip install coinpaprika
```
## Getting started
### Free plan client
```python
from coinpaprika import client as Coinpaprika
client = Coinpaprika.Client()
```
### Pro plan client
```python
from coinpaprika import client as Coinpaprika
client = Coinpaprika.Client(api_key="YOUR-API-KEY")
```
API KEY can be generated [https://coinpaprika.com/api/](https://coinpaprika.com/api/).
## Examples
Check out the [./examples](./examples) directory.
## Tests
```test
pip install -r test_requirements.txt
pytest tests/test_api_request.py
```
## License
CoinpaprikaAPI is available under the MIT license. See the LICENSE file for more info.
## Source
Based on repository which is not maintained anymore:
[s0h3ck/coinpaprika-api-python-client](https://github.com/s0h3ck/coinpaprika-api-python-client)
Raw data
{
"_id": null,
"home_page": "https://github.com/coinpaprika/coinpaprika-api-python-client",
"name": "coinpaprika-sdk",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "coinpaprika api cryptocurrency",
"author": "Coinpaprika",
"author_email": "coinpaprika <it@coinpaprika.com>",
"download_url": "https://files.pythonhosted.org/packages/6e/4f/9011ca58a7bc0a4546fc5fa62b321a2a380a280bff7e31a12ed16a319ad1/coinpaprika-sdk-1.0.0.tar.gz",
"platform": null,
"description": "# Coinpaprika API Python Client\n\n## Usage\n\nThis library provides convenient way to use [Coinpaprika API](https://api.coinpaprika.com/) in Python.\n\n[Coinpaprika](https://coinpaprika.com/) delivers full market data to the world of crypto: coin prices, volumes, market caps, ATHs, return rates and more.\n\nFor details and limitations please check the [documentation](https://api.coinpaprika.com/)\n\n## Requirements\n\n```text\npip install coinpaprika\n```\n\n## Getting started\n\n### Free plan client \n```python\nfrom coinpaprika import client as Coinpaprika\n\nclient = Coinpaprika.Client()\n```\n\n### Pro plan client\n```python\nfrom coinpaprika import client as Coinpaprika\n\nclient = Coinpaprika.Client(api_key=\"YOUR-API-KEY\")\n```\nAPI KEY can be generated [https://coinpaprika.com/api/](https://coinpaprika.com/api/).\n\n## Examples\nCheck out the [./examples](./examples) directory.\n\n## Tests\n\n```test\npip install -r test_requirements.txt\n\npytest tests/test_api_request.py\n```\n\n## License\nCoinpaprikaAPI is available under the MIT license. See the LICENSE file for more info.\n\n## Source\nBased on repository which is not maintained anymore: \n[s0h3ck/coinpaprika-api-python-client](https://github.com/s0h3ck/coinpaprika-api-python-client) \n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "Official coinpaprika API Python client",
"version": "1.0.0",
"project_urls": {
"Bug Tracker": "https://github.com/coinpaprika/coinpaprika-api-python-client/issues",
"Homepage": "https://github.com/coinpaprika/coinpaprika-api-python-client"
},
"split_keywords": [
"coinpaprika",
"api",
"cryptocurrency"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "08f9cf2fc6b4a36ace64fa57e294952a1b22cd8c01478ae477e19b5b63eb51f9",
"md5": "76e33bcb600853aa44215c34a8974d88",
"sha256": "0b5110efb1e82535d27395a247e6f053d4c9309e5e9fdf248218db8bb634e516"
},
"downloads": -1,
"filename": "coinpaprika_sdk-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "76e33bcb600853aa44215c34a8974d88",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 8123,
"upload_time": "2023-06-23T04:55:17",
"upload_time_iso_8601": "2023-06-23T04:55:17.200984Z",
"url": "https://files.pythonhosted.org/packages/08/f9/cf2fc6b4a36ace64fa57e294952a1b22cd8c01478ae477e19b5b63eb51f9/coinpaprika_sdk-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e4f9011ca58a7bc0a4546fc5fa62b321a2a380a280bff7e31a12ed16a319ad1",
"md5": "a800d42f53720a879e7cc352cd9c623a",
"sha256": "4f161bf5c0127e1d935617522daeb62dbbbb04a3a292670667bb2bf0706988aa"
},
"downloads": -1,
"filename": "coinpaprika-sdk-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "a800d42f53720a879e7cc352cd9c623a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 9640,
"upload_time": "2023-06-23T04:55:18",
"upload_time_iso_8601": "2023-06-23T04:55:18.938125Z",
"url": "https://files.pythonhosted.org/packages/6e/4f/9011ca58a7bc0a4546fc5fa62b321a2a380a280bff7e31a12ed16a319ad1/coinpaprika-sdk-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-23 04:55:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "coinpaprika",
"github_project": "coinpaprika-api-python-client",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"test_requirements": [],
"lcname": "coinpaprika-sdk"
}