[tutorial] Build your own python package
Why Build Your Own Python Package?
As projects grow in size, maintaing code scattered across different directories becomes increasingly challenges for programmers.
How to build your own Python Package?
https://github.com/NTUST-SiMS-Lab/tutorial-simple-pypkg
setup.py
pyproject.toml
1 | # setup.py |
1 | # pyproject.toml |
Publish to pypi
You need to have an account - https://pypi.org/
[tutorial] Build your own python package