tahoe-lafs/src/allmydata/scripts
2019-08-13 16:55:40 -04: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 replaced all remaining instances of the print statement with the print function 2019-03-24 14:14:00 +01: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 ported old-style classes to new-style 2019-05-26 08:28:18 +02: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
magic_folder_cli.py replaced StringIO imports with six.moves 2019-03-28 12:31:37 +01:00
runner.py raise not except 2019-08-07 14:08:23 -06: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 Make isdir argument to _ErrorTarget optional 2019-04-21 19:33:41 +02: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 Replace the monkey-patching with attributes on instances 2019-06-26 10:59:39 -04: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 replaced print statement with print fuction for all tahoe_* scripts 2019-03-24 14:10:02 +01:00
tahoe_run.py Split up startstop_node and add 'tahoe daemonize' 2017-09-19 10:39:19 -06:00
tahoe_start.py replaced print statement with print fuction for all tahoe_* scripts 2019-03-24 14:10:02 +01:00
tahoe_status.py Handle all the status cases 2018-05-23 13:59:42 -04:00
tahoe_stop.py rewrite RunNode.test_client to use "tahoe run" 2019-05-02 14:21:35 -04: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