Skip to main content

Web3 Data Made Simple. Powerful APIs for accessing human-readable blockchain data at scale: from blocks and transactions to NFTs and tokens.

Project description

Dedicated Instance Tools

Deployment Tests PyPI version Installations

Python utilities for working with Transpose Dedicated Instances.

Getting Started

First, install the package from PyPI:

pip install transpose-dit

Then, connecting to your dedicated instance is as easy as

from transpose_dit import DedicatedInstance

db = DedicatedInstance(
    host=os.environ.get("HOST"),
    port=os.environ.get("PORT"),
    user=os.environ.get("USERNAME"),
    password=os.environ.get("PASSWORD"),
    database=os.environ.get("DATABASE"),
    sslmode=os.environ.get("SSLMODE"),
    debug=True,
)

...

Documentation

You can view the full documentation for this package here, or select the module you're interested in below:

Module Description Documentation
Sync Utilities for pulling data from a dedicated instance View

Examples

You can view examples of how to use this package in the examples directory.

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

transpose_dit-0.1.1.tar.gz (12.2 kB view hashes)

Uploaded Source

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