Metadata-Version: 2.1
Name: greendeploy-cli
Version: 0.0.4
Summary: greendeploy-cli is a CLI for creating and using Dockerized Django projects.
Home-page: https://github.com/greendeploy-org/greendeploy-cli/
Author: GreenDeploy.io
Author-email: developers@greendeploy.io
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: System :: Systems Administration
Requires-Python: ~=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pep517
Requires-Dist: pip (~=21.3)
Requires-Dist: pyfiglet (~=0.7)
Requires-Dist: cookiecutter (~=1.7.0)
Requires-Dist: gitpython (~=3.0)
Requires-Dist: python-json-logger (~=2.0)
Requires-Dist: PyYAML (<6.0,>=4.2)
Requires-Dist: setuptools (>=38.0)
Requires-Dist: wheel
Requires-Dist: pip-tools (~=6.5) ; python_version > "3.6"
Provides-Extra: local
Requires-Dist: pytest ; extra == 'local'

# GreenDeploy

GreenDeploy is a framework that makes it easy to build Dockerized Django projects
by providing uniform templates.

This is mostly a cli software.

