Skip to main content

No project description provided

Project description

Neo4j Aura SDK for Python

This is an SDK for interacting with the Neo4j Aura service from Python.

Installation

pip install neo4j-aura-sdk

Usage

from neo4j_aura_sdk import AuraClient


async def main():
    async with AuraClient.from_env() as client:
        tenants = await client.tenants()
        print(tenants)


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

Development

Running tests

make test

Building the package

poetry build

Publishing the package

poetry publish

License

LICENSING INFORMATION TBD

Contributing

Please see CONTRIBUTING.md for more information.

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

neo4j_aura_sdk-0.1.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

neo4j_aura_sdk-0.1.1-py3-none-any.whl (5.4 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