tahoe-lafs/src/allmydata/scripts
2020-11-29 15:52:04 -05: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 Convert subcommands to tuples instead of lists, as that's what mypy demands for heterogeneous sequences. 2020-11-29 15:48:26 -05:00
backupdb.py Rename to_str() to the more accurate to_bytes(). 2020-08-14 13:49:48 -04:00
cli.py Convert subcommands to tuples instead of lists, as that's what mypy demands for heterogeneous sequences. 2020-11-29 15:48:26 -05:00
common_http.py Add Python 3 compatibility for code paths relevant to 'tahoe --version'. 2020-08-21 19:55:34 -04:00
common.py Declare type for BaseOptions.description_unwrapped. 2020-11-29 15:22:58 -05:00
create_node.py Convert subcommands to tuples instead of lists, as that's what mypy demands for heterogeneous sequences. 2020-11-29 15:48:26 -05:00
debug.py Convert subcommands to tuples instead of lists, as that's what mypy demands for heterogeneous sequences. 2020-11-29 15:48:26 -05:00
default_nodedir.py Add Python 3 compatibility for code paths relevant to 'tahoe --version'. 2020-08-21 19:55:34 -04: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 Ignore error when untyped Module has no dispatch. 2020-11-29 15:52:04 -05:00
slow_operation.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
stats_gatherer.py Convert subcommands to tuples instead of lists, as that's what mypy demands for heterogeneous sequences. 2020-11-29 15:48:26 -05: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 Rename to_str() to the more accurate to_bytes(). 2020-08-14 13:49:48 -04:00
tahoe_check.py chore(refs #3455) Address feedback, BBB comments 2020-10-07 12:28:41 -07:00
tahoe_cp.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -04: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 Convert subcommands to tuples instead of lists, as that's what mypy demands for heterogeneous sequences. 2020-11-29 15:48:26 -05:00
tahoe_ls.py Rename to_str() to the more accurate to_bytes(). 2020-08-14 13:49:48 -04:00
tahoe_manifest.py Convert print statements to print functions, even when commented. Fixes #3408. 2020-09-11 14:50:44 -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 Rename to_str() to the more accurate to_bytes(). 2020-08-14 13:49:48 -04: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
types_.py Convert subcommands to tuples instead of lists, as that's what mypy demands for heterogeneous sequences. 2020-11-29 15:48:26 -05:00