Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
update TODO with v1 plans
Browse files Browse the repository at this point in the history
  • Loading branch information
Buck Golemon committed Sep 4, 2015
1 parent 854dae6 commit 2fe2f76
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions TODO
@@ -1,15 +1,26 @@
NOW: Should probably do before v1.0
-----------------------------------
v1.0: tox support
-----------------

rename project to "pip-faster"
"venv-update" is an auxiliary, vendorable script that depends on the rest of it
pip-faster closely implements the pip interface, with an additional --prune option

* dogfood venv-update during travis, tox

* recommended tox config: install_command=pip-faster --prune {opts} {packages}

* change host-python requirement to simply virtualenv, any version

* STRETCH GOAL: pip6 support


v2.0: stuff we really want
--------------------------

* pip6 support

* test against select older virtualenv(pip) versions

* change host-python requirement to simply virtualenv, any version
* necessitates an intermediate stage2, stage3 being the final product

* speed up the (git|hg)+ case. `pip install` is currently much faster.

* new requirement: move the venv, still be able to us `./bin/thatscript` and `source activate && thatscript`
Expand Down

0 comments on commit 2fe2f76

Please sign in to comment.