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
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
txrwlock-0.0.1.dev7.tar.gz
(6.4 kB
view details)
File details
Details for the file txrwlock-0.0.1.dev7.tar.gz
.
File metadata
- Download URL: txrwlock-0.0.1.dev7.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bc35ece85c502f96d3b442d921de4009656a56a0d89e5c661f17324eee1f63a |
|
MD5 | 6d6ae230094932699cebc88d5ecb6059 |
|
BLAKE2b-256 | d2eb16223c6091b64da6e5a502f9d7cbd55e2c1fb8f4b31f7e96594bbf12cd11 |