Metadata-Version: 2.4
Name: pybasemkit
Version: 0.1.2
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](https://img.shields.io/pypi/pyversions/pybasemkit)](https://pypi.org/project/pybasemkit/)
[![Github Actions Build](https://github.com/WolfgangFahl/pybasemkit/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/pybasemkit/actions/workflows/build.yml)
[![PyPI Status](https://img.shields.io/pypi/v/pybasemkit.svg)](https://pypi.python.org/pypi/pybasemkit/)
[![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)
[![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/pybasemkit/)
[![License](https://img.shields.io/github/license/WolfgangFahl/pybasemkit.svg)](https://www.apache.org/licenses/LICENSE-2.0)

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