aioneo4j 0.0.5
pip install aioneo4j
Latest version
Released:
asyncio client for neo4j
Navigation
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: wikibusiness
- Tags neo4j, asyncio, aiohttp
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
Project description
- info:
asyncio client for neo4j
Installation
pip install aioneo4j
Usage
import asyncio
from aioneo4j import Neo4j
async def go():
async with Neo4j('http://neo4j:neo4j@127.0.0.1:7474/') as neo4j:
data = await neo4j.data()
assert bool(data)
loop = asyncio.get_event_loop()
loop.run_until_complete(go())
loop.close()
Project details
Verified details
These details have been verified by PyPIOwner
Maintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: wikibusiness
- Tags neo4j, asyncio, aiohttp
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aioneo4j-0.0.5.tar.gz
.
File metadata
- Download URL: aioneo4j-0.0.5.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcbf498aec15ee2c2b6a89d16f9d4a3bf4599bd5f5b3f25e7998afcee55be6bc |
|
MD5 | 2732c0cc6a1eae746039954d0b3497fc |
|
BLAKE2b-256 | 10577587ce03e6fbf37376a5b12a6b6b3c1d2679f2cbc563c436903dd7227dcf |
File details
Details for the file aioneo4j-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: aioneo4j-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4d38ff094cd3e6669e6268c1eee1ffda35dfe4004bc5068892a5a638400aab3 |
|
MD5 | bc3c22661bcd503052a6c07cf395693d |
|
BLAKE2b-256 | 74c4f01de3b22fe57fd241ef32ef06fac76468fa724e83315752a2cbf24e85be |