Skip to content

Releases: the-praxs/DeFiLlama-Curl

DeFiLlama-Curl v2.0.1

28 Mar 08:01
Compare
Choose a tag to compare
  • Fixed incorrect PyCurl dependency.
  • Enforced Python 3.6+ as a package requirement.

DeFiLlama-Curl v2.0.0

28 Mar 07:36
Compare
Choose a tag to compare

Since the DeFiLlama API was updated with many endpoints, this Python wrapper is built from the ground up and updated to include all the modules and their functionalities for those endpoints.

The major changes are as follows:

  • Updated the init file to include the package description and modules that can be imported.
  • Updated the package version in the version file.
  • Added the utils helper function that includes the get requests and the argument parsing functions.
  • Set utils file against improper import.
  • Modified the package into different module files that can be imported and used as needed.
  • Added docstrings for the module functions using restructured text style.
  • Created docs for the package using Sphinx and uploaded them on readthedocs.io.
  • Updated .gitignore to exclude docs/build directory.
  • Updated README.md to include the updated package details.