How to create a Python package and upload it to PyPi

Surfing Through Life as a Postdoc
Surfing Through Life as a Postdoc
Template: ...
Template:

https://github.com/Kolpashnikova/PyPi...


All commands :
1. mkdir python_example
2. cd python_example
3. ls
4. git clone https://github.com/Kolpashnikova/PyPi...
5. ls
6. cd PyPi_package_template
7. ls
8. … (Visual Studio)
9. pip install --upgrade pip
10. pip install --upgrade build
11. (you might also need to) pip install --upgrade twine
12. python3 -m build
13. python3 -m twine upload dist/*
14. pip install Timestamps70==1.0.1
15. python
16. import timestamps70
17. timestamps70.clocktime_to_number(’03:59:00’)

همه توضیحات ...