Skip to content

Releases: TransposeData/transpose-python-sdk

v1.1.1

15 Jun 14:52
8ef3c75

Choose a tag to compare

Transpose Banner

Transpose Python SDK v1.1.1

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==1.1.1

Full Changelog

  • Addition of CDN endpoints ( Documentation )
  • Line shaping options for transpose.extras.Plot
    • One of spline, linear, hv, vh, hvh, vhv

v1.0.0

10 Jun 22:30
7e6211d

Choose a tag to compare

Transpose Banner

Transpose Python SDK v1.0.0

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==1.0.0

Full Changelog

  • Depreciation of api.Block, api.ENS, api.NFT, and api.Token in favor of api.block, api.ens, api.nft, and api.token.
  • Added a built-in plotting libaray

v0.1.4

03 Jun 19:52
7e6211d

Choose a tag to compare

Transpose Banner

Transpose Python SDK v0.1.4

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==0.1.4

Full Changelog

  • Small patch to fix log endpoint conflicts.

v0.1.3

03 Jun 17:52
7e6211d

Choose a tag to compare

Transpose Banner

Transpose Python SDK v0.1.3

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==0.1.3

Full Changelog

  • Better iteration over API response objects.
  • Support for dict(TransposeModel) rather than TransposeModel.__dict__()

v0.1.1

01 Jun 23:31

Choose a tag to compare

Transpose Banner

Transpose Python SDK v0.1.1

A modern python wrapper for the Transpose API Suite.

Installation

To install the python SDK from PyPi, you can run the following command:

pip install transpose-data==0.1.1

Full Changelog

  • Initial Commit