Metadata-Version: 1.1
Name: pyskeleton
Version: 0.2.3
Summary: quickly create a python module, have some other good concern.
Home-page: https://github.com/a358003542/pyskeleton
Author: wanze
Author-email: a358003542@gmail.com
License: GPL 2
Description: # pyskeleton

        

        

        ## description:

        a small tool make you creat new python project quickly.

        

        ## install

        ```

        python3 setup.py install

        ```

        or

        ```

        pip3 install pyskeleton

        ```

        

        ## usage

        ```

        pyskeleton newprojectname

        ```

        

        

        ## test

        use pytest do the test thing.

        ```

        python3 setup.py test

        ```

        
Keywords: skeleton,python
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
