Metadata-Version: 2.4
Name: pybasemkit
Version: 0.1.7
Summary: Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and pydevd remote debug support.
Project-URL: Home, https://github.com/WolfgangFahl/pybasemkit
Project-URL: Documentation, https://wiki.bitplan.com/index.php/pybasemkit
Project-URL: Source, https://github.com/WolfgangFahl/pybasemkit
Author-email: Wolfgang Fahl <wf@WolfgangFahl.com>
Maintainer-email: Wolfgang Fahl <wf@WolfgangFahl.com>
License: Apache-2.0
License-File: LICENSE
Keywords: cli,dataclass,debug,infrastructure,logging,shell,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 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: dacite>=1.9.2
Requires-Dist: dataclasses-json>=0.6.7
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: shutup>=0.2.0
Provides-Extra: dev
Requires-Dist: black>=25.1.0; extra == 'dev'
Requires-Dist: isort>=6.0.1; extra == 'dev'
Provides-Extra: test
Requires-Dist: green>=3.3.0; extra == 'test'
Requires-Dist: pytest>=8.4.0; extra == 'test'
Requires-Dist: tox>=4.15.0; extra == 'test'
Description-Content-Type: text/markdown

# pybasemkit
Python base module kit: YAML/JSON I/O, structured logging, CLI tooling, shell execution, and remote pydevd debug support.

| | |
| :--- | :--- |
| **PyPi** | [![PyPI Status](https://img.shields.io/pypi/v/pybasemkit.svg)](https://pypi.python.org/pypi/pybasemkit/) [![License](https://img.shields.io/github/license/WolfgangFahl/pybasemkit.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![pypi](https://img.shields.io/pypi/pyversions/pybasemkit)](https://pypi.org/project/pybasemkit/) [![format](https://img.shields.io/pypi/format/pybasemkit)](https://pypi.org/project/pybasemkit/) [![downloads](https://img.shields.io/pypi/dd/pybasemkit)](https://pypi.org/project/pybasemkit/) |
| **GitHub** | [![Github Actions Build](https://github.com/WolfgangFahl/pybasemkit/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/pybasemkit/actions/workflows/build.yml) [![Release](https://img.shields.io/github/v/release/WolfgangFahl/pybasemkit)](https://github.com/WolfgangFahl/pybasemkit/releases) [![Contributors](https://img.shields.io/github/contributors/WolfgangFahl/pybasemkit)](https://github.com/WolfgangFahl/pybasemkit/graphs/contributors) [![Last Commit](https://img.shields.io/github/last-commit/WolfgangFahl/pybasemkit)](https://github.com/WolfgangFahl/pybasemkit/commits/) [![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/pybasemkit.svg)](https://github.com/WolfgangFahl/pybasemkit/issues) [![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/pybasemkit.svg)](https://github.com/WolfgangFahl/pybasemkit/issues/?q=is%3Aissue+is%3Aclosed) |
| **Code** | [![style-black](https://img.shields.io/badge/%20style-black-000000.svg)](https://github.com/psf/black) [![imports-isort](https://img.shields.io/badge/%20imports-isort-%231674b1)](https://pycqa.github.io/isort/) |
| **Docs** | [![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/pybasemkit/) [![formatter-docformatter](https://img.shields.io/badge/%20formatter-docformatter-fedcba.svg)](https://github.com/PyCQA/docformatter) [![style-google](https://img.shields.io/badge/%20style-google-3666d6.svg)](https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings) |

## Docs and Tutorials
[Wiki](https://wiki.bitplan.com/index.php/pybasemkit)
