Skip to content

Releases: Ahzyuan/Python-package-template

v1.0.0

24 Oct 13:35
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

🎉 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 the python setup.py command to achieve one-step code updates, package builds, and releases to PyPi using Twine.