cznic/public/: fred-ferda-public-request-1.5.1 metadata and description

Simple index

Public request plugin for Ferda

author Oto Stefan
author_email oto.stefan@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Environment :: Web Environment
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Framework :: Django :: 4.2
  • Programming Language :: Python
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • asgiref~=3.0
  • django<4.3,>=4.2
  • django-ninja~=1.3
  • fred-ferda~=4.0
  • fred-frgal~=3.15
  • fred-grill~=2.2
  • fred-prequel~=1.0
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • polint; extra == "quality"
  • ruff; extra == "quality"
  • yamllint; extra == "quality"
  • freezegun; extra == "test"
  • snapshottest; extra == "test"
  • testfixtures; extra == "test"
  • types-freezegun; extra == "types"
  • types-protobuf; extra == "types"
  • types-pytz; extra == "types"
  • types-requests; extra == "types"
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_public_request-1.5.1-py3-none-any.whl
Size
5 MB
Type
Python Wheel
Python
3
fred_ferda_public_request-1.5.1.tar.gz
Size
281 KB
Type
Source

Public request plugin for Ferda. Python package fred-prequel is used to access backend services.

Settings

FERDA_PUBREQ_PUBLIC_REQUEST_NETLOC

Network location, i.e. host and port, of the gRPC server with public request service. This setting is required.

FERDA_PUBREQ_PUBLIC_REQUEST_SSL_CERT

Path to file with SSL root certificate. Default value is None, which disables the SSL encryption.

ChangeLog

Unreleased

1.5.1 (2025-06-11)

Maintenance

  • Depend on current version of Ferda (#41)

1.5.0 (2025-02-27)

Maintenance

  • Stop using obsolete ajax API (#40)

1.4.0 (2025-02-18)

  • Use SVG MDIs (#37)
  • Provide missing locators to SVG icons (#39)

1.3.0 (2024-12-12)

  • Upgrade to pydantic 2 (#36)

1.2.2 (2024-10-03)

  • Enforce API authentication (#35)

1.2.1 (2024-09-24)

  • Replace frgal with fred-frgal

1.2.0 (2024-09-11)

Maintenance

  • Load settings from API (#32)
  • Update store change synchronization (#33)

New features

  • Change generic error message (#34)

1.1.0 (2024-02-06)

Enhancements

  • Use Ferda pluggy hooks instead of PluginConfig (#30)
  • Move registrar to a standalone box (#25)
  • Show on_status_action field in verbose mode only (#24)

Bug fixes

  • Fix translation of logger module in the left side menu (#31)

Maintenance

  • Use babel polyfill to support stage 3 methods (#26)
  • Install Ferda from index instead of git (#27)
  • Unify test locators for dialog submit and close buttons (#28)
  • Handle left side menu item in frontend (#23)
  • Add Django 4.2 (#29)
  • Remove Django 3.2
  • Use ruff for quality checks and autoformatting

1.0.0 (2023-05-23)

  • Initial version