Skip to main content

Python Wrapper for DefiLlama endpoints

Project description

pydefillama: a DefiLlama Python client

PyPi PyPi

An unofficial DeFiLlama wrapper built for data science workflows.

For detailed instructions on the endpoints, refer to the API docs.

Installation

pip install pydefillama

Usage

import pydefillama as llama

# fetch all protocols
protocols = llama.fetch_all_protocols()

# fetch TVL for a protocol
llama.fetch_protocol_tvl(protocols[0]["slug"])

# fetch all chains
chains = llama.fetch_all_chains()

# fetch TVL for a chain
llama.fetch_chain_tvl(chains["name"])

Full list of supported functions here.

Run Tests

python -m unittest discover

Developing Locally

# install module without pip
python setup.py develop

# run shell to play around
ipython

# import and use module in python shell
import pydefillama as llama
...

Contributing

If you would like to contribute to this project, please open an issue or submit a PR. While we are open to all contributions, we would like to keep this project focused on data science workflows, which is why functions often return a pandas dataframe. If you would like to use this module for other purposes, please consider forking this repo.

Maintainers

To push to PyPi, follow the following steps:

  • Update version in setup.py
  • Push to main branch
  • Run ./updatepip.sh

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

We are thankful for the DefiLlama team for providing this open API. If you would like to support them, consider donating to them here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydefillama-1.0.10.tar.gz (5.1 kB view details)

Uploaded Source

Built Distribution

pydefillama-1.0.10-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file pydefillama-1.0.10.tar.gz.

File metadata

  • Download URL: pydefillama-1.0.10.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for pydefillama-1.0.10.tar.gz
Algorithm Hash digest
SHA256 58d2912f46c9766d693b0a43c45081456401d43c2a8f782b0dbae60a2f29567e
MD5 72506d50ada45c4d03bdbcb0ec16c00b
BLAKE2b-256 4578457cb51950e8ee4c1c1a0e85d8d32a72f540d31ca4458c86ff31fbcb0b6a

See more details on using hashes here.

File details

Details for the file pydefillama-1.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for pydefillama-1.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 83218dd3ffa14add7624f422e6322b8b4e96f428791304b7efb6fc751b06f74c
MD5 328a2d6df6b016249010b73c9b0aafc4
BLAKE2b-256 58133c405cfa018c96c9b115776045bbda5e97f8e3c3db7c9316c28300513d12

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page