Metadata-Version: 2.1
Name: syntaxflow
Version: 0.1.0
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/howl-anderson/syntaxflow
Author: Xiaoquan Kong
Author-email: u1mail2me@gmail.com
License: MIT license
Keywords: syntaxflow
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: Click (>=7.0)

# syntaxflow


[![](https://img.shields.io/pypi/v/syntaxflow.svg)](https://pypi.python.org/pypi/syntaxflow)

[![](https://img.shields.io/travis/howl-anderson/syntaxflow.svg)](https://travis-ci.org/howl-anderson/syntaxflow)

[![Documentation Status](https://readthedocs.org/projects/syntaxflow/badge/?version=latest)](https://syntaxflow.readthedocs.io/en/latest/?badge=latest)




Python Boilerplate contains all the boilerplate you need to create a Python package.


* Free software: MIT license
* Documentation: https://syntaxflow.readthedocs.io.


## Features

* TODO

## Credits

This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter).


=======
History
=======

0.1.0 (2020-04-03)
------------------

* First release on PyPI.


