tahoe-lafs/src/allmydata/scripts
2010-10-27 18:48:05 -07:00
..
__init__.py move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything 2006-12-14 03:39:50 -07:00
backupdb.py Replace uses of os.path.abspath with abspath_expanduser_unicode where necessary. This makes basedir paths consistently represented as Unicode. 2010-07-21 17:14:18 -07:00
cli.py CLI: further improve consistency of basedir options and add tests. addresses #118 2010-08-03 01:54:16 -07:00
common_http.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
common.py CLI: make all of the option descriptions imperative sentences. 2010-08-03 01:48:01 -07:00
create_node.py CLI: further improve consistency of basedir options and add tests. addresses #118 2010-08-03 01:54:16 -07:00
debug.py CLI: further improve consistency of basedir options and add tests. addresses #118 2010-08-03 01:54:16 -07:00
keygen.py setup: add --multi-version to the "setup.py develop" command-line 2010-10-05 11:23:50 -07:00
runner.py CLI: further improve consistency of basedir options and add tests. addresses #118 2010-08-03 01:54:16 -07:00
slow_operation.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
startstop_node.py startstop_node.py: pyflakes import fix. refs #1190 2010-10-27 18:48:05 -07:00
stats_gatherer.py CLI: further improve consistency of basedir options and add tests. addresses #118 2010-08-03 01:54:16 -07:00
tahoe_add_alias.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
tahoe_backup.py Replace uses of os.path.abspath with abspath_expanduser_unicode where necessary. This makes basedir paths consistently represented as Unicode. 2010-07-21 17:14:18 -07:00
tahoe_check.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
tahoe_cp.py Replace uses of os.path.abspath with abspath_expanduser_unicode where necessary. This makes basedir paths consistently represented as Unicode. 2010-07-21 17:14:18 -07:00
tahoe_get.py Correct stringutils->encodingutil patch to be the newer version, rather than the old version that was committed in error. 2010-07-17 18:34:35 -07:00
tahoe_ls.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
tahoe_manifest.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
tahoe_mkdir.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
tahoe_mv.py Rename stringutils to encodingutil, and drop listdir_unicode and open_unicode (since the Python stdlib functions work fine with Unicode paths). Also move some utility functions to fileutil. 2010-07-11 17:30:15 -07:00
tahoe_put.py Correct stringutils->encodingutil patch to be the newer version, rather than the old version that was committed in error. 2010-07-17 18:34:35 -07:00
tahoe_rm.py Unicode fixes. 2010-06-06 18:02:15 -07:00
tahoe_webopen.py Unicode fixes. 2010-06-06 18:02:15 -07:00