Skip to content

nodestream-proj/neo4j-aura-sdk

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published