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
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file transpose_dit-0.1.1.tar.gz.
File metadata
- Download URL: transpose_dit-0.1.1.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c628b83835de561e5662eb7c7f876cd625acbd8528e3a60ab685ad35d12a4319
|
|
| MD5 |
7d07f929d4e4f5d66cdb2ed764dac281
|
|
| BLAKE2b-256 |
99846cb94453bda3b8e863088f3120fbb7aac2c5bde5f55e97a7b4ebe2a84f56
|