Skip to content

agodomen/pygong

Repository files navigation

pygong

A simple public library for Python program development.

Usage

Compile & Install

Ensure that wheel/twine is the latest version.

runnning build.bat/build.sh.

python -m build

pip install xxx.whl

Direct installation

pip install pygong
pip install -i https://pypi.org/simple pygong
pip install -i https://pypi.org/simple pygong --upgrade

License

Apache 2.0

Refer

https://packaging.python.org/en/latest/tutorials/packaging-projects/

https://daobook.github.io/flit/pyproject_toml.html

https://packaging.python.org/en/latest/guides/writing-pyproject-toml/