Skip to main content

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)

Uploaded Source

Built Distribution

debouncer-0.0.4-py3-none-any.whl (108.0 kB view hashes)

Uploaded Python 3

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