Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page