lbry-sdk/lbrynet/lbrynet_daemon
Jack e9a1dbca4b fix windows cli
make cli easier to use on windows by converting keyword args to json

cli now accepts commands like:

lbrynet-cli resolve_name name=one

as well as:

lbrynet-cli resolve_name ‘{“name”: “one”}’
2016-09-15 14:47:32 -04:00
..
daemon_scripts remove fee checking from autofetcher script 2016-07-25 22:28:01 -04:00
__init__.py don't mess with logging 2016-06-07 04:19:51 -04:00
LBRYDaemon.py make abandon_claim compatible with old function name 2016-09-14 22:36:18 -04:00
LBRYDaemonCLI.py fix windows cli 2016-09-15 14:47:32 -04:00
LBRYDaemonControl.py Fix relative pathing for cacert for win builds 2016-08-18 01:25:48 -04:00
LBRYDaemonServer.py prevent a lbry files opened through the ui from making api calls 2016-08-27 23:16:48 -04:00
LBRYDownloader.py allow more download attempts after having timed out 2016-09-12 15:39:19 -04:00
LBRYExchangeRateManager.py Merge branch 'master' into content_type 2016-08-25 17:59:20 -04:00
LBRYPublisher.py fix tests 2016-08-26 20:22:11 -04:00
LBRYUIManager.py Merge pull request #100 from lbryio/change-ui-location 2016-07-27 03:44:28 -04:00
Lighthouse.py Remove all unused imports; add check to pylint 2016-08-08 15:42:35 -05:00