Metadata-Version: 2.1
Name: pypi_github_helper
Version: 0.1.0
Summary: a template for build python package
Home-page: https://github.com/lgf4591/pypi-template
License: MIT
Author: lgf4591
Author-email: lgf4591@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typing-extensions (>=4.8.0,<5.0.0)
Project-URL: Repository, https://github.com/lgf4591/pypi-template
Description-Content-Type: text/markdown

# pypi-template
a template for build python package to upload pypi repository


```bash

ppoetry install
poetry run dev

```

