cznic/public/: fred-ferda-auction-0.5.0 metadata and description

Simple index

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
  • django-ninja~=1.3
  • fred-ferda~=4.0
  • httpx<0.28,~=0.25
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • polint; extra == "quality"
  • yamllint; extra == "quality"
  • ruff; extra == "quality"
  • respx; extra == "test"
  • testfixtures; 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.5.0-py3-none-any.whl
Size
6 MB
Type
Python Wheel
Python
3
fred_ferda_auction-0.5.0.tar.gz
Size
179 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

0.5.0 (2025-06-11)

  • Create a page with detail of auction (#31)

  • Make winners’ search look the same as in Ferda (#36)

  • Add locators to the page “Domain auction” (#37)

  • Add box for related auction to domain detail (#35)

  • Remove strings ‘hidden’ from titles of InfoBoxes (#38)

  • Raise Ferda dependency to 4.2.2 (#39)

0.4.0 (2025-02-18)

  • Use SVG MDIs (#29)

  • Provide missing locators to SVG icons (#32)

0.3.0 (2024-12-12)

  • Rework blacklist view at contact detail (#24)

  • Add auction dashboard winner list (#26)

  • Add auction dashboard blacklists (#27)

0.2.1 (2024-11-11)

  • Remove auction token when user tries to login (#21)

  • Add permission for blacklist view (#22)

  • Use new permission for blacklists (#23)

0.2.0 (2024-10-03)

  • 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)

  • Update blacklist logic (#20)

0.1.0 (2024-09-11)

Initial version.