Socket
Socket
Sign inDemoInstall

transpose-dit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transpose-dit

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


Maintainers
1

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:

ModuleDescriptionDocumentation
SyncUtilities for pulling data from a dedicated instanceView

Examples

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc