cznic/public/: fred-setapp-0.3.0 metadata and description

Simple index

Fred-setapp is a library providing settings utilities for applications.

author Vlastimil Zíma
author_email vlastimil.zima@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • 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
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Topic :: Software Development :: Libraries
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • pydantic~=2.0
  • pydantic-settings~=2.0
  • PyYAML
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • ruff; extra == "quality"
  • sentry-sdk; extra == "sentry"
  • testfixtures; extra == "test"
  • types-PyYAML; extra == "types"
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_setapp-0.3.0-py3-none-any.whl
Size
22 KB
Type
Python Wheel
Python
3
fred_setapp-0.3.0.tar.gz
Size
21 KB
Type
Source

Fred-setapp is a library providing settings utilities for applications.

Learn more about the project and our community on the FRED’s home page

ChangeLog

Unreleased

0.3.0 (2025-04-16)

  • Load settings kwargs (#10).

0.2.0 (2024-11-27)

  • Expose Verbosity (#6).
  • Add Application.settings_cls class attribute (#7).
  • Drop Python 3.8, Add Python 3.13

0.1.1 (2024-03-18)

  • Fix formatting.

0.1.0 (2024-03-18)

Initial version.