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

Simple index Newer version available

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 :: 3.2
  • Programming Language :: Python
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • asgiref (~=3.0)
  • django (<3.3,>=3.2)
  • django-ninja (~=0.17)
  • fred-ferda (~=3.18)
  • fred-grill (~=2.0)
  • fred-prequel (~=0.2.1)
  • frgal (~=3.4)
  • bandit ; extra == 'quality'
  • black ; extra == 'quality'
  • doc8 ; extra == 'quality'
  • flake8 ; extra == 'quality'
  • isort ; extra == 'quality'
  • mypy ; extra == 'quality'
  • polint ; extra == 'quality'
  • pydocstyle ; 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.0.0.tar.gz
Size
263 KB
Type
Source
fred_ferda_public_request-1.0.0-py3-none-any.whl
Size
4 MB
Type
Python Wheel
Python
3

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.0.0 (2023-05-23)

  • Initial version