cznic/public/: fred-pain-1.6.0 metadata and description

Homepage Simple index

PAIN interface for FRED

author Jan MusĂ­lek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Environment :: Plugins
  • Intended Audience :: Developers
  • Operating System :: OS Independent
  • Framework :: Django :: 4.2
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Typing :: Typed
license GPL-3.0-or-later
provides_extras test
requires_dist
  • Django<5,>=4.2
  • django-pain>=4.1.0rc5
  • django-app-settings~=0.7.1
  • fred-pyfco~=1.16.1
  • fred-idl~=2.36.1
  • omniorb~=4.2
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • polint; extra == "quality"
  • ruff; extra == "quality"
  • testfixtures; extra == "test"
  • django-money; 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
fred_pain-1.6.0-py3-none-any.whl
Size
27 KB
Type
Python Wheel
Python
3
fred_pain-1.6.0.tar.gz
Size
34 KB
Type
Source

PAIN interface for FRED.

Settings

FRED_PAIN_CORBA_CONTEXT

Context name of the pain service on the CORBA server. Default value is fred.

FRED_PAIN_CORBA_NETLOC

Network location, i.e. host and port, of the CORBA server. Default value is localhost.

Changes

See CHANGELOG.

ChangeLog

Unreleased

1.6.0 (2025-06-04)

  • Fix test settings
  • Fix omniORB version
  • Update project settings (allow use of uv, drop Python 3.8, add Python 3.12)

1.5.0 (2024-05-13)

  • Drop support for Django 3.2 (#4)

1.4.0 (2024-03-18)

  • Update project settings (Python 3.8 to 3.11, Django 3.2, 4.2) (#1, #2)
  • Adapt for use with django-pain 3.0 (#3)