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

Homepage Simple index Newer version available

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
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Framework :: Django :: 4.2
  • 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
  • Django<5,>=4.2
  • django-pain>=3.0.0
  • django-app-settings~=0.7.1
  • fred-pyfco~=1.16.1
  • fred-idl~=2.36.1
  • omniorb~=4.2.3
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • polint; extra == "quality"
  • ruff; extra == "quality"
  • testfixtures; extra == "test"
  • django-money; extra == "test"
  • pytz; extra == "test"
  • types-pytz; 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_pain-1.5.0-py3-none-any.whl
Size
39 KB
Type
Python Wheel
Python
3
fred_pain-1.5.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.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)