Metadata-Version: 2.2
Name: coinapi.rest.v1
Version: 1.4
Summary: SDKs for CoinAPI
Home-page: https://docs.coinapi.io/
Author: Tomasz Przybysz
Author-email: tom.przybysz@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

**Requirements:**
 * Python >= 3

**Install using:**

```bash
pip install --upgrade coinapi_rest_v1
```

**Import this way**

```python
from coinapi_rest_v1.restapi import CoinAPIv1
```

**To run examples:**

```bash
git clone https://github.com/coinapi/coinapi-sdk/
cd coinapi-sdk/data-api/python-rest/coinapi_rest_v1
# edit examples.py, fill your API key inside of it
python examples.py YOUR_API_KEY
```
