8000 Added "Package Repositories" section, and making a start with "devpi" · Lipvun/awesome-python@2ececd5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ececd5

Browse files
committed
Added "Package Repositories" section, and making a start with "devpi"
1 parent 9fe51a1 commit 2ececd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
55
- [Awesome Python](#awesome-python)
66
- [Environment Management](#environment-management)
77
- [Package Management](#package-management)
8+
- [Package Repositories](#package-repositories)
89
- [Distribution](#distribution)
910
- [Build Tools](#build-tools)
1011
- [Interactive Interpreter](#interactive-interpreter)
@@ -107,6 +108,12 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
107108
* [Curdling](http://clarete.li/curdling/) - Curdling is a command line tool for managing Python packages.
108109
* [wheel](http://pythonwheels.com/) - The new standard of Python distribution and are intended to replace eggs.
109110

111+
## Package Repositories
112+
113+
*Local PyPI repositories and proxies.*
114+
115+
* [devpi](http://doc.devpi.net/latest/) - PyPI server and packaging/testing/release tool
116+
110117
## Distribution
111118

112119
*Libraries to create packaged executables for release distribution.*

0 commit comments

Comments
 (0)
0