upstox-python-sdk 2.0.0__tar.gz → 2.2.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.
- {upstox-python-sdk-2.0.0/upstox_python_sdk.egg-info → upstox-python-sdk-2.2.0}/PKG-INFO +11 -2
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/README.md +10 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/setup.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/configuration.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/holdings_data.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/order_book_data.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/order_data.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/position_data.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/profile_data.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/token_response.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/trade_data.py +1 -1
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0/upstox_python_sdk.egg-info}/PKG-INFO +11 -2
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/LICENSE.txt +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/setup.cfg +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/__init__.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/sanity_test.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_api_gateway_error_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_brokerage_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_brokerage_taxes.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_brokerage_wrapper_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_cancel_order_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_cancel_order_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_charge_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_convert_position_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_convert_position_request.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_convert_position_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_depth.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_depth_map.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_dp_plan.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_brokerage_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_full_market_quote_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_historical_candle_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_holdings_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_intra_day_candle_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_market_quote_last_traded_price_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_market_quote_ohlc_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_order_book_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_order_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_position_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_profile_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_profit_and_loss_charges_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_trade_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_trade_wise_profit_and_loss_data_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_trade_wise_profit_and_loss_meta_data_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_user_fund_margin_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_historical_candle_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_history_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_holdings_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_intra_day_candle_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_login_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_logout_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_market_quote_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_market_quote_ohlc.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_market_quote_symbol.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_market_quote_symbol_ltp.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_modify_order_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_modify_order_request.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_modify_order_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_o_auth_client_exception.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_o_auth_client_exception_cause.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_o_auth_client_exception_cause_stack_trace.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_o_auth_client_exception_cause_suppressed.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_ohlc.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_order_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_order_book_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_order_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_other_taxes.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_place_order_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_place_order_request.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_place_order_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_portfolio_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_position_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_problem.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profile_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_charges_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_charges_taxes.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_charges_wrapper_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_meta_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_meta_data_wrapper.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_other_charges_taxes.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_token_request.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_token_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_trade_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_trade_profit_and_loss_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_trade_wise_meta_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_trade_wise_profit_and_loss_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_user_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_user_fund_margin_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_websocket_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_websocket_auth_redirect_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_websocket_auth_redirect_response_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/__init__.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/__init__.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/charge_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/history_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/login_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/market_quote_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/order_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/portfolio_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/trade_profit_and_loss_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/user_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/websocket_api.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api_client.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/__init__.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/api_gateway_error_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/brokerage_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/brokerage_taxes.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/brokerage_wrapper_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/cancel_order_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/cancel_order_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/convert_position_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/convert_position_request.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/convert_position_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/depth.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/depth_map.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/dp_plan.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_brokerage_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_full_market_quote_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_historical_candle_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_holdings_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_intra_day_candle_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_market_quote_last_traded_price_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_market_quote_ohlc_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_order_book_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_order_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_position_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_profile_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_profit_and_loss_charges_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_trade_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_trade_wise_profit_and_loss_data_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_trade_wise_profit_and_loss_meta_data_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_user_fund_margin_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/historical_candle_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/intra_day_candle_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/logout_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/market_quote_ohlc.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/market_quote_symbol.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/market_quote_symbol_ltp.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/modify_order_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/modify_order_request.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/modify_order_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/o_auth_client_exception.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/o_auth_client_exception_cause.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/o_auth_client_exception_cause_stack_trace.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/o_auth_client_exception_cause_suppressed.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/ohlc.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/other_taxes.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/place_order_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/place_order_request.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/place_order_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/problem.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/profit_and_loss_charges_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/profit_and_loss_charges_taxes.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/profit_and_loss_charges_wrapper_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/profit_and_loss_meta_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/profit_and_loss_meta_data_wrapper.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/profit_and_loss_other_charges_taxes.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/token_request.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/trade_wise_meta_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/trade_wise_profit_and_loss_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/user_fund_margin_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/websocket_auth_redirect_response.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/websocket_auth_redirect_response_data.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/rest.py +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_python_sdk.egg-info/SOURCES.txt +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_python_sdk.egg-info/dependency_links.txt +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_python_sdk.egg-info/requires.txt +0 -0
- {upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: upstox-python-sdk
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: Upstox Developer API
|
|
5
5
|
Home-page: https://github.com/upstox/upstox-python
|
|
6
6
|
License: MIT
|
|
7
7
|
Description: # Upstox Python SDK for API v2
|
|
8
8
|
|
|
9
|
+
[](https://pypi.python.org/pypi/upstox-python-sdk)
|
|
10
|
+
|
|
9
11
|
## Introduction
|
|
10
12
|
|
|
11
13
|
The official Python client for communicating with the <a href="https://upstox.com/uplink/">Upstox API</a>.
|
|
@@ -13,7 +15,7 @@ Description: # Upstox Python SDK for API v2
|
|
|
13
15
|
Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
|
|
14
16
|
|
|
15
17
|
- API version: v2
|
|
16
|
-
- Package version: 2.
|
|
18
|
+
- Package version: 2.2.0
|
|
17
19
|
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
|
|
18
20
|
|
|
19
21
|
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
|
|
@@ -55,6 +57,13 @@ Description: # Upstox Python SDK for API v2
|
|
|
55
57
|
import upstox_client
|
|
56
58
|
```
|
|
57
59
|
|
|
60
|
+
## Examples
|
|
61
|
+
|
|
62
|
+
[Sample Implementations](examples/) can be found within `/examples` folder.
|
|
63
|
+
|
|
64
|
+
- [Websocket Market data](examples/websocket/market_data/)
|
|
65
|
+
- [Websocket Order updates](examples/websocket/order_updates/)
|
|
66
|
+
|
|
58
67
|
## Getting Started
|
|
59
68
|
|
|
60
69
|
Please follow the [installation procedure](#installation--usage) and then run the following:
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# Upstox Python SDK for API v2
|
|
2
2
|
|
|
3
|
+
[](https://pypi.python.org/pypi/upstox-python-sdk)
|
|
4
|
+
|
|
3
5
|
## Introduction
|
|
4
6
|
|
|
5
7
|
The official Python client for communicating with the <a href="https://upstox.com/uplink/">Upstox API</a>.
|
|
@@ -7,7 +9,7 @@ The official Python client for communicating with the <a href="https://upstox.co
|
|
|
7
9
|
Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
|
|
8
10
|
|
|
9
11
|
- API version: v2
|
|
10
|
-
- Package version: 2.
|
|
12
|
+
- Package version: 2.2.0
|
|
11
13
|
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
|
|
12
14
|
|
|
13
15
|
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
|
|
@@ -49,6 +51,13 @@ Then import the package:
|
|
|
49
51
|
import upstox_client
|
|
50
52
|
```
|
|
51
53
|
|
|
54
|
+
## Examples
|
|
55
|
+
|
|
56
|
+
[Sample Implementations](examples/) can be found within `/examples` folder.
|
|
57
|
+
|
|
58
|
+
- [Websocket Market data](examples/websocket/market_data/)
|
|
59
|
+
- [Websocket Order updates](examples/websocket/order_updates/)
|
|
60
|
+
|
|
52
61
|
## Getting Started
|
|
53
62
|
|
|
54
63
|
Please follow the [installation procedure](#installation--usage) and then run the following:
|
|
@@ -46,7 +46,7 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)):
|
|
|
46
46
|
def __init__(self):
|
|
47
47
|
"""Constructor"""
|
|
48
48
|
# Default Base url
|
|
49
|
-
self.host = "https://api
|
|
49
|
+
self.host = "https://api.upstox.com/v2"
|
|
50
50
|
# Temp file folder for downloading files
|
|
51
51
|
self.temp_folder_path = None
|
|
52
52
|
|
|
@@ -564,7 +564,7 @@ class HoldingsData(object):
|
|
|
564
564
|
:param exchange: The exchange of this HoldingsData. # noqa: E501
|
|
565
565
|
:type: str
|
|
566
566
|
"""
|
|
567
|
-
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BCD", "MCX"] # noqa: E501
|
|
567
|
+
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BFO", "BCD", "MCX"] # noqa: E501
|
|
568
568
|
if exchange not in allowed_values:
|
|
569
569
|
raise ValueError(
|
|
570
570
|
"Invalid value for `exchange` ({0}), must be one of {1}" # noqa: E501
|
|
@@ -202,7 +202,7 @@ class OrderBookData(object):
|
|
|
202
202
|
:param exchange: The exchange of this OrderBookData. # noqa: E501
|
|
203
203
|
:type: str
|
|
204
204
|
"""
|
|
205
|
-
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BCD", "MCX"] # noqa: E501
|
|
205
|
+
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BFO", "BCD", "MCX"] # noqa: E501
|
|
206
206
|
if exchange not in allowed_values:
|
|
207
207
|
raise ValueError(
|
|
208
208
|
"Invalid value for `exchange` ({0}), must be one of {1}" # noqa: E501
|
|
@@ -182,7 +182,7 @@ class OrderData(object):
|
|
|
182
182
|
:param exchange: The exchange of this OrderData. # noqa: E501
|
|
183
183
|
:type: str
|
|
184
184
|
"""
|
|
185
|
-
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BCD", "MCX"] # noqa: E501
|
|
185
|
+
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BFO", "BCD", "MCX"] # noqa: E501
|
|
186
186
|
if exchange not in allowed_values:
|
|
187
187
|
raise ValueError(
|
|
188
188
|
"Invalid value for `exchange` ({0}), must be one of {1}" # noqa: E501
|
|
@@ -197,7 +197,7 @@ class PositionData(object):
|
|
|
197
197
|
:param exchange: The exchange of this PositionData. # noqa: E501
|
|
198
198
|
:type: str
|
|
199
199
|
"""
|
|
200
|
-
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BCD", "MCX"] # noqa: E501
|
|
200
|
+
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BFO", "BCD", "MCX"] # noqa: E501
|
|
201
201
|
if exchange not in allowed_values:
|
|
202
202
|
raise ValueError(
|
|
203
203
|
"Invalid value for `exchange` ({0}), must be one of {1}" # noqa: E501
|
|
@@ -130,7 +130,7 @@ class ProfileData(object):
|
|
|
130
130
|
:param exchanges: The exchanges of this ProfileData. # noqa: E501
|
|
131
131
|
:type: list[str]
|
|
132
132
|
"""
|
|
133
|
-
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BCD", "MCX"] # noqa: E501
|
|
133
|
+
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BFO", "BCD", "MCX"] # noqa: E501
|
|
134
134
|
if not set(exchanges).issubset(set(allowed_values)):
|
|
135
135
|
raise ValueError(
|
|
136
136
|
"Invalid values for `exchanges` [{0}], must be a subset of [{1}]" # noqa: E501
|
|
@@ -135,7 +135,7 @@ class TokenResponse(object):
|
|
|
135
135
|
:param exchanges: The exchanges of this TokenResponse. # noqa: E501
|
|
136
136
|
:type: list[str]
|
|
137
137
|
"""
|
|
138
|
-
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BCD", "MCX"] # noqa: E501
|
|
138
|
+
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BFO", "BCD", "MCX"] # noqa: E501
|
|
139
139
|
if not set(exchanges).issubset(set(allowed_values)):
|
|
140
140
|
raise ValueError(
|
|
141
141
|
"Invalid values for `exchanges` [{0}], must be a subset of [{1}]" # noqa: E501
|
|
@@ -127,7 +127,7 @@ class TradeData(object):
|
|
|
127
127
|
:param exchange: The exchange of this TradeData. # noqa: E501
|
|
128
128
|
:type: str
|
|
129
129
|
"""
|
|
130
|
-
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BCD", "MCX"] # noqa: E501
|
|
130
|
+
allowed_values = ["NSE", "NFO", "CDS", "BSE", "BFO", "BCD", "MCX"] # noqa: E501
|
|
131
131
|
if exchange not in allowed_values:
|
|
132
132
|
raise ValueError(
|
|
133
133
|
"Invalid value for `exchange` ({0}), must be one of {1}" # noqa: E501
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: upstox-python-sdk
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2.0
|
|
4
4
|
Summary: Upstox Developer API
|
|
5
5
|
Home-page: https://github.com/upstox/upstox-python
|
|
6
6
|
License: MIT
|
|
7
7
|
Description: # Upstox Python SDK for API v2
|
|
8
8
|
|
|
9
|
+
[](https://pypi.python.org/pypi/upstox-python-sdk)
|
|
10
|
+
|
|
9
11
|
## Introduction
|
|
10
12
|
|
|
11
13
|
The official Python client for communicating with the <a href="https://upstox.com/uplink/">Upstox API</a>.
|
|
@@ -13,7 +15,7 @@ Description: # Upstox Python SDK for API v2
|
|
|
13
15
|
Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
|
|
14
16
|
|
|
15
17
|
- API version: v2
|
|
16
|
-
- Package version: 2.
|
|
18
|
+
- Package version: 2.2.0
|
|
17
19
|
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
|
|
18
20
|
|
|
19
21
|
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
|
|
@@ -55,6 +57,13 @@ Description: # Upstox Python SDK for API v2
|
|
|
55
57
|
import upstox_client
|
|
56
58
|
```
|
|
57
59
|
|
|
60
|
+
## Examples
|
|
61
|
+
|
|
62
|
+
[Sample Implementations](examples/) can be found within `/examples` folder.
|
|
63
|
+
|
|
64
|
+
- [Websocket Market data](examples/websocket/market_data/)
|
|
65
|
+
- [Websocket Order updates](examples/websocket/order_updates/)
|
|
66
|
+
|
|
58
67
|
## Getting Started
|
|
59
68
|
|
|
60
69
|
Please follow the [installation procedure](#installation--usage) and then run the following:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_full_market_quote_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_historical_candle_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_intra_day_candle_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_market_quote_ohlc_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_get_user_fund_margin_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_o_auth_client_exception_cause.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_charges_data.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_charges_taxes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_meta_data_wrapper.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_profit_and_loss_other_charges_taxes.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_trade_wise_profit_and_loss_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/test/test_websocket_auth_redirect_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/api/trade_profit_and_loss_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/brokerage_wrapper_data.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/cancel_order_data.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/cancel_order_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/convert_position_data.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/convert_position_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_brokerage_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_holdings_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_order_book_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_order_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_position_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_profile_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/get_trade_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/historical_candle_data.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/intra_day_candle_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/market_quote_ohlc.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/market_quote_symbol.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/market_quote_symbol_ltp.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/modify_order_data.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/modify_order_request.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/modify_order_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/o_auth_client_exception.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/place_order_data.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/place_order_request.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/place_order_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/trade_wise_meta_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_client/models/user_fund_margin_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_python_sdk.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.0.0 → upstox-python-sdk-2.2.0}/upstox_python_sdk.egg-info/top_level.txt
RENAMED
|
File without changes
|