From 16215d5b96acfd9e01120c2f31ab60f5816f7b37 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 20 Jun 2019 13:45:46 -0400 Subject: [PATCH] preparing for moving torba into lbry sdk repo --- .gitignore => torba/.gitignore | 0 .travis.yml => torba/.travis.yml | 0 CHANGELOG.md => torba/CHANGELOG.md | 0 LICENSE => torba/LICENSE | 0 MANIFEST.in => torba/MANIFEST.in | 0 README.md => torba/README.md | 0 setup.cfg => torba/setup.cfg | 0 setup.py => torba/setup.py | 0 {tests => torba/tests}/client_tests/__init__.py | 0 .../tests}/client_tests/integration/__init__.py | 0 .../integration/test_blockchain_reorganization.py | 0 .../client_tests/integration/test_reconnect.py | 0 .../tests}/client_tests/integration/test_sync.py | 0 .../client_tests/integration/test_transactions.py | 0 .../tests}/client_tests/unit/__init__.py | 0 .../tests}/client_tests/unit/key_fixtures.py | 0 .../tests}/client_tests/unit/test_account.py | 0 .../client_tests/unit/test_bcd_data_stream.py | 0 .../tests}/client_tests/unit/test_bip32.py | 0 .../tests}/client_tests/unit/test_coinselection.py | 0 .../tests}/client_tests/unit/test_database.py | 0 .../tests}/client_tests/unit/test_hash.py | 0 .../tests}/client_tests/unit/test_headers.py | 0 .../tests}/client_tests/unit/test_ledger.py | 0 .../tests}/client_tests/unit/test_mnemonic.py | 0 .../tests}/client_tests/unit/test_script.py | 0 .../tests}/client_tests/unit/test_transaction.py | 0 .../tests}/client_tests/unit/test_utils.py | 0 .../tests}/client_tests/unit/test_wallet.py | 0 torba.png => torba/torba.png | Bin torba/{ => torba}/__init__.py | 0 torba/{ => torba}/client/__init__.py | 0 torba/{ => torba}/client/baseaccount.py | 0 torba/{ => torba}/client/basedatabase.py | 0 torba/{ => torba}/client/baseheader.py | 0 torba/{ => torba}/client/baseledger.py | 0 torba/{ => torba}/client/basemanager.py | 0 torba/{ => torba}/client/basenetwork.py | 0 torba/{ => torba}/client/basescript.py | 0 torba/{ => torba}/client/basetransaction.py | 0 torba/{ => torba}/client/bcd_data_stream.py | 0 torba/{ => torba}/client/bip32.py | 0 torba/{ => torba}/client/cli.py | 0 torba/{ => torba}/client/coinselection.py | 0 torba/{ => torba}/client/constants.py | 0 torba/{ => torba}/client/errors.py | 0 torba/{ => torba}/client/hash.py | 0 torba/{ => torba}/client/mnemonic.py | 0 torba/{ => torba}/client/util.py | 0 torba/{ => torba}/client/wallet.py | 0 torba/{ => torba}/client/words/__init__.py | 0 .../{ => torba}/client/words/chinese_simplified.py | 0 torba/{ => torba}/client/words/english.py | 0 torba/{ => torba}/client/words/japanese.py | 0 torba/{ => torba}/client/words/portuguese.py | 0 torba/{ => torba}/client/words/spanish.py | 0 torba/{ => torba}/coin/__init__.py | 0 torba/{ => torba}/coin/bitcoincash.py | 0 torba/{ => torba}/coin/bitcoinsegwit.py | 0 torba/{ => torba}/orchstr8/__init__.py | 0 torba/{ => torba}/orchstr8/cli.py | 0 torba/{ => torba}/orchstr8/node.py | 0 torba/{ => torba}/orchstr8/service.py | 0 torba/{ => torba}/rpc/__init__.py | 0 torba/{ => torba}/rpc/framing.py | 0 torba/{ => torba}/rpc/jsonrpc.py | 0 torba/{ => torba}/rpc/session.py | 0 torba/{ => torba}/rpc/socks.py | 0 torba/{ => torba}/rpc/util.py | 0 torba/{ => torba}/server/__init__.py | 0 torba/{ => torba}/server/block_processor.py | 0 torba/{ => torba}/server/cli.py | 0 torba/{ => torba}/server/coins.py | 0 torba/{ => torba}/server/daemon.py | 0 torba/{ => torba}/server/db.py | 0 torba/{ => torba}/server/enum.py | 0 torba/{ => torba}/server/env.py | 0 torba/{ => torba}/server/hash.py | 0 torba/{ => torba}/server/history.py | 0 torba/{ => torba}/server/mempool.py | 0 torba/{ => torba}/server/merkle.py | 0 torba/{ => torba}/server/peer.py | 0 torba/{ => torba}/server/peers.py | 0 torba/{ => torba}/server/script.py | 0 torba/{ => torba}/server/server.py | 0 torba/{ => torba}/server/session.py | 0 torba/{ => torba}/server/storage.py | 0 torba/{ => torba}/server/text.py | 0 torba/{ => torba}/server/tx.py | 0 torba/{ => torba}/server/util.py | 0 torba/{ => torba}/stream.py | 0 torba/{ => torba}/tasks.py | 0 torba/{ => torba}/testcase.py | 0 torba/{ => torba}/ui/__init__.py | 0 torba/{ => torba}/workbench/Makefile | 0 torba/{ => torba}/workbench/__init__.py | 0 torba/{ => torba}/workbench/_blockchain_dock.py | 0 torba/{ => torba}/workbench/_output_dock.py | 0 torba/{ => torba}/workbench/application.py | 0 torba/{ => torba}/workbench/blockchain_dock.ui | 0 torba/{ => torba}/workbench/output_dock.ui | 0 tox.ini => torba/tox.ini | 0 102 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => torba/.gitignore (100%) rename .travis.yml => torba/.travis.yml (100%) rename CHANGELOG.md => torba/CHANGELOG.md (100%) rename LICENSE => torba/LICENSE (100%) rename MANIFEST.in => torba/MANIFEST.in (100%) rename README.md => torba/README.md (100%) rename setup.cfg => torba/setup.cfg (100%) rename setup.py => torba/setup.py (100%) rename {tests => torba/tests}/client_tests/__init__.py (100%) rename {tests => torba/tests}/client_tests/integration/__init__.py (100%) rename {tests => torba/tests}/client_tests/integration/test_blockchain_reorganization.py (100%) rename {tests => torba/tests}/client_tests/integration/test_reconnect.py (100%) rename {tests => torba/tests}/client_tests/integration/test_sync.py (100%) rename {tests => torba/tests}/client_tests/integration/test_transactions.py (100%) rename {tests => torba/tests}/client_tests/unit/__init__.py (100%) rename {tests => torba/tests}/client_tests/unit/key_fixtures.py (100%) rename {tests => torba/tests}/client_tests/unit/test_account.py (100%) rename {tests => torba/tests}/client_tests/unit/test_bcd_data_stream.py (100%) rename {tests => torba/tests}/client_tests/unit/test_bip32.py (100%) rename {tests => torba/tests}/client_tests/unit/test_coinselection.py (100%) rename {tests => torba/tests}/client_tests/unit/test_database.py (100%) rename {tests => torba/tests}/client_tests/unit/test_hash.py (100%) rename {tests => torba/tests}/client_tests/unit/test_headers.py (100%) rename {tests => torba/tests}/client_tests/unit/test_ledger.py (100%) rename {tests => torba/tests}/client_tests/unit/test_mnemonic.py (100%) rename {tests => torba/tests}/client_tests/unit/test_script.py (100%) rename {tests => torba/tests}/client_tests/unit/test_transaction.py (100%) rename {tests => torba/tests}/client_tests/unit/test_utils.py (100%) rename {tests => torba/tests}/client_tests/unit/test_wallet.py (100%) rename torba.png => torba/torba.png (100%) rename torba/{ => torba}/__init__.py (100%) rename torba/{ => torba}/client/__init__.py (100%) rename torba/{ => torba}/client/baseaccount.py (100%) rename torba/{ => torba}/client/basedatabase.py (100%) rename torba/{ => torba}/client/baseheader.py (100%) rename torba/{ => torba}/client/baseledger.py (100%) rename torba/{ => torba}/client/basemanager.py (100%) rename torba/{ => torba}/client/basenetwork.py (100%) rename torba/{ => torba}/client/basescript.py (100%) rename torba/{ => torba}/client/basetransaction.py (100%) rename torba/{ => torba}/client/bcd_data_stream.py (100%) rename torba/{ => torba}/client/bip32.py (100%) rename torba/{ => torba}/client/cli.py (100%) rename torba/{ => torba}/client/coinselection.py (100%) rename torba/{ => torba}/client/constants.py (100%) rename torba/{ => torba}/client/errors.py (100%) rename torba/{ => torba}/client/hash.py (100%) rename torba/{ => torba}/client/mnemonic.py (100%) rename torba/{ => torba}/client/util.py (100%) rename torba/{ => torba}/client/wallet.py (100%) rename torba/{ => torba}/client/words/__init__.py (100%) rename torba/{ => torba}/client/words/chinese_simplified.py (100%) rename torba/{ => torba}/client/words/english.py (100%) rename torba/{ => torba}/client/words/japanese.py (100%) rename torba/{ => torba}/client/words/portuguese.py (100%) rename torba/{ => torba}/client/words/spanish.py (100%) rename torba/{ => torba}/coin/__init__.py (100%) rename torba/{ => torba}/coin/bitcoincash.py (100%) rename torba/{ => torba}/coin/bitcoinsegwit.py (100%) rename torba/{ => torba}/orchstr8/__init__.py (100%) rename torba/{ => torba}/orchstr8/cli.py (100%) rename torba/{ => torba}/orchstr8/node.py (100%) rename torba/{ => torba}/orchstr8/service.py (100%) rename torba/{ => torba}/rpc/__init__.py (100%) rename torba/{ => torba}/rpc/framing.py (100%) rename torba/{ => torba}/rpc/jsonrpc.py (100%) rename torba/{ => torba}/rpc/session.py (100%) rename torba/{ => torba}/rpc/socks.py (100%) rename torba/{ => torba}/rpc/util.py (100%) rename torba/{ => torba}/server/__init__.py (100%) rename torba/{ => torba}/server/block_processor.py (100%) rename torba/{ => torba}/server/cli.py (100%) rename torba/{ => torba}/server/coins.py (100%) rename torba/{ => torba}/server/daemon.py (100%) rename torba/{ => torba}/server/db.py (100%) rename torba/{ => torba}/server/enum.py (100%) rename torba/{ => torba}/server/env.py (100%) rename torba/{ => torba}/server/hash.py (100%) rename torba/{ => torba}/server/history.py (100%) rename torba/{ => torba}/server/mempool.py (100%) rename torba/{ => torba}/server/merkle.py (100%) rename torba/{ => torba}/server/peer.py (100%) rename torba/{ => torba}/server/peers.py (100%) rename torba/{ => torba}/server/script.py (100%) rename torba/{ => torba}/server/server.py (100%) rename torba/{ => torba}/server/session.py (100%) rename torba/{ => torba}/server/storage.py (100%) rename torba/{ => torba}/server/text.py (100%) rename torba/{ => torba}/server/tx.py (100%) rename torba/{ => torba}/server/util.py (100%) rename torba/{ => torba}/stream.py (100%) rename torba/{ => torba}/tasks.py (100%) rename torba/{ => torba}/testcase.py (100%) rename torba/{ => torba}/ui/__init__.py (100%) rename torba/{ => torba}/workbench/Makefile (100%) rename torba/{ => torba}/workbench/__init__.py (100%) rename torba/{ => torba}/workbench/_blockchain_dock.py (100%) rename torba/{ => torba}/workbench/_output_dock.py (100%) rename torba/{ => torba}/workbench/application.py (100%) rename torba/{ => torba}/workbench/blockchain_dock.ui (100%) rename torba/{ => torba}/workbench/output_dock.ui (100%) rename tox.ini => torba/tox.ini (100%) diff --git a/.gitignore b/torba/.gitignore similarity index 100% rename from .gitignore rename to torba/.gitignore diff --git a/.travis.yml b/torba/.travis.yml similarity index 100% rename from .travis.yml rename to torba/.travis.yml diff --git a/CHANGELOG.md b/torba/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to torba/CHANGELOG.md diff --git a/LICENSE b/torba/LICENSE similarity index 100% rename from LICENSE rename to torba/LICENSE diff --git a/MANIFEST.in b/torba/MANIFEST.in similarity index 100% rename from MANIFEST.in rename to torba/MANIFEST.in diff --git a/README.md b/torba/README.md similarity index 100% rename from README.md rename to torba/README.md diff --git a/setup.cfg b/torba/setup.cfg similarity index 100% rename from setup.cfg rename to torba/setup.cfg diff --git a/setup.py b/torba/setup.py similarity index 100% rename from setup.py rename to torba/setup.py diff --git a/tests/client_tests/__init__.py b/torba/tests/client_tests/__init__.py similarity index 100% rename from tests/client_tests/__init__.py rename to torba/tests/client_tests/__init__.py diff --git a/tests/client_tests/integration/__init__.py b/torba/tests/client_tests/integration/__init__.py similarity index 100% rename from tests/client_tests/integration/__init__.py rename to torba/tests/client_tests/integration/__init__.py diff --git a/tests/client_tests/integration/test_blockchain_reorganization.py b/torba/tests/client_tests/integration/test_blockchain_reorganization.py similarity index 100% rename from tests/client_tests/integration/test_blockchain_reorganization.py rename to torba/tests/client_tests/integration/test_blockchain_reorganization.py diff --git a/tests/client_tests/integration/test_reconnect.py b/torba/tests/client_tests/integration/test_reconnect.py similarity index 100% rename from tests/client_tests/integration/test_reconnect.py rename to torba/tests/client_tests/integration/test_reconnect.py diff --git a/tests/client_tests/integration/test_sync.py b/torba/tests/client_tests/integration/test_sync.py similarity index 100% rename from tests/client_tests/integration/test_sync.py rename to torba/tests/client_tests/integration/test_sync.py diff --git a/tests/client_tests/integration/test_transactions.py b/torba/tests/client_tests/integration/test_transactions.py similarity index 100% rename from tests/client_tests/integration/test_transactions.py rename to torba/tests/client_tests/integration/test_transactions.py diff --git a/tests/client_tests/unit/__init__.py b/torba/tests/client_tests/unit/__init__.py similarity index 100% rename from tests/client_tests/unit/__init__.py rename to torba/tests/client_tests/unit/__init__.py diff --git a/tests/client_tests/unit/key_fixtures.py b/torba/tests/client_tests/unit/key_fixtures.py similarity index 100% rename from tests/client_tests/unit/key_fixtures.py rename to torba/tests/client_tests/unit/key_fixtures.py diff --git a/tests/client_tests/unit/test_account.py b/torba/tests/client_tests/unit/test_account.py similarity index 100% rename from tests/client_tests/unit/test_account.py rename to torba/tests/client_tests/unit/test_account.py diff --git a/tests/client_tests/unit/test_bcd_data_stream.py b/torba/tests/client_tests/unit/test_bcd_data_stream.py similarity index 100% rename from tests/client_tests/unit/test_bcd_data_stream.py rename to torba/tests/client_tests/unit/test_bcd_data_stream.py diff --git a/tests/client_tests/unit/test_bip32.py b/torba/tests/client_tests/unit/test_bip32.py similarity index 100% rename from tests/client_tests/unit/test_bip32.py rename to torba/tests/client_tests/unit/test_bip32.py diff --git a/tests/client_tests/unit/test_coinselection.py b/torba/tests/client_tests/unit/test_coinselection.py similarity index 100% rename from tests/client_tests/unit/test_coinselection.py rename to torba/tests/client_tests/unit/test_coinselection.py diff --git a/tests/client_tests/unit/test_database.py b/torba/tests/client_tests/unit/test_database.py similarity index 100% rename from tests/client_tests/unit/test_database.py rename to torba/tests/client_tests/unit/test_database.py diff --git a/tests/client_tests/unit/test_hash.py b/torba/tests/client_tests/unit/test_hash.py similarity index 100% rename from tests/client_tests/unit/test_hash.py rename to torba/tests/client_tests/unit/test_hash.py diff --git a/tests/client_tests/unit/test_headers.py b/torba/tests/client_tests/unit/test_headers.py similarity index 100% rename from tests/client_tests/unit/test_headers.py rename to torba/tests/client_tests/unit/test_headers.py diff --git a/tests/client_tests/unit/test_ledger.py b/torba/tests/client_tests/unit/test_ledger.py similarity index 100% rename from tests/client_tests/unit/test_ledger.py rename to torba/tests/client_tests/unit/test_ledger.py diff --git a/tests/client_tests/unit/test_mnemonic.py b/torba/tests/client_tests/unit/test_mnemonic.py similarity index 100% rename from tests/client_tests/unit/test_mnemonic.py rename to torba/tests/client_tests/unit/test_mnemonic.py diff --git a/tests/client_tests/unit/test_script.py b/torba/tests/client_tests/unit/test_script.py similarity index 100% rename from tests/client_tests/unit/test_script.py rename to torba/tests/client_tests/unit/test_script.py diff --git a/tests/client_tests/unit/test_transaction.py b/torba/tests/client_tests/unit/test_transaction.py similarity index 100% rename from tests/client_tests/unit/test_transaction.py rename to torba/tests/client_tests/unit/test_transaction.py diff --git a/tests/client_tests/unit/test_utils.py b/torba/tests/client_tests/unit/test_utils.py similarity index 100% rename from tests/client_tests/unit/test_utils.py rename to torba/tests/client_tests/unit/test_utils.py diff --git a/tests/client_tests/unit/test_wallet.py b/torba/tests/client_tests/unit/test_wallet.py similarity index 100% rename from tests/client_tests/unit/test_wallet.py rename to torba/tests/client_tests/unit/test_wallet.py diff --git a/torba.png b/torba/torba.png similarity index 100% rename from torba.png rename to torba/torba.png diff --git a/torba/__init__.py b/torba/torba/__init__.py similarity index 100% rename from torba/__init__.py rename to torba/torba/__init__.py diff --git a/torba/client/__init__.py b/torba/torba/client/__init__.py similarity index 100% rename from torba/client/__init__.py rename to torba/torba/client/__init__.py diff --git a/torba/client/baseaccount.py b/torba/torba/client/baseaccount.py similarity index 100% rename from torba/client/baseaccount.py rename to torba/torba/client/baseaccount.py diff --git a/torba/client/basedatabase.py b/torba/torba/client/basedatabase.py similarity index 100% rename from torba/client/basedatabase.py rename to torba/torba/client/basedatabase.py diff --git a/torba/client/baseheader.py b/torba/torba/client/baseheader.py similarity index 100% rename from torba/client/baseheader.py rename to torba/torba/client/baseheader.py diff --git a/torba/client/baseledger.py b/torba/torba/client/baseledger.py similarity index 100% rename from torba/client/baseledger.py rename to torba/torba/client/baseledger.py diff --git a/torba/client/basemanager.py b/torba/torba/client/basemanager.py similarity index 100% rename from torba/client/basemanager.py rename to torba/torba/client/basemanager.py diff --git a/torba/client/basenetwork.py b/torba/torba/client/basenetwork.py similarity index 100% rename from torba/client/basenetwork.py rename to torba/torba/client/basenetwork.py diff --git a/torba/client/basescript.py b/torba/torba/client/basescript.py similarity index 100% rename from torba/client/basescript.py rename to torba/torba/client/basescript.py diff --git a/torba/client/basetransaction.py b/torba/torba/client/basetransaction.py similarity index 100% rename from torba/client/basetransaction.py rename to torba/torba/client/basetransaction.py diff --git a/torba/client/bcd_data_stream.py b/torba/torba/client/bcd_data_stream.py similarity index 100% rename from torba/client/bcd_data_stream.py rename to torba/torba/client/bcd_data_stream.py diff --git a/torba/client/bip32.py b/torba/torba/client/bip32.py similarity index 100% rename from torba/client/bip32.py rename to torba/torba/client/bip32.py diff --git a/torba/client/cli.py b/torba/torba/client/cli.py similarity index 100% rename from torba/client/cli.py rename to torba/torba/client/cli.py diff --git a/torba/client/coinselection.py b/torba/torba/client/coinselection.py similarity index 100% rename from torba/client/coinselection.py rename to torba/torba/client/coinselection.py diff --git a/torba/client/constants.py b/torba/torba/client/constants.py similarity index 100% rename from torba/client/constants.py rename to torba/torba/client/constants.py diff --git a/torba/client/errors.py b/torba/torba/client/errors.py similarity index 100% rename from torba/client/errors.py rename to torba/torba/client/errors.py diff --git a/torba/client/hash.py b/torba/torba/client/hash.py similarity index 100% rename from torba/client/hash.py rename to torba/torba/client/hash.py diff --git a/torba/client/mnemonic.py b/torba/torba/client/mnemonic.py similarity index 100% rename from torba/client/mnemonic.py rename to torba/torba/client/mnemonic.py diff --git a/torba/client/util.py b/torba/torba/client/util.py similarity index 100% rename from torba/client/util.py rename to torba/torba/client/util.py diff --git a/torba/client/wallet.py b/torba/torba/client/wallet.py similarity index 100% rename from torba/client/wallet.py rename to torba/torba/client/wallet.py diff --git a/torba/client/words/__init__.py b/torba/torba/client/words/__init__.py similarity index 100% rename from torba/client/words/__init__.py rename to torba/torba/client/words/__init__.py diff --git a/torba/client/words/chinese_simplified.py b/torba/torba/client/words/chinese_simplified.py similarity index 100% rename from torba/client/words/chinese_simplified.py rename to torba/torba/client/words/chinese_simplified.py diff --git a/torba/client/words/english.py b/torba/torba/client/words/english.py similarity index 100% rename from torba/client/words/english.py rename to torba/torba/client/words/english.py diff --git a/torba/client/words/japanese.py b/torba/torba/client/words/japanese.py similarity index 100% rename from torba/client/words/japanese.py rename to torba/torba/client/words/japanese.py diff --git a/torba/client/words/portuguese.py b/torba/torba/client/words/portuguese.py similarity index 100% rename from torba/client/words/portuguese.py rename to torba/torba/client/words/portuguese.py diff --git a/torba/client/words/spanish.py b/torba/torba/client/words/spanish.py similarity index 100% rename from torba/client/words/spanish.py rename to torba/torba/client/words/spanish.py diff --git a/torba/coin/__init__.py b/torba/torba/coin/__init__.py similarity index 100% rename from torba/coin/__init__.py rename to torba/torba/coin/__init__.py diff --git a/torba/coin/bitcoincash.py b/torba/torba/coin/bitcoincash.py similarity index 100% rename from torba/coin/bitcoincash.py rename to torba/torba/coin/bitcoincash.py diff --git a/torba/coin/bitcoinsegwit.py b/torba/torba/coin/bitcoinsegwit.py similarity index 100% rename from torba/coin/bitcoinsegwit.py rename to torba/torba/coin/bitcoinsegwit.py diff --git a/torba/orchstr8/__init__.py b/torba/torba/orchstr8/__init__.py similarity index 100% rename from torba/orchstr8/__init__.py rename to torba/torba/orchstr8/__init__.py diff --git a/torba/orchstr8/cli.py b/torba/torba/orchstr8/cli.py similarity index 100% rename from torba/orchstr8/cli.py rename to torba/torba/orchstr8/cli.py diff --git a/torba/orchstr8/node.py b/torba/torba/orchstr8/node.py similarity index 100% rename from torba/orchstr8/node.py rename to torba/torba/orchstr8/node.py diff --git a/torba/orchstr8/service.py b/torba/torba/orchstr8/service.py similarity index 100% rename from torba/orchstr8/service.py rename to torba/torba/orchstr8/service.py diff --git a/torba/rpc/__init__.py b/torba/torba/rpc/__init__.py similarity index 100% rename from torba/rpc/__init__.py rename to torba/torba/rpc/__init__.py diff --git a/torba/rpc/framing.py b/torba/torba/rpc/framing.py similarity index 100% rename from torba/rpc/framing.py rename to torba/torba/rpc/framing.py diff --git a/torba/rpc/jsonrpc.py b/torba/torba/rpc/jsonrpc.py similarity index 100% rename from torba/rpc/jsonrpc.py rename to torba/torba/rpc/jsonrpc.py diff --git a/torba/rpc/session.py b/torba/torba/rpc/session.py similarity index 100% rename from torba/rpc/session.py rename to torba/torba/rpc/session.py diff --git a/torba/rpc/socks.py b/torba/torba/rpc/socks.py similarity index 100% rename from torba/rpc/socks.py rename to torba/torba/rpc/socks.py diff --git a/torba/rpc/util.py b/torba/torba/rpc/util.py similarity index 100% rename from torba/rpc/util.py rename to torba/torba/rpc/util.py diff --git a/torba/server/__init__.py b/torba/torba/server/__init__.py similarity index 100% rename from torba/server/__init__.py rename to torba/torba/server/__init__.py diff --git a/torba/server/block_processor.py b/torba/torba/server/block_processor.py similarity index 100% rename from torba/server/block_processor.py rename to torba/torba/server/block_processor.py diff --git a/torba/server/cli.py b/torba/torba/server/cli.py similarity index 100% rename from torba/server/cli.py rename to torba/torba/server/cli.py diff --git a/torba/server/coins.py b/torba/torba/server/coins.py similarity index 100% rename from torba/server/coins.py rename to torba/torba/server/coins.py diff --git a/torba/server/daemon.py b/torba/torba/server/daemon.py similarity index 100% rename from torba/server/daemon.py rename to torba/torba/server/daemon.py diff --git a/torba/server/db.py b/torba/torba/server/db.py similarity index 100% rename from torba/server/db.py rename to torba/torba/server/db.py diff --git a/torba/server/enum.py b/torba/torba/server/enum.py similarity index 100% rename from torba/server/enum.py rename to torba/torba/server/enum.py diff --git a/torba/server/env.py b/torba/torba/server/env.py similarity index 100% rename from torba/server/env.py rename to torba/torba/server/env.py diff --git a/torba/server/hash.py b/torba/torba/server/hash.py similarity index 100% rename from torba/server/hash.py rename to torba/torba/server/hash.py diff --git a/torba/server/history.py b/torba/torba/server/history.py similarity index 100% rename from torba/server/history.py rename to torba/torba/server/history.py diff --git a/torba/server/mempool.py b/torba/torba/server/mempool.py similarity index 100% rename from torba/server/mempool.py rename to torba/torba/server/mempool.py diff --git a/torba/server/merkle.py b/torba/torba/server/merkle.py similarity index 100% rename from torba/server/merkle.py rename to torba/torba/server/merkle.py diff --git a/torba/server/peer.py b/torba/torba/server/peer.py similarity index 100% rename from torba/server/peer.py rename to torba/torba/server/peer.py diff --git a/torba/server/peers.py b/torba/torba/server/peers.py similarity index 100% rename from torba/server/peers.py rename to torba/torba/server/peers.py diff --git a/torba/server/script.py b/torba/torba/server/script.py similarity index 100% rename from torba/server/script.py rename to torba/torba/server/script.py diff --git a/torba/server/server.py b/torba/torba/server/server.py similarity index 100% rename from torba/server/server.py rename to torba/torba/server/server.py diff --git a/torba/server/session.py b/torba/torba/server/session.py similarity index 100% rename from torba/server/session.py rename to torba/torba/server/session.py diff --git a/torba/server/storage.py b/torba/torba/server/storage.py similarity index 100% rename from torba/server/storage.py rename to torba/torba/server/storage.py diff --git a/torba/server/text.py b/torba/torba/server/text.py similarity index 100% rename from torba/server/text.py rename to torba/torba/server/text.py diff --git a/torba/server/tx.py b/torba/torba/server/tx.py similarity index 100% rename from torba/server/tx.py rename to torba/torba/server/tx.py diff --git a/torba/server/util.py b/torba/torba/server/util.py similarity index 100% rename from torba/server/util.py rename to torba/torba/server/util.py diff --git a/torba/stream.py b/torba/torba/stream.py similarity index 100% rename from torba/stream.py rename to torba/torba/stream.py diff --git a/torba/tasks.py b/torba/torba/tasks.py similarity index 100% rename from torba/tasks.py rename to torba/torba/tasks.py diff --git a/torba/testcase.py b/torba/torba/testcase.py similarity index 100% rename from torba/testcase.py rename to torba/torba/testcase.py diff --git a/torba/ui/__init__.py b/torba/torba/ui/__init__.py similarity index 100% rename from torba/ui/__init__.py rename to torba/torba/ui/__init__.py diff --git a/torba/workbench/Makefile b/torba/torba/workbench/Makefile similarity index 100% rename from torba/workbench/Makefile rename to torba/torba/workbench/Makefile diff --git a/torba/workbench/__init__.py b/torba/torba/workbench/__init__.py similarity index 100% rename from torba/workbench/__init__.py rename to torba/torba/workbench/__init__.py diff --git a/torba/workbench/_blockchain_dock.py b/torba/torba/workbench/_blockchain_dock.py similarity index 100% rename from torba/workbench/_blockchain_dock.py rename to torba/torba/workbench/_blockchain_dock.py diff --git a/torba/workbench/_output_dock.py b/torba/torba/workbench/_output_dock.py similarity index 100% rename from torba/workbench/_output_dock.py rename to torba/torba/workbench/_output_dock.py diff --git a/torba/workbench/application.py b/torba/torba/workbench/application.py similarity index 100% rename from torba/workbench/application.py rename to torba/torba/workbench/application.py diff --git a/torba/workbench/blockchain_dock.ui b/torba/torba/workbench/blockchain_dock.ui similarity index 100% rename from torba/workbench/blockchain_dock.ui rename to torba/torba/workbench/blockchain_dock.ui diff --git a/torba/workbench/output_dock.ui b/torba/torba/workbench/output_dock.ui similarity index 100% rename from torba/workbench/output_dock.ui rename to torba/torba/workbench/output_dock.ui diff --git a/tox.ini b/torba/tox.ini similarity index 100% rename from tox.ini rename to torba/tox.ini