LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
django_napse/__init__.py
django_napse.egg-info/PKG-INFO
django_napse.egg-info/SOURCES.txt
django_napse.egg-info/dependency_links.txt
django_napse.egg-info/requires.txt
django_napse.egg-info/top_level.txt
django_napse/api/__init__.py
django_napse/api/api_urls.py
django_napse/api/custom_permissions.py
django_napse/api/custom_viewset.py
django_napse/api/_utils/__init__.py
django_napse/api/_utils/template_messages.py
django_napse/api/bots/__init__.py
django_napse/api/bots/serializers/__init__.py
django_napse/api/bots/serializers/architecture_serializer.py
django_napse/api/bots/serializers/bot_serializers.py
django_napse/api/bots/serializers/config_serializer.py
django_napse/api/bots/serializers/plugin_serializer.py
django_napse/api/bots/serializers/strategy_serializer.py
django_napse/api/bots/views/__init__.py
django_napse/api/bots/views/bot_view.py
django_napse/api/connections/__init__.py
django_napse/api/connections/serializers/__init__.py
django_napse/api/connections/views/__init__.py
django_napse/api/exchanges/__init__.py
django_napse/api/exchanges/serializers/__init__.py
django_napse/api/exchanges/serializers/exchange_account_detail_serializer.py
django_napse/api/exchanges/serializers/exchange_account_serializer.py
django_napse/api/exchanges/views/__init__.py
django_napse/api/exchanges/views/exchange_account_view.py
django_napse/api/fleets/__init__.py
django_napse/api/fleets/serializers/__init__.py
django_napse/api/fleets/serializers/cluster_serialisers.py
django_napse/api/fleets/serializers/fleet_serializers.py
django_napse/api/fleets/views/__init__.py
django_napse/api/fleets/views/fleet_view.py
django_napse/api/histories/__init__.py
django_napse/api/keys/__init__.py
django_napse/api/keys/serializers/__init__.py
django_napse/api/keys/serializers/key.py
django_napse/api/keys/views/__init__.py
django_napse/api/keys/views/key_view.py
django_napse/api/orders/__init__.py
django_napse/api/orders/serializers/__init__.py
django_napse/api/orders/serializers/order_serializer.py
django_napse/api/orders/views/__init__.py
django_napse/api/orders/views/order_view.py
django_napse/api/permissions/__init__.py
django_napse/api/permissions/serializers/__init__.py
django_napse/api/permissions/serializers/permission.py
django_napse/api/permissions/views/__init__.py
django_napse/api/spaces/__init__.py
django_napse/api/spaces/serializers/__init__.py
django_napse/api/spaces/serializers/space_serializers.py
django_napse/api/spaces/views/__init__.py
django_napse/api/spaces/views/space_view.py
django_napse/api/transactions/__init__.py
django_napse/api/transactions/serializers/__init__.py
django_napse/api/transactions/serializers/credit_serializer.py
django_napse/api/transactions/serializers/debit_serializer.py
django_napse/api/transactions/serializers/transaction_serializer.py
django_napse/api/wallets/__init__.py
django_napse/api/wallets/serializers/__init__.py
django_napse/api/wallets/serializers/currency_serializer.py
django_napse/api/wallets/serializers/wallet_serializers.py
django_napse/auth/__init__.py
django_napse/auth/apps.py
django_napse/auth/db_essentials.py
django_napse/auth/migrations/0001_initial.py
django_napse/auth/migrations/0002_napseapikey.py
django_napse/auth/migrations/0003_alter_keypermission_key.py
django_napse/auth/migrations/0004_napseapikey_description.py
django_napse/auth/migrations/0005_alter_keypermission_space.py
django_napse/auth/migrations/__init__.py
django_napse/auth/models/__init__.py
django_napse/auth/models/keys/__init__.py
django_napse/auth/models/keys/key.py
django_napse/auth/models/permissions/__init__.py
django_napse/auth/models/permissions/permission.py
django_napse/auth/models/permissions/managers/__init__.py
django_napse/core/__init__.py
django_napse/core/apps.py
django_napse/core/celery_app.py
django_napse/core/db_essentials.py
django_napse/core/settings.py
django_napse/core/migrations/0001_initial.py
django_napse/core/migrations/0002_history_historydatapoint_historydatapointfield.py
django_napse/core/migrations/0003_wallethistory.py
django_napse/core/migrations/0004_spacehistory_fleethistory_exchangeaccounthistory.py
django_napse/core/migrations/0005_exchangeaccount_default.py
django_napse/core/migrations/0006_alter_exchangeaccount_name.py
django_napse/core/migrations/0007_historydatapoint_created_at.py
django_napse/core/migrations/0008_bothistory.py
django_napse/core/migrations/0009_rename_exit_base_amount_order_exit_amount_base_and_more.py
django_napse/core/migrations/__init__.py
django_napse/core/models/__init__.py
django_napse/core/models/accounts/__init__.py
django_napse/core/models/accounts/exchange.py
django_napse/core/models/accounts/space.py
django_napse/core/models/accounts/managers/__init__.py
django_napse/core/models/accounts/managers/exchange.py
django_napse/core/models/accounts/managers/space.py
django_napse/core/models/bots/__init__.py
django_napse/core/models/bots/architecture.py
django_napse/core/models/bots/bot.py
django_napse/core/models/bots/config.py
django_napse/core/models/bots/controller.py
django_napse/core/models/bots/plugin.py
django_napse/core/models/bots/strategy.py
django_napse/core/models/bots/architectures/__init__.py
django_napse/core/models/bots/architectures/single_pair.py
django_napse/core/models/bots/implementations/__init__.py
django_napse/core/models/bots/implementations/dca/__init__.py
django_napse/core/models/bots/implementations/dca/config.py
django_napse/core/models/bots/implementations/dca/strategy.py
django_napse/core/models/bots/implementations/empty/__init__.py
django_napse/core/models/bots/implementations/empty/config.py
django_napse/core/models/bots/implementations/empty/strategy.py
django_napse/core/models/bots/implementations/turbo_dca/__init__.py
django_napse/core/models/bots/implementations/turbo_dca/config.py
django_napse/core/models/bots/implementations/turbo_dca/strategy.py
django_napse/core/models/bots/managers/__init__.py
django_napse/core/models/bots/managers/architecture.py
django_napse/core/models/bots/managers/bot_config.py
django_napse/core/models/bots/managers/controller.py
django_napse/core/models/bots/managers/plugin.py
django_napse/core/models/bots/managers/strategy.py
django_napse/core/models/bots/plugins/__init__.py
django_napse/core/models/bots/plugins/lbo.py
django_napse/core/models/bots/plugins/mbp.py
django_napse/core/models/bots/plugins/sbv.py
django_napse/core/models/connections/__init__.py
django_napse/core/models/connections/connection.py
django_napse/core/models/connections/managers/__init__.py
django_napse/core/models/connections/managers/connection.py
django_napse/core/models/fleets/__init__.py
django_napse/core/models/fleets/cluster.py
django_napse/core/models/fleets/fleet.py
django_napse/core/models/fleets/link.py
django_napse/core/models/fleets/managers/__init__.py
django_napse/core/models/fleets/managers/cluster.py
django_napse/core/models/fleets/managers/fleet.py
django_napse/core/models/histories/__init__.py
django_napse/core/models/histories/bot.py
django_napse/core/models/histories/exchange_account.py
django_napse/core/models/histories/fleet.py
django_napse/core/models/histories/history.py
django_napse/core/models/histories/space.py
django_napse/core/models/histories/wallet.py
django_napse/core/models/modifications/__init__.py
django_napse/core/models/modifications/architecture.py
django_napse/core/models/modifications/connection.py
django_napse/core/models/modifications/modification.py
django_napse/core/models/modifications/strategy.py
django_napse/core/models/orders/__init__.py
django_napse/core/models/orders/order.py
django_napse/core/models/orders/managers/__init__.py
django_napse/core/models/orders/managers/order.py
django_napse/core/models/transactions/__init__.py
django_napse/core/models/transactions/credit.py
django_napse/core/models/transactions/debit.py
django_napse/core/models/transactions/transaction.py
django_napse/core/models/transactions/managers/__init__.py
django_napse/core/models/transactions/managers/credit.py
django_napse/core/models/transactions/managers/debit.py
django_napse/core/models/transactions/managers/transaction.py
django_napse/core/models/wallets/__init__.py
django_napse/core/models/wallets/currency.py
django_napse/core/models/wallets/wallet.py
django_napse/core/models/wallets/managers/__init__.py
django_napse/core/models/wallets/managers/wallet.py
django_napse/core/tasks/__init__.py
django_napse/core/tasks/base_tasks.py
django_napse/core/tasks/candle_collector.py
django_napse/core/tasks/controller_update.py
django_napse/core/tasks/order_process_executor.py
django_napse/simulations/__init__.py
django_napse/simulations/apps.py
django_napse/simulations/migrations/0001_initial.py
django_napse/simulations/migrations/__init__.py
django_napse/simulations/models/__init__.py
django_napse/simulations/models/datasets/__init__.py
django_napse/simulations/models/datasets/dataset.py
django_napse/simulations/models/datasets/managers/__init__.py
django_napse/simulations/models/datasets/managers/dataset.py
django_napse/simulations/models/simulations/__init__.py
django_napse/simulations/models/simulations/currency.py
django_napse/simulations/models/simulations/simulation.py
django_napse/simulations/models/simulations/simulation_queue.py
django_napse/simulations/models/simulations/managers/__init__.py
django_napse/simulations/models/simulations/managers/data_point.py
django_napse/simulations/models/simulations/managers/simulation.py
django_napse/simulations/models/simulations/managers/simulation_queue.py
django_napse/simulations/tasks/__init__.py
django_napse/simulations/tasks/dataset_queue.py
django_napse/simulations/tasks/simulation_queue.py
django_napse/utils/__init__.py
django_napse/utils/api_test_case.py
django_napse/utils/constants.py
django_napse/utils/custom_test_case.py
django_napse/utils/dict_comparison.py
django_napse/utils/findable_class.py
django_napse/utils/model_test_case.py
django_napse/utils/usefull_functions.py
django_napse/utils/errors/__init__.py
django_napse/utils/errors/api.py
django_napse/utils/errors/bots.py
django_napse/utils/errors/exchange.py
django_napse/utils/errors/fleets.py
django_napse/utils/errors/histories.py
django_napse/utils/errors/key.py
django_napse/utils/errors/napse.py
django_napse/utils/errors/orders.py
django_napse/utils/errors/sims.py
django_napse/utils/errors/spaces.py
django_napse/utils/errors/tasks.py
django_napse/utils/errors/transactions.py
django_napse/utils/errors/wallets.py
django_napse/utils/trading/__init__.py
django_napse/utils/trading/binance_controller.py
tests/__init__.py
tests/django_tests/__init__.py
tests/django_tests/api/__init__.py
tests/django_tests/api/fleets/__init__.py
tests/django_tests/api/fleets/test_fleet_view.py
tests/django_tests/api/keys/__init__.py
tests/django_tests/api/keys/test_create.py
tests/django_tests/api/spaces/__init__.py
tests/django_tests/api/spaces/test_space_view.py
tests/django_tests/db/__init__.py
tests/django_tests/db/test_validation.py
tests/django_tests/db/accounts/__init__.py
tests/django_tests/db/accounts/test_exchange.py
tests/django_tests/db/accounts/test_space.py
tests/django_tests/db/authorizations/__init__.py
tests/django_tests/db/bots/__init__.py
tests/django_tests/db/bots/test_architechture.py
tests/django_tests/db/bots/test_bot.py
tests/django_tests/db/bots/test_bot_config.py
tests/django_tests/db/bots/test_plugin.py
tests/django_tests/db/bots/test_strategy.py
tests/django_tests/db/bots/test_plugins/__init__.py
tests/django_tests/db/bots/test_plugins/test_plugin_mbp.py
tests/django_tests/db/bots/test_strategies/__init__.py
tests/django_tests/db/bots/test_strategies/test_dca.py
tests/django_tests/db/bots/test_strategies/test_empty_bot.py
tests/django_tests/db/bots/test_strategies/test_turbo_dca.py
tests/django_tests/db/datasets/__init__.py
tests/django_tests/db/datasets/test_candle.py
tests/django_tests/db/datasets/test_dataset.py
tests/django_tests/db/fleets/__init__.py
tests/django_tests/db/fleets/test_fleet.py
tests/django_tests/db/histories/__init__.py
tests/django_tests/db/histories/test_history.py
tests/django_tests/db/histories/test_special_history.py
tests/django_tests/db/orders/__init__.py
tests/django_tests/db/orders/test_order.py
tests/django_tests/db/simulations/__init__.py
tests/django_tests/db/simulations/test_simulation.py
tests/django_tests/db/simulations/test_simulation_queue.py
tests/django_tests/db/transactions/__init__.py
tests/django_tests/db/transactions/test_credit.py
tests/django_tests/db/transactions/test_debit.py
tests/django_tests/db/transactions/test_transactions.py
tests/django_tests/db/wallets/__init__.py
tests/django_tests/db/wallets/test_currency.py
tests/django_tests/db/wallets/test_wallet.py
tests/test_app/__init__.py
tests/test_app/asgi.py
tests/test_app/celery_app.py
tests/test_app/manage.py
tests/test_app/settings.py
tests/test_app/urls.py
tests/test_app/wsgi.py