Metadata-Version: 2.1
Name: pypk
Version: 0.3.0
Summary: An opinionated Python package template generator
Home-page: https://github.com/PyriteAI/pypk
Author: Miller Wilt
Author-email: miller@pyriteai.com
License: MIT
Description: # pypk
        
        An opinionated Python packaging template generator.
        
        ## Installation
        
        `pip install pypk`
        
        ## Getting Started
        
        It's recommended you install and use pypk in the same virtual environment you plan to develop your Python package in.
        
        ### Usage
        
        ```sh
        python -m pypk </path/to/project/root> <author-name> <author-email> --version 3.X.X
        ```
        
        where `--version` is the _minimum_ Python version supported.
        
        Run `python -m pypk --help` for more details.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
