Metadata-Version: 2.1
Name: pycelsiusnetwork
Version: 0.2.0
Summary: Unofficial Python Wrapper for the Celcius Network API
Home-page: https://github.com/eitchtee/pyCelsiusNetwork
Author: Herculino Trotta Neto
Author-email: herculinotrotta@gmail.com
License: MIT
Keywords: Celsius Netowrk,api,wrapper
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: arrow

# pyCelsiusNetwork
Unofficial Python Wrapper for the Celcius Network API

**See more on [Github](https://github.com/eitchtee/pyCelsiusNetwork)**

---

## What is this?
**pyCelsiusNetwork** is a Python API Wrapper for [Celsius Network](https://celsius.network/) public API.
This package also offers a short-and-sweet abstraction layer, with functions like depagination of API Results, reversing, and filtering, but the raw JSON response is always one paramether away.

## Requirements
You will need:
 - a Omnibus Treasury Partner Token, you can read on how to get one [here](https://developers.celsius.network/omnibus-treasury.html).
 - a Celsius Account API Key, you can read on how to generate one [here](https://developers.celsius.network/createAPIKey.html)
 - a computer with ``Python 3.5+`` and ``pip`` installed

## Installation

```
$ pip install pycelsiusnetwork
```

## Usage
Come back later.

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://choosealicense.com/licenses/mit/)

