Metadata-Version: 2.1
Name: DeFiLlama-Curl
Version: 2.0.1
Summary: Unofficial Python wrapper for DeFi Llama API client using the PyCurl module.
Home-page: https://github.com/the-praxs/DeFiLlama
Author: Pratyush Shukla
Author-email: ps4534@nyu.edu
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycurl (>=7.44.1)

# DeFiLlama Python API

![Python](https://img.shields.io/pypi/pyversions/DeFiLlama-Curl?style=flat-square)
[![PyPi](https://img.shields.io/pypi/v/DeFiLlama-Curl)](https://pypi.org/project/DeFiLlama-Curl/)
[![Wheel](https://img.shields.io/pypi/wheel/DeFiLlama-Curl)](https://github.com/the-praxs/DeFiLlama-Curl/releases)
[![Documentation Status](https://readthedocs.org/projects/defillama-curl/badge/?version=latest)](https://defillama-curl.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

-------

### Unofficial Python 3 wrapper for the [DeFiLlama API](https://defillama.com/home) using the fantastic [PyCurl](http://pycurl.io/) module

Built from the ground up to be fast, reliable and easy to use.

For detailed information about the API endpoints, see [DeFi Llama API Documentation](https://defillama.com/docs/api)

### Installation:

Use pip to install:

```python
pip install DeFiLlama-Curl
```
<!-- 
*TODO: Add conda link* -->

-----------

### Authentication:

Endpoints are accessible without requiring any API key.

-----------

### Documentation:

Extensive documentation is available [here](http://defillama-curl.readthedocs.io/)

