universal versions 源码
一个简单的Python项目框架 此存储库尝试使用现代python打包和配置技术来标准化我们的python存储库。 以此为灵感,该存储库将作为所有新python项目的基础,并将被我们所有现有的python项目所采用。 用法 一个全新的项目 git init my-new-repo cd my-new-repo git pull git@github.com:nexB/skeleton # Create the new repo on GitHub, then update your remote git remote set-url origin git@github.com:nexB/your-new-repo.git 在这里,您可以对特定项目的文件进行适当的更改。 更新现有项目 cd my-existing-project git remote add skeleton git@git
文件列表
universal-versions-main.zip
(预估有个28文件)
universal-versions-main
MANIFEST.in
217B
.travis.yml
487B
README.rst
1KB
.readthedocs.yml
392B
NOTICE
752B
pyproject.toml
659B
docs
make.bat
799B
Makefile
638B
暂无评论