Metadata-Version: 2.1
Name: pypi-template-castellani-davide
Version: 1.0
Summary: This is the template for PyPi projects.
Home-page: https://github.com/CastellaniDavide/pypi-template
Author: CastellaniDavide
Author-email: help@castellanidavide.it
License: GNU
Platform: linux_distibution
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# pypi-template
[![GitHub license](https://img.shields.io/badge/license-GNU-green?style=flat)](https://github.com/CastellaniDavide/cpp-template/blob/master/LICENSE) ![Author](https://img.shields.io/badge/author-Castellani%20Davide-green?style=flat) ![Version](https://img.shields.io/badge/version-v1.0-blue?style=flat) ![Language Python](https://img.shields.io/badge/language-Python-yellowgreen?style=flat) ![sys.platform supported](https://img.shields.io/badge/OS%20platform%20supported-All-blue?style=flat) [![On GitHub](https://img.shields.io/badge/on%20GitHub-True-green?style=flat&logo=github)](https://github.com/CastellaniDavide/default-template)

## Description
This is the Pypi default template.

## Required
 - python3
 - pip

## Directories structure
 - .github
   - ISSUE_TEMPLATE
     - bug_report.md
     - feature-request.md
   - workflows
     - pypi-on-push.yml
     - pypi-on-release.yml
     - python-test.yml
 - template
	 - \_\_init\_\_.py
     - test-template.py
 - docs
   - LICENSE
   - README.md
 - log
	 - trace.log
 - requirements
   - requirements.txt
 - .gitignore
 - setup.py

### Execution examples  
 - python3 template.py
 - python3 test_template.py

# Changelog
 - [Version_1.0_2021-02-10](#Version_10_2021-02-10)

## Version_1.0_2021-02-10
 - Initial version

---
Made by Castellani Davide 
If you have any problem please contact me:
- help@castellanidavide.it
- [Issue](https://github.com/CastellaniDavide/default-template/issues)


