comparison README.txt @ 40:39fa450b21bd default tip

updates for today
author Jeff Hammel <k0scist@gmail.com>
date Mon, 22 Feb 2016 14:16:09 -0800
parents 261e2d2d26ad
children
comparison
equal deleted inserted replaced
39:d9dcc5a1503b 40:39fa450b21bd
1 carton 1 carton
2 ====== 2 ======
3 3
4 make a self-extracting virtualenv from directories or URLs of packages 4 make a self-extracting virtualenv from directories or URLs of packages
5 5
6 See the docstring of carton.py for documentation: http://k0s.org/mozilla/hg/carton/file/tip/carton.py#l3 6 See the docstring of carton.py for documentation: http://k0s.org/hg/carton/file/tip/carton.py#l3
7 7
8 Carton provides a one-file portable package of a virtualenv and all of 8 Carton provides a one-file portable package of a virtualenv and all of
9 its software. 9 its software.
10 10
11 Carton lives at http://k0s.org/mozilla/hg/carton 11 Carton lives at http://k0s.org/hg/carton
12 12
13 Tests illustrating carton's use are at 13 Tests illustrating carton's use are at
14 http://k0s.org/mozilla/hg/carton/file/tip/tests/doctest.txt 14 http://k0s.org/mozilla/hg/carton/file/tip/tests/doctest.txt
15 15
16 A self-extracting carton of, um, carton is at 16 A self-extracting carton of, um, carton is at
17 http://k0s.org/mozilla/hg/carton/file/tip/carton-env.py 17 http://k0s.org/mozilla/hg/carton/file/tip/carton-env.py
18 18
19 19
20 Why did you write this thing? 20 Why did you write this thing?
21 ----------------------------- 21 -----------------------------
40 40
41 TODO 41 TODO
42 ---- 42 ----
43 43
44 carton is essentially finished. Features can be added by request 44 carton is essentially finished. Features can be added by request
45 (just mail me: jhammel __at__ mozilla __dot__ com), but the scope of 45 (just mail me: k0scist __at___ gm ail __dot__ com ), but the scope of
46 the project is pretty much fulfilled. 46 the project is pretty much fulfilled.
47 47
48 There are a few items I would like to add: 48 There are a few items I would like to add:
49 49
50 - currently, carton only works if connected to a network or if a local 50 - currently, carton only works if connected to a network or if a local
56 56
57 - ... and being able to take virtualenv from its import path, if 57 - ... and being able to take virtualenv from its import path, if
58 available 58 available
59 59
60 - it would be nice to be able to specify a post-deployment script to 60 - it would be nice to be able to specify a post-deployment script to
61 be run 61 be run
62 62
63 63
64 Links 64 Links
65 ----- 65 -----
66 66
67 Projects solving related problems: 67 Projects solving related problems:
68 68
69 * https://github.com/jbalogh/vending-machine: a script for managing 69 * https://github.com/jbalogh/vending-machine: a script for managing
70 vendor libraries 70 vendor libraries
71
72 71
73 * https://bitbucket.org/kumar303/eco: Eco helps you maintain a local 72 * https://bitbucket.org/kumar303/eco: Eco helps you maintain a local
74 Python ecosystem 73 Python ecosystem
75 74
76 * https://bitbucket.org/kumar303/velcro/: Velcro is a script that sets 75 * https://bitbucket.org/kumar303/velcro/: Velcro is a script that sets