crypticorn 2.0.0__tar.gz → 2.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {crypticorn-2.0.0 → crypticorn-2.1.0}/PKG-INFO +32 -14
- {crypticorn-2.0.0 → crypticorn-2.1.0}/README.md +21 -1
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/__init__.py +13 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/api/auth_api.py +1023 -46
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/__init__.py +13 -0
- crypticorn-2.1.0/crypticorn/auth/client/models/create_api_key200_response.py +83 -0
- crypticorn-2.1.0/crypticorn/auth/client/models/create_api_key_request.py +141 -0
- crypticorn-2.1.0/crypticorn/auth/client/models/get_api_keys200_response_inner.py +144 -0
- crypticorn-2.1.0/crypticorn/auth/client/models/oauth_callback200_response.py +109 -0
- crypticorn-2.1.0/crypticorn/auth/client/models/oauth_callback200_response_user.py +104 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/whoami200_response.py +3 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/common/auth.py +6 -6
- crypticorn-2.1.0/crypticorn/common/auth_client.py +217 -0
- crypticorn-2.1.0/crypticorn/common/scopes.py +47 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn.egg-info/PKG-INFO +32 -14
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn.egg-info/SOURCES.txt +7 -1
- crypticorn-2.1.0/crypticorn.egg-info/requires.txt +24 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/pyproject.toml +2 -2
- {crypticorn-2.0.0 → crypticorn-2.1.0}/requirements/main.txt +9 -7
- crypticorn-2.1.0/requirements/test.txt +4 -0
- crypticorn-2.1.0/tests/test_auth_client.py +330 -0
- crypticorn-2.0.0/crypticorn/common/auth_client.py +0 -163
- crypticorn-2.0.0/crypticorn/common/scopes.py +0 -29
- crypticorn-2.0.0/crypticorn.egg-info/requires.txt +0 -26
- crypticorn-2.0.0/requirements/test.txt +0 -6
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/api/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/api/admin_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/api/service_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/api/user_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/api/wallet_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/api_client.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/api_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/configuration.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/exceptions.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/add_wallet200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/add_wallet_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/authorize_user200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/authorize_user200_response_auth.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/authorize_user_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/create_user_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/list_wallets200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/list_wallets200_response_balances_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_sale_round.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_wallet.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/list_wallets200_response_balances_inner_wallet_vesting_wallets_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/list_wallets200_response_data_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/list_wallets200_response_user_value.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/logout_default_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/logout_default_response_issues_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/refresh_token_info200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/refresh_token_info200_response_user_session.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/resend_verification_email_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/revoke_user_tokens_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/rotate_tokens200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/token_info200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/unlink_wallet_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/update_user_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/user_reset_password_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/user_set_password_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/verify200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/verify_email200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/verify_email200_response_auth.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/verify_email200_response_auth_auth.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/verify_email_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/verify_wallet_request.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/models/wallet_verified200_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/py.typed +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/client/rest.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/auth/main.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/client.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/common/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/common/errors.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/common/urls.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/api/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/api/data_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/api/models_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/api/status_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/api_client.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/api_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/configuration.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/exceptions.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/coins.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/data_download_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/data_info.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/data_value_value_value_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/data_version.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/download_links.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/evaluation.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/evaluation_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/feature_size.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/http_validation_error.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/model_create.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/model_status.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/model_update.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/target.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/target_type.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/validation_error.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/models/validation_error_loc_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/py.typed +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/client/rest.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/hive/main.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/api/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/api/funding_rates_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/api/health_check_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/api/ohlcv_data_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/api/symbols_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/api/udf_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/api_client.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/api_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/configuration.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/exceptions.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/base_response_health_check_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/base_response_list_funding_rate_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/base_response_list_str.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/base_response_ohlcv_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/error_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/exchange.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/funding_rate_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/health_check_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/history_error_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/history_no_data_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/history_success_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/http_validation_error.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/market.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/ohlcv_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/resolution.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/response_get_history_udf_history_get.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/search_symbol_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/sort_direction.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/symbol_group_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/symbol_info_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/symbol_type.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/timeframe.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/udf_config_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/validation_error.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/models/validation_error_loc_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/py.typed +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/client/rest.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/klines/main.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/api/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/api/now_payments_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/api/payments_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/api/products_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/api/status_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/api_client.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/api_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/configuration.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/exceptions.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/api_status_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/combined_payment_history.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/create_invoice_req.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/create_invoice_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/currency.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/estimate_price_req.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/estimate_price_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/get_currencies_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/get_payment_status_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/get_payments_list_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/http_validation_error.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/min_amount_req.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/min_amount_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/now_api_status_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/now_create_invoice_req.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/now_create_invoice_res.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/now_fee_structure.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/now_payment_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/now_payment_status.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/now_webhook_payload.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/payment.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/payment_status.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/product.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/product_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/product_subs_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/services.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/unified_payment_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/validation_error.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/models/validation_error_loc_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/py.typed +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/client/rest.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/pay/main.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/api_keys_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/bots_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/exchanges_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/futures_trading_panel_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/notifications_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/orders_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/status_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/strategies_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api/trading_actions_api.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api_client.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/api_response.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/configuration.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/exceptions.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/__init__.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/action_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/api_error_identifier.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/api_error_level.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/api_error_type.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/api_key_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/bot_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/bot_status.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/exchange.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/execution_ids.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/futures_balance.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/futures_trading_action.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/http_validation_error.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/margin_mode.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/market_type.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/notification_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/notification_type.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/order_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/order_status.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/post_futures_action.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/strategy_exchange_info.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/strategy_model.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/strategy_model_input.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/strategy_model_output.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/tpsl.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/trading_action_type.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/update_notification.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/validation_error.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/models/validation_error_loc_inner.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/py.typed +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/client/rest.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn/trade/main.py +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn.egg-info/dependency_links.txt +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/crypticorn.egg-info/top_level.txt +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/requirements/dev.txt +0 -0
- {crypticorn-2.0.0 → crypticorn-2.1.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: crypticorn
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.1.0
|
4
4
|
Summary: Maximise Your Crypto Trading Profits with AI Predictions
|
5
5
|
Author-email: Crypticorn <timon@crypticorn.com>
|
6
6
|
Project-URL: Homepage, https://crypticorn.com
|
@@ -13,16 +13,16 @@ Classifier: Programming Language :: Python :: 3
|
|
13
13
|
Classifier: Typing :: Typed
|
14
14
|
Requires-Python: >=3.10
|
15
15
|
Description-Content-Type: text/markdown
|
16
|
+
Requires-Dist: fastapi
|
16
17
|
Requires-Dist: urllib3<3.0.0,>=1.25.3
|
17
|
-
Requires-Dist: python_dateutil
|
18
|
-
Requires-Dist: aiohttp
|
19
|
-
Requires-Dist: aiohttp-retry
|
20
|
-
Requires-Dist: pydantic
|
21
|
-
Requires-Dist: typing-extensions
|
18
|
+
Requires-Dist: python_dateutil<3.0.0,>=2.8.2
|
19
|
+
Requires-Dist: aiohttp<4.0.0,>=3.8.4
|
20
|
+
Requires-Dist: aiohttp-retry<3.0.0,>=2.8.3
|
21
|
+
Requires-Dist: pydantic<3.0.0,>=2.0.0
|
22
|
+
Requires-Dist: typing-extensions<5.0.0,>=4.7.1
|
22
23
|
Requires-Dist: pandas<3.0.0,>=2.2.0
|
23
24
|
Requires-Dist: requests<3.0.0,>=2.32.0
|
24
25
|
Requires-Dist: tqdm<5.0.0,>=4.67.0
|
25
|
-
Requires-Dist: pydantic<3.0.0,>=2.0.0
|
26
26
|
Provides-Extra: dev
|
27
27
|
Requires-Dist: streamlit; extra == "dev"
|
28
28
|
Requires-Dist: httpx; extra == "dev"
|
@@ -31,12 +31,10 @@ Requires-Dist: black; extra == "dev"
|
|
31
31
|
Requires-Dist: twine; extra == "dev"
|
32
32
|
Requires-Dist: pyflakes; extra == "dev"
|
33
33
|
Provides-Extra: test
|
34
|
-
Requires-Dist: pytest
|
35
|
-
Requires-Dist: pytest-
|
36
|
-
Requires-Dist:
|
37
|
-
Requires-Dist:
|
38
|
-
Requires-Dist: types-python-dateutil>=2.8.19.14; extra == "test"
|
39
|
-
Requires-Dist: mypy>=1.5; extra == "test"
|
34
|
+
Requires-Dist: pytest==8.3.5; extra == "test"
|
35
|
+
Requires-Dist: pytest-asyncio==0.26.0; extra == "test"
|
36
|
+
Requires-Dist: pytest-cov==6.1.1; extra == "test"
|
37
|
+
Requires-Dist: python-dotenv==1.0.1; extra == "test"
|
40
38
|
|
41
39
|
# What is Crypticorn?
|
42
40
|
|
@@ -50,9 +48,28 @@ Crypticorn offers AI-based solutions for both active and passive investors, incl
|
|
50
48
|
Use this API Client to contribute to the so-called Hive AI, a community driven AI Meta Model for predicting the
|
51
49
|
cryptocurrency market.
|
52
50
|
|
51
|
+
## Installation
|
52
|
+
|
53
|
+
You can install the latest stable version from PyPi:
|
54
|
+
```bash
|
55
|
+
pip install crypticorn
|
56
|
+
```
|
57
|
+
|
58
|
+
If you want a specific version, run:
|
59
|
+
```bash
|
60
|
+
pip install crypticorn==2.0.0
|
61
|
+
```
|
62
|
+
|
63
|
+
If you want the latest version, which could be a pre release, run:
|
64
|
+
```bash
|
65
|
+
pip install --pre crypticorn
|
66
|
+
```
|
67
|
+
|
53
68
|
## Usage
|
54
69
|
|
55
|
-
|
70
|
+
As of know the library is available in async mode only. There are two was of using it.
|
71
|
+
|
72
|
+
## With Async Context Protocol
|
56
73
|
```python
|
57
74
|
async with ApiClient(base_url="http://localhost", jwt=jwt) as client:
|
58
75
|
# json response
|
@@ -66,6 +83,7 @@ async with ApiClient(base_url="http://localhost", jwt=jwt) as client:
|
|
66
83
|
print(response)
|
67
84
|
```
|
68
85
|
|
86
|
+
## Without Async Context Protocol
|
69
87
|
Without the context you need to close the session manually.
|
70
88
|
```python
|
71
89
|
client = ApiClient(base_url="http://localhost", jwt=jwt)
|
@@ -10,9 +10,28 @@ Crypticorn offers AI-based solutions for both active and passive investors, incl
|
|
10
10
|
Use this API Client to contribute to the so-called Hive AI, a community driven AI Meta Model for predicting the
|
11
11
|
cryptocurrency market.
|
12
12
|
|
13
|
+
## Installation
|
14
|
+
|
15
|
+
You can install the latest stable version from PyPi:
|
16
|
+
```bash
|
17
|
+
pip install crypticorn
|
18
|
+
```
|
19
|
+
|
20
|
+
If you want a specific version, run:
|
21
|
+
```bash
|
22
|
+
pip install crypticorn==2.0.0
|
23
|
+
```
|
24
|
+
|
25
|
+
If you want the latest version, which could be a pre release, run:
|
26
|
+
```bash
|
27
|
+
pip install --pre crypticorn
|
28
|
+
```
|
29
|
+
|
13
30
|
## Usage
|
14
31
|
|
15
|
-
|
32
|
+
As of know the library is available in async mode only. There are two was of using it.
|
33
|
+
|
34
|
+
## With Async Context Protocol
|
16
35
|
```python
|
17
36
|
async with ApiClient(base_url="http://localhost", jwt=jwt) as client:
|
18
37
|
# json response
|
@@ -26,6 +45,7 @@ async with ApiClient(base_url="http://localhost", jwt=jwt) as client:
|
|
26
45
|
print(response)
|
27
46
|
```
|
28
47
|
|
48
|
+
## Without Async Context Protocol
|
29
49
|
Without the context you need to close the session manually.
|
30
50
|
```python
|
31
51
|
client = ApiClient(base_url="http://localhost", jwt=jwt)
|
@@ -44,7 +44,14 @@ from crypticorn.auth.client.models.authorize_user200_response_auth import (
|
|
44
44
|
AuthorizeUser200ResponseAuth,
|
45
45
|
)
|
46
46
|
from crypticorn.auth.client.models.authorize_user_request import AuthorizeUserRequest
|
47
|
+
from crypticorn.auth.client.models.create_api_key200_response import (
|
48
|
+
CreateApiKey200Response,
|
49
|
+
)
|
50
|
+
from crypticorn.auth.client.models.create_api_key_request import CreateApiKeyRequest
|
47
51
|
from crypticorn.auth.client.models.create_user_request import CreateUserRequest
|
52
|
+
from crypticorn.auth.client.models.get_api_keys200_response_inner import (
|
53
|
+
GetApiKeys200ResponseInner,
|
54
|
+
)
|
48
55
|
from crypticorn.auth.client.models.list_wallets200_response import (
|
49
56
|
ListWallets200Response,
|
50
57
|
)
|
@@ -70,6 +77,12 @@ from crypticorn.auth.client.models.logout_default_response import LogoutDefaultR
|
|
70
77
|
from crypticorn.auth.client.models.logout_default_response_issues_inner import (
|
71
78
|
LogoutDefaultResponseIssuesInner,
|
72
79
|
)
|
80
|
+
from crypticorn.auth.client.models.oauth_callback200_response import (
|
81
|
+
OauthCallback200Response,
|
82
|
+
)
|
83
|
+
from crypticorn.auth.client.models.oauth_callback200_response_user import (
|
84
|
+
OauthCallback200ResponseUser,
|
85
|
+
)
|
73
86
|
from crypticorn.auth.client.models.refresh_token_info200_response import (
|
74
87
|
RefreshTokenInfo200Response,
|
75
88
|
)
|