Metadata-Version: 2.1
Name: cryptofinance
Version: 0.0.1
Summary: One API connecting you to cryptocurrency exchanges, indices, on-chain and social data.
Home-page: https://github.com/cryptofinance-ai/cryptofinance-api
Author: CRYPTOFINANCE
Author-email: support@cryptofinance.ai
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: ujson

# CRYPTOFINANCE Python SDK

*Status:*  To be released, register [here](https://docs.google.com/forms/d/e/1FAIpQLSejlxXCsPwSIoZ3JHcfwpKXneghyd0ViRe0yicyA5eD914n2Q/viewform) to be notified when live.

This repository hosts the Python SDK for the CRYPTOFINANCE API provided by [cryptofinance.ai](https://cryptofinance.ai/).

## Installation

You can install the CRYPTOFINANCE Python SDK from [PyPI](https://pypi.org/project/cryptofinance/):

```
pip install cryptofinance
```

The sdk is supported on Python 3.4 and above.


