Metadata-Version: 2.1
Name: pyauxlib
Version: 0.1.1
Summary: Python library designed to provide auxiliary functionalities that can enhance your Python project.
Home-page: https://github.com/psolsfer/pyauxlib
License: BSD-3-Clause
Keywords: pyauxlib
Author: Pablo Solís-Fernández
Author-email: psolsfer@gmail.com
Requires-Python: >=3.10,<3.13
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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Provides-Extra: chardet
Requires-Dist: chardet (>=5.2.0,<6.0.0) ; extra == "chardet"
Requires-Dist: pydantic (>=2.4.0)
Requires-Dist: pyyaml (>=5.1)
Requires-Dist: types-PyYAML (>=6.0.12)
Requires-Dist: wrapt (>=1.15,<2.0)
Project-URL: Documentation, https://pyauxlib.readthedocs.io
Project-URL: Repository, https://github.com/psolsfer/pyauxlib
Description-Content-Type: text/markdown

# PyAuxLib

| | |
| --- | --- |
| Docs | [![Documentation Status](<https://readthedocs.org/projects/pyauxlib/badge/?version=latest> 'Documentation Status')](https://pyauxlib.readthedocs.io/en/latest/?badge=latest) |
| 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>) [![PyPI - wheels](< https://img.shields.io/pypi/wheel/pyauxlib.svg>)](<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.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>) |
| Meta | [![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>) [![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/code%20style-ruff-blue.svg)](https://github.com/astral-sh/ruff) [![types - Mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/) [![License - BSD-3-Clause](<https://img.shields.io/pypi/l/pyauxlib.svg>)](<https://spdx.org/licenses/BSD-3-Clause.html>) |

Python library designed to provide auxiliary functionalities that can enhance your Python project.

- GitHub repo: <span>https://github.com/psolsfer/pyauxlib</span>
- Documentation: <https://pyauxlib.readthedocs.io>
- Free software: BSD-3-Clause

## Features

TODO

## Credits

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

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

