Metadata-Version: 2.1
Name: architecture-as-code
Version: 0.0.10
Summary: Standardise and speed up application architecture and deployments
Home-page: https://github.com/pypa/sampleproject
Author: kg0809
Author-email: author@example.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Description: # Architecture as Code
        
        ## Standardise and speed up application architecture and deployments
        
        Architecture as Code is a Python package that allows you to standardised and speed up your application architecture and deployments.
        
        Improve time-to-market.
        
        It requires Python 3.6 or higher, check your Python version first.
        
        It uses [Graphviz](https://www.graphviz.org/) (via [Diagrams](https://diagrams.mingrammer.com/)) to render the diagram, so you first need to install Graphviz before using this package.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
