Debouncer is a proxy that debounce requests.
Project description
Debouncer
Debouncer
is a proxy that debounce requests.
Config
To configure Debouncer
, you can set the following environment variables:
# Path to the key/value store, default is "debouncer.db"
STORE_PATH=your-app.db
# Port for the http server, default is "4000"
PORT=8000
# Auth key for a key based auth, default is not set
AUTH_KEY=your-secret-auth-key
Release
To release a new version, first bump the version number in pyproject.toml
by hand or by using:
# poetry version --help
poetry version <patch|minor|major>
Make a release:
make release
Finally, push the release commit and tag to publish them to Pypi:
git push --follow-tags
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
debouncer-0.0.7.tar.gz
(107.7 kB
view details)
Built Distribution
debouncer-0.0.7-py3-none-any.whl
(108.2 kB
view details)
File details
Details for the file debouncer-0.0.7.tar.gz
.
File metadata
- Download URL: debouncer-0.0.7.tar.gz
- Upload date:
- Size: 107.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.1 Linux/5.11.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47ef38416c86e67fe5a9081490dda7e85bc57f81473c286e1b265ab221f1ef65 |
|
MD5 | da9395327582413530bc8c6cc10a9587 |
|
BLAKE2b-256 | 18599ebd29842823687dcd2954d692176f4250df5d0cd42f36a1789757e72963 |
File details
Details for the file debouncer-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: debouncer-0.0.7-py3-none-any.whl
- Upload date:
- Size: 108.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.10.1 Linux/5.11.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa72e4e899e87736cfc38cb56a367f31cd6c602adc136cc8a59ac5d126334def |
|
MD5 | 1f882d5cd45b27322be13d166236323d |
|
BLAKE2b-256 | a300dcc9e8e342b8d61dbc1852759c8fa3496946a965c020bd6d8a6464dde893 |