Metadata-Version: 2.4
Name: guniflask-cli
Version: 0.13.2
Summary: Standard tooling for Flask development with guniflask
Home-page: https://github.com/jadbin/guniflask-cli
Author: jadbin
Author-email: jadbin.com@hotmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: guniflask==0.13.2
Requires-Dist: gunicorn>=20.0.4
Requires-Dist: gevent>=21.1.0
Requires-Dist: Jinja2>=2.11.2
Requires-Dist: inflect>=4.1.0
Requires-Dist: setproctitle<1.3,>=1.2.1
Requires-Dist: inquirer>=2.7.0
Requires-Dist: Cython>=0.29.21
Requires-Dist: click>=7.1.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

=============
guniflask-cli
=============

.. image:: https://travis-ci.com/jadbin/guniflask-cli.svg?branch=master
    :target: https://travis-ci.com/jadbin/guniflask-cli
.. image:: https://coveralls.io/repos/github/jadbin/guniflask-cli/badge.svg?branch=master
    :target: https://coveralls.io/github/jadbin/guniflask-cli?branch=master
.. image:: https://img.shields.io/github/license/jadbin/guniflask-cli
    :target: https://github.com/jadbin/guniflask-cli/blob/master/LICENSE

Overview
========

guniflask-cli是自动化生成基于flask + gunicorn的服务端项目基础代码的构建工具。

Documentation
=============

https://guniflask.readthedocs.io/
