Metadata-Version: 2.1
Name: fzpycreate
Version: 0.2.0
Summary: pycreate
Home-page: UNKNOWN
Author: fanzhao1986
Author-email: fanzhao1986@gmail.com
License: UNKNOWN
Keywords: pycreate
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: flake8 ; extra == 'testing'
Requires-Dist: pylint ; extra == 'testing'
Requires-Dist: tox ; extra == 'testing'

# pycreate

create python template projects.

custom option:

idist : increase version.
0.0.11 (21/01/2019)
-------------------

* add setup.cfg and change the template

0.0.10 (05/12/2018)
-------------------

* stack upgrade all third party packages

0.0.9 (19/02/2018)
------------------

* add create virtualenv option

0.0.8 (06/10/2017)
------------------

* write CHANGELOG and specify the version in requirement.ini

0.0.7 (05/10/2017)
------------------

* fix pip-tools bug due to functools32

0.0.6 (04/10/2017)
------------------

* compile dependency

0.0.5 (02/10/2017)
------------------

* add entry_points

0.0.4 (02/10/2017)
------------------

* add requires

0.0.3 (01/10/2017)
------------------

* add tox and bin folder

0.0.2 (30/09/2017)
------------------

* enrich setup and add git feature

0.0.1 (30/09/2017)
------------------

* first version of pycreate


