Skip to main content

Readers/Writer Lock for Twisted

Project description

Readers/Writer Lock for Twisted

  • Free software: MIT

  • Documentation: txrwlock.readthedocs.org/en/latest/

  • Source:

Features

  • TODO

Usage

Create a virtualenv:

$ virtualenv venv
$ source venv/bin/activate
$ pip install --upgrade pip  # Force upgrade to latest version of pip

Setup for production:

$ pip install -r requirements.txt .

Setup for development and unit tests

$ pip install --upgrade -r requirements.txt -r requirements-dev.txt -e .

Build source package:

python setup.py sdist

Build binary package:

python setup.py bdist

Build Wheel package:

python setup.py bdist_wheel

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

txrwlock-0.0.1.dev7.tar.gz (6.4 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