Metadata-Version: 2.1
Name: architex
Version: 0.1.4
Summary: Draw your software architecture diagram automagically
Author: Miko
Author-email: jherjati@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: colorama (==0.4.4)
Requires-Dist: crossplane (>=0.5.8,<0.6.0)
Requires-Dist: diagrams (>=0.23.3,<0.24.0)
Requires-Dist: pytest (==6.2.4)
Requires-Dist: pyyaml (>=5.0,<6.0)
Requires-Dist: shellingham (==1.4.0)
Requires-Dist: typer (==0.3.2)
Description-Content-Type: text/markdown

A package to auto draw your software architecture diagram from your source code.

Current limitation :
Your source code should be consist of docker compose (required) and nginx (optional) configuration file.

