Skip to main content

No project description provided

Project description

XTDB Python SDK

This is the Python SDK for the XTDB database.

Development

This library uses Poetry for dependency management. To install the dependencies, run:

poetry install

Testing

See the test harness README for how to nodes are spun up and down.

You can run the http-proxy locally via the test harness:

./gradlew :lang:test-harness:httpProxy

This will run the http-proxy server on http://localhost:3300. You can then run the tests via:

poetry run pytest

Deployment

You'll need an account on PyPI to deploy the library.

Create yourself an API token on PyPI and save it using Poetry:

poetry config pypi-token.pypi <your-api-token>

To deploy a new version of the library, update the version number in pyproject.toml and run:

poetry publish --build

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

xtdb-0.0.3.dev0.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

xtdb-0.0.3.dev0-py3-none-any.whl (8.0 kB view hashes)

Uploaded Python 3

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