Synchronized key-value stores with RPCs and pub/sub events. (Port of node.js version)
Project description
python-entangld
This is a python port of the node.js library entangld
, which you can checkout
here
Basic Usage
// TODO
Be sure to checkout the full api here
TODO
- GIVE
entangld.Entangld
A__repr__
for goodness sake! - Add more some examples to the readme
- Add more documentation
- Add more tests
- Add limit to set/push request for recursion depth
- Standardize how methods are treated as sync or async
Development
Setup the a virtual environment
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt # install dependencies
(venv) $ python setup.py install # build an installation
Run tests like:
$ ./scripts/run_tests.sh
Build documentation like:
$ ./scripts/gen_docs.sh
Pip stuff
To upload to pip, first remove old source packages and build new ones:
(venv) $ rm -r build dist entangld.egg-info
(venv) $ python setup.py sdist
Then push it to pip with (with appropriate ~/.pypirc
file):
$ ./venv/bin/twine upload dist/*
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
entangld-1.0.1.tar.gz
(9.9 kB
view details)
File details
Details for the file entangld-1.0.1.tar.gz
.
File metadata
- Download URL: entangld-1.0.1.tar.gz
- Upload date:
- Size: 9.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ff62bfbd0d279d48894be94a6f9c7c5a73802eb5c310094a43c91a4197addc8 |
|
MD5 | 40c1dd6a92abc8ee1f831b3440adf99c |
|
BLAKE2b-256 | 67a12106178b492ef4f0e9c4ab579851ca149bfebe458102342fe6f4b9869a0d |