Metadata-Version: 2.4
Name: pydanticonf
Version: 2.0.0
Summary: Pydantic settings with YAML configuration support.
Project-URL: Homepage, https://github.com/gao-hongnan/pydanticonf
Project-URL: Documentation, https://github.com/gao-hongnan/pydanticonf/tree/main/playbook
Project-URL: Repository, https://github.com/gao-hongnan/pydanticonf
Project-URL: Issues, https://github.com/gao-hongnan/pydanticonf/issues
Project-URL: Changelog, https://github.com/gao-hongnan/pydanticonf/releases
Author-email: GAO Hongnan <hongnangao@gmail.com>
Maintainer-email: GAO Hongnan <hongnangao@gmail.com>
License: Apache-2.0
Keywords: config,configuration,dotenv,environment,pydantic,settings,yaml
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: pyyaml>=6.0.2
Provides-Extra: playground
Requires-Dist: python-dotenv>=1.0.1; extra == 'playground'
Requires-Dist: rich>=13.12.0; extra == 'playground'
Requires-Dist: typer>=0.15.1; extra == 'playground'
Description-Content-Type: text/markdown

# Pydanticonf

[![CI](https://github.com/gao-hongnan/pydanticonf/actions/workflows/ci.yml/badge.svg)](https://github.com/gao-hongnan/pydanticonf/actions/workflows/ci.yml)
[![Python](https://img.shields.io/badge/python-3.12%20%7C%203.13-blue.svg)](https://www.python.org/downloads/)
[![PyPI](https://img.shields.io/badge/pypi-v22.0.0-blue.svg)](https://github.com/gao-hongnan/pydanticonf)
[![License](https://img.shields.io/badge/license-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Mypy](https://img.shields.io/badge/typed-mypy-blue?style=flat-square&logo=python)](http://mypy-lang.org/)
[![Pyright](https://img.shields.io/badge/typed-pyright-blue?style=flat-square&logo=python)](https://github.com/microsoft/pyright)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
