python3 sdk for ezoodb.
Project description
pyezoo
pyezoo is a python-sdk for eZooDB
>>> from pyezoo import Connection
>>> conn = Connection(host='xxx.xxx.xxx.xxx', port=9090, user='xxx', password='xxx', auth=True)
>>> conn.get_client().hello()
Response(message='Welcome to ezoo!', status=0, cost_time=0.0)
>>> conn.get_client().get_node_with_id(db_name="xxx", id=1, retry=True)
node_s(type='xxx', props={...}, node_id=1, status=0, message='OK.', cost_time=0.000112842)
Installing pyezoo and Supported Versions
pyezoo is available op PypI:
python3 -m pip install pyezoo
pyezoo officially supports Python 3.7+.
API Reference and User Guide available on eZoo-API DOCS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyezoo-2.0.1.tar.gz
(135.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pyezoo-2.0.1-py3-none-any.whl
(151.8 kB
view details)
File details
Details for the file pyezoo-2.0.1.tar.gz.
File metadata
- Download URL: pyezoo-2.0.1.tar.gz
- Upload date:
- Size: 135.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f30a066a47e11996227c96a935c71676b2833f628df7d8f44c9da8ec997ecb2
|
|
| MD5 |
40b4dd4bf3448f90c740351248c62e43
|
|
| BLAKE2b-256 |
018bc551ec7b9b4d923aae8bceddbb4aded9464199b0b2441e75941215d47ed0
|
File details
Details for the file pyezoo-2.0.1-py3-none-any.whl.
File metadata
- Download URL: pyezoo-2.0.1-py3-none-any.whl
- Upload date:
- Size: 151.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e3d292ac9bf8d5f5488c418f22f12c407c46f25b6262451318be892f3eb69e8
|
|
| MD5 |
b1ef94a1b0be374993a73ebb55100b79
|
|
| BLAKE2b-256 |
776efc6bfde769550973ec279343571ca64a4909723e8b68cc5defd31b1f0a5d
|