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 hashes)
Built Distribution
pyezoo-2.0.1-py3-none-any.whl
(151.8 kB
view hashes)