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.4.tar.gz
(107.4 kB
view hashes)
Built Distribution
debouncer-0.0.4-py3-none-any.whl
(108.0 kB
view hashes)
Close
Hashes for debouncer-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f94452947b5c3d4f271a4036f556ca9dbf2588f0bcff430e885bcc9df2ef23c |
|
MD5 | c856ab154b1b5cf7522dfcaa6ba0f76d |
|
BLAKE2b-256 | 1f41c28dca58ada84aa4bf99d5da856d042a71f7637853ad3343d1313ee72858 |