Releases: Ahzyuan/Python-package-template
Releases · Ahzyuan/Python-package-template
v1.0.0
🎉 Preliminarily establish the project framework.
🎯 Features
-
A relatively complete software engineering project structure, including directories for code, test, document, and project demonstration
-
setup.py
is a collection of useful patterns and best practices. It extends thepython setup.py
command to achieve one-step code updates, package builds, and releases to PyPi usingTwine
.