Official Python client for https://lockable.dev
Project description
Lockable-dev
Official Python client for https://lockable.dev
Lockable is an easy-to-use, language-independent locking mechanism for multi-process workloads. Think of it as flock, but for distributed systems which may not be sharing a filesystem.
Learn more
- Lockable website: https://lockable.dev
- Lockable Python client on GitHub: https://github.com/lockable-dev/lockable-py
- Docs: https://docs.lockable.dev
- Docs on GitHub: https://github.com/lockable-dev/lockable-docs
Installation
pip install lockable-dev
Usage
from lockable import Lock
with Lock('my-lock-name'):
#do stuff
Development
Testing
make test
Building and pushing changes
If you want to push to PiPy, credentials go in .env.local. See .env.example for a template.
# Just build
make build
#Build and upload latest version to TestPyPi
make test-publish
#Build and upload latest version to TestPyPi
make publish
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lockable.dev-0.1.2.tar.gz.
File metadata
- Download URL: lockable.dev-0.1.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2375e5f2a3da9e8045195fe455d676d65e6f312195dc38947732e5adf2ea3746
|
|
| MD5 |
7c7ab264fb3bc27fc998aeb2edc31331
|
|
| BLAKE2b-256 |
ac5c2696dcd689163f551799207587e56be5c174fd7f38b9b09bdbd86e100063
|
File details
Details for the file lockable.dev-0.1.2-py3-none-any.whl.
File metadata
- Download URL: lockable.dev-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
643a66268b3a2df72ebc52ded1dd5e6cf6648c2ecc8957503ee1c6757d4c0202
|
|
| MD5 |
c277448629ff67f385d4cef03e5117e1
|
|
| BLAKE2b-256 |
758aec61b12376a1e97d5cb359246dc9976c92a337330adfed694f6ad9d4753e
|