Metadata-Version: 2.1
Name: pypi_utils
Version: 0.1.1
Summary: a template for build python package
Home-page: https://github.com/lgf4591/pypi_utils
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: typing-extensions (>=4.8.0,<5.0.0)
Requires-Dist: yapf (>=0.40.2,<0.41.0)
Project-URL: Repository, https://github.com/lgf4591/pypi_utils
Description-Content-Type: text/markdown

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


```bash

ppoetry install
poetry run dev

```


## publish


```bash

change pyproject.toml file   --    version = "0.1.5"

git add .
git commit -m "change readme"
git tag v0.1.5 -m "release v0.1.5"
git push origin v0.1.5


```
