cznic/public/: fred-ferda-auction-0.2.0rc4 metadata and description

Simple index Stable version available

Auction module for Ferda

author Jan MusĂ­lek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Framework :: Django :: 4.2
  • Typing :: Typed
license GPLv3+
provides_extras test
requires_dist
  • backports.strenum; python_version < "3.11"
  • django<4.3,>=4.2
  • fred-ferda~=3.22
  • httpx~=0.25
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • polint; extra == "quality"
  • yamllint; extra == "quality"
  • ruff; extra == "quality"
  • respx; extra == "test"
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.0rc4-py3-none-any.whl
Size
4 MB
Type
Python Wheel
Python
3
fred_ferda_auction-0.2.0rc4.tar.gz
Size
158 KB
Type
Source

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

  • Update blacklist logic (#20)

0.2.0 (2024-09-26)

  • Add a possibility to cancel automatic blacklist (#16)

  • Add icon showing if user has any blacklist to auction section header (#17)

  • Enforce API authentication (#18)

0.1.0 (2024-09-11)

Initial version.