Skip to main content

Official Skytable client library for Python

Project description

Skytable Python Client

Note: This library is currently in alpha

This is an alpha version of Skytable's official connector for Python 3.X.

Example

Install the dependency:

pip install skytable-py

Use in your code:

import asyncio
from skytable_py import Config

c = Config(username="root", password="password")


async def main():
    db = await c.connect()
    # ... use the db


if __name__ == "__main__":
    asyncio.run(main())

License

This client library is distributed under the Apache-2.0 License.

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

skytable_py-0.1.0.tar.gz (11.0 kB view hashes)

Uploaded Source

Built Distribution

skytable_py-0.1.0-py3-none-any.whl (13.5 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