cznic/public/: fred-ferda-auction-0.2.0rc2 metadata and description
Auction module for Ferda
author | Jan MusĂlek |
author_email | jan.musilek@nic.cz |
classifiers |
|
license | GPLv3+ |
provides_extras | test |
requires_dist |
|
requires_python | ~=3.8 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fred_ferda_auction-0.2.0rc2-py3-none-any.whl
|
|
|
fred_ferda_auction-0.2.0rc2.tar.gz
|
|
Auction plugin for Ferda.
Settings
FERDA_AUCTION_API_URL
URL of auction API. This setting is required.
FERDA_AUCTION_API_USERNAME
Username used for authentication to auction API. Default is None, meaning no authentication.
FERDA_AUCTION_API_PASSWORD
Password used for authentication to auction API. Default is None, meaning no authentication.
FERDA_AUCTION_API_TIMEOUT
A timeout for connection to auction API. For possible values see documentation of requests library. Default value is 3.05.
Changes
See changelog.
ChangeLog
Unreleased
Add icon showing if user has any blacklist to auction section header (#17)
0.2.0 (2024-09-24)
Add a possibility to cancel automatic blacklist (#16)
0.1.0 (2024-09-11)
Initial version.