1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
[project]
name = "typedload"
version = "2.40"
authors = [
{ name="Salvo 'LtWorf' Tomaselli", email="tiposchi@tiscali.it" },
]
description = "Load and dump data from json-like format into typed data structures"
readme = "README.md"
requires-python = ">=3.10"
classifiers = ['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Typing :: Typed', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', 'Programming Language :: Python :: 3.13', 'Programming Language :: Python :: 3.14']
keywords = ['typing', 'types', 'mypy', 'json', 'schema', 'json-schema', 'python3', 'namedtuple', 'enums', 'dataclass', 'pydantic']
license = "GPL-3.0-only"
license-files = ["LICENSE"]
[project.urls]
"Homepage" = "https://ltworf.codeberg.page/typedload/"
"Bug Tracker" = "https://codeberg.org/ltworf/typedload/issues"
[build-system]
requires = ["setuptools", "wheel"]
|