Metadata-Version: 2.1
Name: DeFiLlama-Curl
Version: 2.0.0
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
Description-Content-Type: text/markdown
License-File: LICENSE

# DeFiLlama Python API

![Python](https://img.shields.io/pypi/pyversions/DeFiLlama-Curl?style=flat-square)
[![PyPi](https://img.shields.io/pypi/v/DeFiLlama-Curl?style=flat-square)](https://pypi.org/project/DeFiLlama-Curl/)
![Wheel](https://img.shields.io/pypi/wheel/DeFiLlama-Curl?style=flat-square)

[![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://docs.llama.fi/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:

*TODO: Add readthedocs link* -->

