# Dedicated Instance Tools
![Deployment Tests](https://github.com/TransposeData/transpose-python-sdk/actions/workflows/deployment_tests.yml/badge.svg) ![PyPI version](https://badge.fury.io/py/transpose-dit.svg) ![Installations](https://img.shields.io/pypi/dd/transpose-dit?color=g)
Python utilities for working with Transpose Dedicated Instances.
## Getting Started
First, install the package from PyPI:
```bash
pip install transpose-dit
```
Then, connecting to your dedicated instance is as easy as
```python
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](docs), or select the module you're interested in below:
| Module | Description | Documentation |
| ------ | ---------------------------------------------------- | -------------------- |
| Sync | Utilities for pulling data from a dedicated instance | [View](docs/sync.md) |
### Examples
You can view examples of how to use this package in the [examples](examples) directory.
Raw data
{
"_id": null,
"home_page": "https://github.com/TransposeData/dedicated-instance-tools",
"name": "transpose-dit",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "web3,data,ethereum,web3 data,ethereum data",
"author": "Jonathan Becker (jon-becker)",
"author_email": "jon@transpose.io",
"download_url": "https://files.pythonhosted.org/packages/99/84/6cb94453bda3b8e863088f3120fbb7aac2c5bde5f55e97a7b4ebe2a84f56/transpose_dit-0.1.1.tar.gz",
"platform": null,
"description": "# Dedicated Instance Tools\n![Deployment Tests](https://github.com/TransposeData/transpose-python-sdk/actions/workflows/deployment_tests.yml/badge.svg) ![PyPI version](https://badge.fury.io/py/transpose-dit.svg) ![Installations](https://img.shields.io/pypi/dd/transpose-dit?color=g)\n\nPython utilities for working with Transpose Dedicated Instances.\n\n## Getting Started\n\nFirst, install the package from PyPI:\n\n```bash\npip install transpose-dit\n```\n\nThen, connecting to your dedicated instance is as easy as\n\n```python\nfrom transpose_dit import DedicatedInstance\n\ndb = DedicatedInstance(\n host=os.environ.get(\"HOST\"),\n port=os.environ.get(\"PORT\"),\n user=os.environ.get(\"USERNAME\"),\n password=os.environ.get(\"PASSWORD\"),\n database=os.environ.get(\"DATABASE\"),\n sslmode=os.environ.get(\"SSLMODE\"),\n debug=True,\n)\n\n...\n```\n\n### Documentation\nYou can view the full documentation for this package [here](docs), or select the module you're interested in below:\n\n| Module | Description | Documentation |\n| ------ | ---------------------------------------------------- | -------------------- |\n| Sync | Utilities for pulling data from a dedicated instance | [View](docs/sync.md) |\n\n### Examples\nYou can view examples of how to use this package in the [examples](examples) directory.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Web3 Data Made Simple. Powerful APIs for accessing human-readable blockchain data at scale: from blocks and transactions to NFTs and tokens.",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/TransposeData/dedicated-instance-tools"
},
"split_keywords": [
"web3",
"data",
"ethereum",
"web3 data",
"ethereum data"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "99846cb94453bda3b8e863088f3120fbb7aac2c5bde5f55e97a7b4ebe2a84f56",
"md5": "7d07f929d4e4f5d66cdb2ed764dac281",
"sha256": "c628b83835de561e5662eb7c7f876cd625acbd8528e3a60ab685ad35d12a4319"
},
"downloads": -1,
"filename": "transpose_dit-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "7d07f929d4e4f5d66cdb2ed764dac281",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12182,
"upload_time": "2023-05-23T23:04:23",
"upload_time_iso_8601": "2023-05-23T23:04:23.683403Z",
"url": "https://files.pythonhosted.org/packages/99/84/6cb94453bda3b8e863088f3120fbb7aac2c5bde5f55e97a7b4ebe2a84f56/transpose_dit-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-05-23 23:04:23",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TransposeData",
"github_project": "dedicated-instance-tools",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "psycopg2",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "python-dotenv",
"specs": []
},
{
"name": "pre-commit",
"specs": []
},
{
"name": "python-dateutil",
"specs": []
},
{
"name": "pytest-cov",
"specs": []
}
],
"lcname": "transpose-dit"
}