cznic/public/: ferda-pain-0.1.0rc1 metadata and description

Simple index

PAIN module for Ferda

author Oto Stefan
author_email oto.stefan@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.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Framework :: Django :: 4.2
  • Typing :: Typed
license GPLv3+
provides_extras test
requires_dist
  • django<4.3,>=4.2
  • django-app-settings~=0.7.2
  • django-ninja~=1.3.0
  • fred-ferda~=4.0
  • httpx~=0.25
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • polint; extra == "quality"
  • ruff; extra == "quality"
  • yamllint; extra == "quality"
  • respx; extra == "test"
requires_python ~=3.9

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
ferda_pain-0.1.0rc1-py3-none-any.whl
Size
5 MB
Type
Python Wheel
Python
3
ferda_pain-0.1.0rc1.tar.gz
Size
301 KB
Type
Source

PAIN plugin for Ferda.

Settings

FERDA_PAIN_API_URL

Base URL of PAIN API. This setting is required.

FERDA_PAIN_API_TOKEN

Fixed token for authentication to PAIN token endpoint. Default is None, meaning no authentication.

FERDA_PAIN_API_TIMEOUT

A communication timeout to PAIN API in seconds. Default value is 3.05.

FERDA_PAIN_CA_CERTS

Storage of root certificate authorities to be trusted during TLS negotiation. It defaults to /etc/ssl/certs/ca-certificates.crt.

Changes

See changelog.

ChangeLog

Unreleased

0.1.0 (2025-04-09)

Initial version.