Metadata-Version: 2.1
Name: pyckage-example-project
Version: 0.0.1
Summary: a example of what pyckage can generate
Home-page: https://github.com/Madoshakalaka/pyckage-example-project
Author: Matt Yan
Author-email: syan4@ualberta.ca
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Madoshakalaka/pyckage-example-project/issues
Project-URL: Funding, https://github.com/Madoshakalaka/pyckage-example-project
Project-URL: Say Thanks!, https://github.com/Madoshakalaka/pyckage-example-project
Project-URL: Source, https://github.com/Madoshakalaka/pyckage-example-project
Description: # pyckage-example-project
        
        [![Build Status](https://travis-ci.org/Madoshakalaka/pyckage-example-project.svg)](https://travis-ci.org/Madoshakalaka/pyckage-example-project)
        [![codecov](https://codecov.io/gh/Madoshakalaka/pyckage-example-project/branch/master/graph/badge.svg)](https://codecov.io/gh/Madoshakalaka/pyckage-example-project)
        
        
        a example of what pyckage can generate
        
        ## Showcase
        
        <!--You picture won't show on pypi if you use relative path.-->
        <!--If you want to add any image, please add the image to readme_assets folder and add the filename as below-->
        <!--![some show case picture](https://raw.githubusercontent.com/Madoshakalaka/pyckage-example-project/master/readme_assets/showcasePicture.png)-->
        
        
        ## How to Use
        
        
        `pip install pyckage-example-project`
        
        <!--
        
        add some help here 
        
        ```python
        
        ```
        
        -->
        
        
        
        Pip creates command line executable entry point by default
        
        You should be able to run shell command `$ pyckage-example-project` anywhere.
        
        <!--
        add some command help here
        
        
        - `$ pyckage-example-project -i filename`
            - output: `hello world`
        
        -->
        
        - `$ pyckage-example-project -h` for more help
        
        in case the command does not work (e.g. on windows when <python_dir>/Scripts is not in system path). Use the package entry:
        
        `> python -m pyckage-example-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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >3.4,  <3.8
Description-Content-Type: text/markdown
