Metadata-Version: 1.1
Name: python-project-generator
Version: 0.0.2
Summary: generate a python project
Home-page: https://github.com/slumber1122/python_project_generator
Author: slumber1122
Author-email: slumber1122@gmail.com
License: MIT License

Copyright (c) 2016 slumber1122

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Description: # An Generator of Python Project
        ------
        
        Follow the recommendation of [Kenneth Reitz](http://docs.python-guide.org/en/latest/writing/structure/), you can generate the project immediately.
        
        ## usage
        pip install python_project_generator
        
        pygen [-h] [--dir DIR] [--name NAME] [--author AUTHOR][--email EMAIL]
        
        Args of Pyhton Project Generator
        
        **optional arguments**:
        
            -h, --help       show this help message and exit
            -dir DIR         target dir of the project, default is currentdir,
                             it must be abspath path and empty.
            --name NAME      name of the project which you want generate
            --author AUTHOR  author of the project
            --email EMAIL    email of the author
        
Keywords: structure of python project
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
