Metadata-Version: 2.3
Name: pyutilkit
Version: 0.11.0
Summary: python's missing batteries
Home-page: https://pyutilkit.readthedocs.io/en/stable/
License: BSD-3-Clause
Keywords: utils
Author: Stephanos Kuma
Author-email: "Stephanos Kuma" <stephanos@kuma.ai>
Requires-Python: >=3.10
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: tzdata ; os_name == 'nt'
Project-URL: Documentation, https://pyutilkit.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/spapanik/pyutilkit
Description-Content-Type: text/markdown

# pyutilkit: python's missing batteries

[![build][build_badge]][build_url]
[![lint][lint_badge]][lint_url]
[![tests][tests_badge]][tests_url]
[![license][licence_badge]][licence_url]
[![codecov][codecov_badge]][codecov_url]
[![readthedocs][readthedocs_badge]][readthedocs_url]
[![pypi][pypi_badge]][pypi_url]
[![downloads][pepy_badge]][pepy_url]
[![build automation: yam][yam_badge]][yam_url]
[![Lint: ruff][ruff_badge]][ruff_url]

The Python has long maintained the philosophy of "batteries included", giving the user
a rich standard library, avoiding the need for third party tools for most work. Some packages
are so common, that the have a similar status to the standard library. Still, some code seems
to be written time and again, with every project. This small library, with minimal requirements,
hopes to stop this repetition.

## Links

- [Documentation]
- [Changelog]

[build_badge]: https://github.com/spapanik/pyutilkit/actions/workflows/build.yml/badge.svg
[build_url]: https://github.com/spapanik/pyutilkit/actions/workflows/build.yml
[lint_badge]: https://github.com/spapanik/pyutilkit/actions/workflows/lint.yml/badge.svg
[lint_url]: https://github.com/spapanik/pyutilkit/actions/workflows/lint.yml
[tests_badge]: https://github.com/spapanik/pyutilkit/actions/workflows/tests.yml/badge.svg
[tests_url]: https://github.com/spapanik/pyutilkit/actions/workflows/tests.yml
[licence_badge]: https://img.shields.io/pypi/l/pyutilkit
[licence_url]: https://pyutilkit.readthedocs.io/en/stable/LICENSE/
[codecov_badge]: https://codecov.io/github/spapanik/pyutilkit/graph/badge.svg?token=Q20F84BW72
[codecov_url]: https://codecov.io/github/spapanik/pyutilkit
[readthedocs_badge]: https://readthedocs.org/projects/pyutilkit/badge/?version=latest
[readthedocs_url]: https://pyutilkit.readthedocs.io/en/latest/
[pypi_badge]: https://img.shields.io/pypi/v/pyutilkit
[pypi_url]: https://pypi.org/project/pyutilkit
[pepy_badge]: https://pepy.tech/badge/pyutilkit
[pepy_url]: https://pepy.tech/project/pyutilkit
[yam_badge]: https://img.shields.io/badge/build%20automation-yamk-success
[yam_url]: https://github.com/spapanik/yamk
[ruff_badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json
[ruff_url]: https://github.com/charliermarsh/ruff
[Documentation]: https://pyutilkit.readthedocs.io/en/stable/
[Changelog]: https://pyutilkit.readthedocs.io/en/stable/CHANGELOG/
