一个简单的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