mirror of
https://github.com/kennethreitz-archive/packages.git
synced 2026-06-05 23:40:17 +00:00
33 lines
615 B
ReStructuredText
33 lines
615 B
ReStructuredText
Packages
|
|
========
|
|
|
|
This is just a scratchboard for a possible packaging system.
|
|
|
|
Chances are that I'll never end up writing anything. Who knows.
|
|
|
|
Ideas
|
|
-----
|
|
|
|
- User namespaced
|
|
- SCM based (tags are releases)
|
|
|
|
|
|
Components
|
|
----------
|
|
|
|
- Flask-powered PyPi-compatible server. Authentication.
|
|
- A CLI client.
|
|
|
|
|
|
Ummm.. Why?
|
|
-----------
|
|
|
|
I've spent 3 hours today trying to deal with some deep dependency of
|
|
someone's broken package. I want this to take seconds.
|
|
|
|
I want:
|
|
|
|
- Simple nested requirements overrides
|
|
- Simple-as-humanely possible private mirroring
|
|
- backwards compatibility w/ pip/easy_install, or something.
|