Metadata-Version: 2.4
Name: pyauxlib
Version: 0.13.0
Summary: Auxiliary library for python.
Project-URL: Homepage, https://github.com/psolsfer/pyauxlib
Project-URL: Repository, https://github.com/psolsfer/pyauxlib
Project-URL: Documentation, https://pyauxlib.readthedocs.io
Author-email: Pablo Solís-Fernández <psolsfer@gmail.com>
License-Expression: BSD-3-Clause
License-File: AUTHORS.md
License-File: LICENSE
Keywords: pyauxlib
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.10
Requires-Dist: pydantic>=2.4.0
Requires-Dist: ruamel-yaml<1.0
Requires-Dist: wrapt>=1.15
Provides-Extra: chardet
Requires-Dist: chardet<6.0; extra == 'chardet'
Provides-Extra: dates
Requires-Dist: python-dateutil; extra == 'dates'
Provides-Extra: times
Requires-Dist: tzlocal; extra == 'times'
Description-Content-Type: text/markdown

# pyauxlib

----

| | |
| --- | --- |
| **Docs** | [![Documentation Status](<https://readthedocs.org/projects/pyauxlib/badge/?version=stable> 'Documentation Status')](<https://pyauxlib.readthedocs.io/en/stable/>) |
| **Package** | [![PyPI - Version](<https://img.shields.io/pypi/v/pyauxlib.svg?logo=pypi&label=PyPI&logoColor=gold>)](<https://pypi.python.org/pypi/pyauxlib>) [![PyPI - Downloads](<https://img.shields.io/pypi/dm/pyauxlib.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold>)](<https://pypi.python.org/pypi/pyauxlib>) [![PyPI - Python Version](<https://img.shields.io/pypi/pyversions/pyauxlib.svg?logo=python&label=Python&logoColor=gold>)](<https://pypi.python.org/pypi/pyauxlib>) |
| **CI/CD** | [![CI - Test](<https://github.com/psolsfer/pyauxlib/actions/workflows/test-push-pr.yml/badge.svg>)](<https://github.com/psolsfer/pyauxlib/actions/workflows/test-push-pr.yml>) [![CD - Build](<https://github.com/psolsfer/pyauxlib/actions/workflows/python-publish.yml/badge.svg>)](<https://github.com/psolsfer/pyauxlib/actions/workflows/python-publish.yml>) |
| **GitHub** |  [![pyauxlib](https://img.shields.io/badge/GitHub-pyauxlib-blue.svg)](<https://github.com/psolsfer/pyauxlib>) [![Forks](https://img.shields.io/github/forks/psolsfer/pyauxlib.svg)](<https://github.com/psolsfer/pyauxlib>) [![Stars](https://img.shields.io/github/stars/psolsfer/pyauxlib.svg)](<https://github.com/psolsfer/pyauxlib>) [![Issues](https://img.shields.io/github/issues/psolsfer/pyauxlib.svg)](<https://github.com/psolsfer/pyauxlib>) |
| **Code style** | [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![code style - Ruff formatter](https://img.shields.io/badge/Ruff%20Formatter-checked-blue.svg)](https://github.com/astral-sh/ruff) [![types - Mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/) |
| **License** | [![License - BSD-3-Clause](<https://img.shields.io/pypi/l/pyauxlib.svg>)](<https://spdx.org/licenses/BSD-3-Clause.html>) |

Auxiliary library for python.

## Features

TODO

## Credits

This package was created with [Cookiecutter] / [Cruft] and the [Cookiecutter PyPackage uv] project template.

[Cookiecutter]: https://github.com/audreyr/cookiecutter
[Cruft]: https://github.com/cruft/cruft
[Cookiecutter PyPackage uv]: https://github.com/psolsfer/cookiecutter-pypackage-uv
