Metadata-Version: 2.1
Name: devapps
Version: 2024.3.12
Summary: Apps - End to End.
Home-page: https://axgkl.github.io/devapps
License: BSD
Author: Gunther Klessinger
Author-email: g_kle_ss_ing_er@gmx.de
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: absl-py
Requires-Dist: inflection
Requires-Dist: jsondiff
Requires-Dist: pycond
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: structlog (>=24.1.0,<25.0.0)
Requires-Dist: toml
Project-URL: Repository, https://github.com/AXGKl/devapps
Description-Content-Type: text/markdown

# devapps


<!-- badges -->
[![docs pages][docs pages_img]][docs pages] [![gh-ci][gh-ci_img]][gh-ci] [![pkg][pkg_img]][pkg] [![code_style][code_style_img]][code_style] 

[docs pages]: https://axgkl.github.io/devapps/
[docs pages_img]: https://axgkl.github.io/devapps/img/badge_docs.svg
[gh-ci]: https://github.com/AXGKl/devapps/actions/workflows/ci.yml
[gh-ci_img]: https://github.com/AXGKl/devapps/actions/workflows/ci.yml/badge.svg
[pkg]: https://pypi.com/
[pkg_img]: https://axgkl.github.io/devapps/img/badge_pypi.svg
[code_style]: https://pypi.org/project/axblack/
[code_style_img]: https://axgkl.github.io/devapps/img/badge_axblack.svg
<!-- badges -->


Enabler repo for dev *and* ops friendly apps, in a normalized way.

Includes:

- logging (structlog)
- cli flags handling (abseil, with addons)
- docutools (mkdocs-material)
- project setup
- (test) resources management, including daemons and container filesystem layers

and more.




Documentation: https://axgkl.github.io/devapps/
