Metadata-Version: 2.1
Name: py_package
Version: 0.2.1
Summary: This is a template repository for creating python packages
Home-page: https://github.com/aahnik/py_package
Author: Aahnik Daw
Author-email: meet.aahnik@gmail.com
License: UNKNOWN
Description: # py_package
        
        This is a template repository for creating python packages. [Learn more](https://packaging.python.org/tutorials/packaging-projects/) about packaging in Python.
        
        [![View on GitHub](https://user-images.githubusercontent.com/66209958/97151712-e5543880-1795-11eb-872e-ae18ea245dfe.png)](https://github.com/aahnik/py_package/) 
        [![View on website](https://user-images.githubusercontent.com/66209958/97152485-fcdff100-1796-11eb-89d1-303becc2f7a0.png)](https://aahnik.github.io/py_package/)
        
        
        ![PyPI](https://img.shields.io/pypi/v/py_package)
        [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
        [![GitHub issues](https://img.shields.io/github/issues/aahnik/py_package)](https://github.com/aahnik/py_package/issues)
        [![GitHub forks](https://img.shields.io/github/forks/aahnik/py_package)](https://github.com/aahnik/py_package/network)
        [![GitHub stars](https://img.shields.io/github/stars/aahnik/py_package)](https://github.com/aahnik/py_package/stargazers)
        [![GitHub license](https://img.shields.io/github/license/aahnik/py_package)](https://github.com/aahnik/py_package/blob/master/LICENSE)
        
        
        ### Features
        
        - has the basic structure of any python package
        - has a template setup.py file
        - has a data directory which serves as a storage bucket for package data. [Learn How](https://github.com/aahnik/meLearningPython/tree/master/py_packaging_data_files_demo)
        - contains GitHub Actions workflow to publish to PyPI automatically, whenever a new release is made.Make sure to have a PyPI account and save the username and password in the GitHub Secret of your repo.
        - has the perfect .gitignore to solve your misery
        
        
        ### Usage Guide
        1. Fork the repo
        2. Find and replace `py_package` with the name of your package
        3. Replace my name 'Aahnik Daw' with your name
        4. Edit  `Makefile` as per your requirements
        5. Dont forget to change the `setup.py` file
        6. Make sure to check the contents of every file before you use them
        7. Enjoy
        
        [![Twitter URL](https://img.shields.io/twitter/url?label=Tweet%20a%20thanks&style=social&url=https%3A%2F%2Fgithub.com%2Faahnik%2Fpy_package)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Faahnik%2Fpy_package)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
