Metadata-Version: 2.1
Name: py-package
Version: 0.2.0
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.
        ---
        
        
        ![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
        
        ---
        
        [![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
