tahoe-lafs/src/allmydata/scripts
2020-05-06 15:16:34 -06: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
admin.py refactor ed25519 helpers to functional style 2019-06-13 22:19:28 -06:00
backupdb.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
cli.py use 'with open' correctly 2020-05-04 21:59:15 -06:00
common_http.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
common.py simplify (for line in f.readlines() -> for line in f) 2020-05-06 15:16:34 -06:00
create_node.py add a --helper command-line option to 'tahoe create-node' 2019-08-08 17:41:57 -06:00
debug.py removed tuple unpacking in function definitons for python3 compatibility 2019-04-18 13:37:18 +02:00
default_nodedir.py refactor scripts/common.py: move _default_nodedir out to its own file 2015-05-26 11:27:57 -07:00
run_common.py Factor process management scripts so "run" does not depend on "daemonize" 2020-01-15 14:19:26 -05:00
runner.py Remove the greater part of the implementation 2020-02-13 10:43:50 -05:00
slow_operation.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
stats_gatherer.py replaced all remaining instances of the print statement with the print function 2019-03-24 14:14:00 +01:00
tahoe_add_alias.py replaced print statement with print fuction for all tahoe_* scripts 2019-03-24 14:10:02 +01:00
tahoe_backup.py don't allow trailing slashes 2020-04-18 01:52:18 -06:00
tahoe_check.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
tahoe_cp.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
tahoe_daemonize.py deprecate start, stop, restart, daemonize 2020-01-15 14:21:29 -05:00
tahoe_get.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_invite.py replaced print statement with print fuction for all tahoe_* scripts 2019-03-24 14:10:02 +01:00
tahoe_ls.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_manifest.py Fix a lot of classic classes in Tahoe-LAFS 2019-08-13 16:55:40 -04:00
tahoe_mkdir.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_mv.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_put.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_restart.py deprecate start, stop, restart, daemonize 2020-01-15 14:21:29 -05:00
tahoe_run.py Factor process management scripts so "run" does not depend on "daemonize" 2020-01-15 14:19:26 -05:00
tahoe_start.py deprecate start, stop, restart, daemonize 2020-01-15 14:21:29 -05:00
tahoe_status.py Handle all the status cases 2018-05-23 13:59:42 -04:00
tahoe_stop.py deprecate start, stop, restart, daemonize 2020-01-15 14:21:29 -05:00
tahoe_unlink.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00
tahoe_webopen.py updated all python files to use pep-3110 exception syntax for python3 compatibility 2019-04-04 11:57:58 +02:00