Metadata-Version: 2.1
Name: devapps
Version: 2022.2.4
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.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PyJWT
Requires-Dist: PyYAML
Requires-Dist: Pygments
Requires-Dist: Rx (==3.1.1)
Requires-Dist: absl-py
Requires-Dist: bpytop
Requires-Dist: cffi (>=1.15.0,<2.0.0)
Requires-Dist: decorator
Requires-Dist: gevent
Requires-Dist: httpx
Requires-Dist: humanize
Requires-Dist: inflection
Requires-Dist: jsondiff
Requires-Dist: lz4
Requires-Dist: msgpack
Requires-Dist: psutil
Requires-Dist: pycond
Requires-Dist: requests
Requires-Dist: snoop
Requires-Dist: structlog
Requires-Dist: tabulate
Requires-Dist: toml
Requires-Dist: ujson
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/artifactory/pypi-ax-sources/devapps/2022.02.04/devapps-2022.02.04.tar.gz
[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/
