publicdotcom-cli 1.2.1__tar.gz → 1.2.2__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.
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/.github/workflows/ci.yml +20 -0
- publicdotcom_cli-1.2.2/.github/workflows/release.yml +67 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/PKG-INFO +1 -1
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/pyproject.toml +1 -1
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/__init__.py +1 -1
- publicdotcom_cli-1.2.1/.github/workflows/release.yml +0 -66
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/.gitattributes +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/.gitignore +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/CHANGELOG.md +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/LICENSE +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/README.md +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/examples/order.single-leg.cash-only.json +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/examples/order.single-leg.market-buy.json +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/scripts/generate_client.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/__main__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/account_details/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/account_details/get_account_portfolio_v2.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/account_details/get_history.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/authorization/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/authorization/create_personal_access_token.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/instrument_details/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/instrument_details/get_all_instruments.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/instrument_details/get_instrument.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/list_accounts/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/list_accounts/get_accounts.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/market_data/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/market_data/get_bars_v2.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/market_data/get_bars_v2_with_aggregation.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/market_data/get_option_chain.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/market_data/get_option_expirations.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/market_data/get_quotes.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/option_details/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/option_details/get_option_greeks.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/order_placement/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/order_placement/cancel_order.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/order_placement/get_order.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/order_placement/place_multileg_order.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/order_placement/place_order.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/order_placement/preflight_multi_leg.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/order_placement/preflight_single_leg.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/order_placement/replace_order.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/client.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/errors.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/__init__.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/bar.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/bars_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_holdingsystem_core_types_option_price_increment.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapiauthservice_api_personal_create_access_token_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapiauthservice_api_personal_create_access_token_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapiauthservice_domain_error_error_body.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_account_account_settings.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_account_account_settings_account_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_account_account_settings_brokerage_account_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_account_account_settings_options_level.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_account_account_settings_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_account_account_settings_trade_permissions.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_history_gateway_history_response_page.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_history_gateway_history_transaction.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_history_gateway_history_transaction_direction.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_history_gateway_history_transaction_security_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_history_gateway_history_transaction_side.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_history_gateway_history_transaction_sub_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_history_gateway_history_transaction_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_gateway_option_chain_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_gateway_option_chain_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_gateway_option_expirations_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_gateway_option_expirations_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_gateway_quote.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_gateway_quote_outcome.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_gateway_quote_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_gateway_quote_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_one_day_change.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_marketdata_quote_option_details.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_options_greek_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_options_greeks_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_options_option_greeks_type_0.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_cancel_replace_order_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_cancel_replace_order_request_order_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_instrument_dto.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_instrument_dto_fractional_trading.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_instrument_dto_option_spread_trading.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_instrument_dto_option_trading.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_instrument_dto_shorting_availability.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_instrument_dto_trading.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_instrument_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_multileg_order_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_multileg_order_request_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_order_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_order_request_equity_market_session.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_order_request_open_close_indicator.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_order_request_order_side.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_order_request_order_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_api_order_result.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_leg_instrument.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_leg_instrument_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_instrument.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_instrument_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_leg.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_leg_open_close_indicator.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_leg_side.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_open_close_indicator.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_side.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_status.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_order_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_short_selling.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_short_selling_availability.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_gateway_short_selling_uptick_rule.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_instrumentdetails_api_instrument_details.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_instrumentdetails_api_instrument_details_bond.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_instrumentdetails_api_instrument_details_crypto.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_order_expiration.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_order_order_expiration_time_in_force.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gain.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_buying_power.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_cost_basis.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_portfolio_account_v2.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_portfolio_account_v2_account_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_portfolio_equity_v2.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_portfolio_equity_v2_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_portfolio_instrument.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_portfolio_instrument_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_portfolio_position.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_strategy.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_gateway_strategy_leg.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_portfolio_price.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_gateway_margin_impact.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_gateway_margin_requirement.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_gateway_option_details.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_gateway_option_details_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_gateway_option_rebate.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_gateway_price_increment.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_gateway_regulatory_fees.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_leg_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_leg_response_open_close_indicator.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_leg_response_side.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_multi_leg_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_multi_leg_request_order_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_multi_leg_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_single_leg_request.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_single_leg_request_equity_market_session.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_single_leg_request_open_close_indicator.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_single_leg_request_order_side.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_single_leg_request_order_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/com_hellopublic_userapigateway_api_rest_preflight_preflight_single_leg_response.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_all_instruments_fractional_trading_filter_item.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_all_instruments_option_spread_trading_filter_item.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_all_instruments_option_trading_filter_item.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_all_instruments_trading_filter_item.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_all_instruments_type_filter_item.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_bars_v2_period.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_bars_v2_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_bars_v2_with_aggregation_aggregation.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_bars_v2_with_aggregation_period.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_bars_v2_with_aggregation_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/get_instrument_type.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/last_session_close.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/market_session_bars.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/regular_session_closing_data.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/types.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/cli.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/client.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/config.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/output.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/payloads.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/tests/test_cli.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/tests/test_client.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/tests/test_config.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/tests/test_payloads.py +0 -0
- {publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/uv.lock +0 -0
|
@@ -11,6 +11,26 @@ concurrency:
|
|
|
11
11
|
cancel-in-progress: true
|
|
12
12
|
|
|
13
13
|
jobs:
|
|
14
|
+
version-check:
|
|
15
|
+
name: version consistency
|
|
16
|
+
runs-on: ubuntu-latest
|
|
17
|
+
steps:
|
|
18
|
+
- uses: actions/checkout@v4
|
|
19
|
+
|
|
20
|
+
- uses: actions/setup-python@v5
|
|
21
|
+
with:
|
|
22
|
+
python-version: "3.12"
|
|
23
|
+
|
|
24
|
+
- name: pyproject.toml and __init__.py versions must agree
|
|
25
|
+
run: |
|
|
26
|
+
PYPROJECT=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml','rb'))['project']['version'])")
|
|
27
|
+
INIT=$(python -c "import re; print(re.search(r'__version__ = \"(.+?)\"', open('src/publicdotcom_cli/__init__.py').read()).group(1))")
|
|
28
|
+
echo "pyproject.toml=$PYPROJECT __init__.py=$INIT"
|
|
29
|
+
if [ "$PYPROJECT" != "$INIT" ]; then
|
|
30
|
+
echo "::error::Version mismatch — pyproject.toml=$PYPROJECT but __init__.py=$INIT. Bump both."
|
|
31
|
+
exit 1
|
|
32
|
+
fi
|
|
33
|
+
|
|
14
34
|
test:
|
|
15
35
|
name: test (py${{ matrix.python-version }})
|
|
16
36
|
runs-on: ubuntu-latest
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
name: release
|
|
2
|
+
|
|
3
|
+
# Runs on every push to main (i.e. every merged PR). It only cuts a release
|
|
4
|
+
# when pyproject.toml's version is one that hasn't been released yet (no
|
|
5
|
+
# matching v<version> git tag). Merges that don't bump the version are no-ops,
|
|
6
|
+
# which is required because PyPI permanently rejects re-uploading a version.
|
|
7
|
+
on:
|
|
8
|
+
push:
|
|
9
|
+
branches: [main]
|
|
10
|
+
|
|
11
|
+
concurrency:
|
|
12
|
+
group: release
|
|
13
|
+
cancel-in-progress: false
|
|
14
|
+
|
|
15
|
+
jobs:
|
|
16
|
+
release:
|
|
17
|
+
runs-on: ubuntu-latest
|
|
18
|
+
environment: pypi
|
|
19
|
+
permissions:
|
|
20
|
+
id-token: write # PyPI Trusted Publishing (OIDC)
|
|
21
|
+
contents: write # create the git tag + GitHub Release
|
|
22
|
+
steps:
|
|
23
|
+
- uses: actions/checkout@v4
|
|
24
|
+
with:
|
|
25
|
+
fetch-depth: 0 # need full tag history to detect existing releases
|
|
26
|
+
|
|
27
|
+
- uses: actions/setup-python@v5
|
|
28
|
+
with:
|
|
29
|
+
python-version: "3.12"
|
|
30
|
+
|
|
31
|
+
- name: Read version from pyproject.toml
|
|
32
|
+
id: ver
|
|
33
|
+
run: |
|
|
34
|
+
VERSION=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml','rb'))['project']['version'])")
|
|
35
|
+
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
|
36
|
+
echo "tag=v$VERSION" >> "$GITHUB_OUTPUT"
|
|
37
|
+
|
|
38
|
+
- name: Skip if this version was already released
|
|
39
|
+
id: check
|
|
40
|
+
run: |
|
|
41
|
+
if git rev-parse "refs/tags/v${{ steps.ver.outputs.version }}" >/dev/null 2>&1; then
|
|
42
|
+
echo "new=false" >> "$GITHUB_OUTPUT"
|
|
43
|
+
echo "::notice::v${{ steps.ver.outputs.version }} already tagged — skipping release."
|
|
44
|
+
else
|
|
45
|
+
echo "new=true" >> "$GITHUB_OUTPUT"
|
|
46
|
+
echo "::notice::Releasing v${{ steps.ver.outputs.version }}."
|
|
47
|
+
fi
|
|
48
|
+
|
|
49
|
+
- name: Build sdist and wheel
|
|
50
|
+
if: success() && steps.check.outputs.new == 'true'
|
|
51
|
+
run: |
|
|
52
|
+
python -m pip install --upgrade pip build
|
|
53
|
+
python -m build
|
|
54
|
+
|
|
55
|
+
- name: Publish to PyPI
|
|
56
|
+
if: success() && steps.check.outputs.new == 'true'
|
|
57
|
+
uses: pypa/gh-action-pypi-publish@release/v1
|
|
58
|
+
|
|
59
|
+
- name: Create GitHub Release
|
|
60
|
+
if: success() && steps.check.outputs.new == 'true'
|
|
61
|
+
uses: softprops/action-gh-release@v2
|
|
62
|
+
with:
|
|
63
|
+
tag_name: ${{ steps.ver.outputs.tag }}
|
|
64
|
+
name: ${{ steps.ver.outputs.tag }}
|
|
65
|
+
target_commitish: ${{ github.sha }}
|
|
66
|
+
generate_release_notes: true
|
|
67
|
+
files: dist/*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: publicdotcom-cli
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: Command-line client for the Public.com Trading API
|
|
5
5
|
Project-URL: Homepage, https://github.com/publicdotcom/publicdotcom-cli
|
|
6
6
|
Project-URL: Repository, https://github.com/publicdotcom/publicdotcom-cli
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
name: Release
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
branches: [main]
|
|
6
|
-
|
|
7
|
-
jobs:
|
|
8
|
-
release:
|
|
9
|
-
name: Create release if version is new
|
|
10
|
-
runs-on: ubuntu-latest
|
|
11
|
-
permissions:
|
|
12
|
-
contents: write
|
|
13
|
-
steps:
|
|
14
|
-
- uses: actions/checkout@v4
|
|
15
|
-
with:
|
|
16
|
-
fetch-depth: 0
|
|
17
|
-
|
|
18
|
-
- name: Read version
|
|
19
|
-
id: version
|
|
20
|
-
run: |
|
|
21
|
-
VERSION=$(python -c "
|
|
22
|
-
import re, sys
|
|
23
|
-
content = open('src/publicdotcom_cli/__init__.py').read()
|
|
24
|
-
m = re.search(r'__version__ = \"(.+?)\"', content)
|
|
25
|
-
if not m:
|
|
26
|
-
sys.exit('Could not find __version__ in __init__.py')
|
|
27
|
-
print(m.group(1))
|
|
28
|
-
")
|
|
29
|
-
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
|
30
|
-
|
|
31
|
-
- name: Check if tag already exists
|
|
32
|
-
id: tag_check
|
|
33
|
-
run: |
|
|
34
|
-
if git rev-parse "v${{ steps.version.outputs.version }}" >/dev/null 2>&1; then
|
|
35
|
-
echo "exists=true" >> "$GITHUB_OUTPUT"
|
|
36
|
-
else
|
|
37
|
-
echo "exists=false" >> "$GITHUB_OUTPUT"
|
|
38
|
-
fi
|
|
39
|
-
|
|
40
|
-
- name: Extract changelog entry
|
|
41
|
-
if: steps.tag_check.outputs.exists == 'false'
|
|
42
|
-
id: changelog
|
|
43
|
-
run: |
|
|
44
|
-
VERSION="${{ steps.version.outputs.version }}"
|
|
45
|
-
# Extract the block between this version's heading and the next
|
|
46
|
-
NOTES=$(awk "/^## \[$VERSION\]/{found=1; next} found && /^## \[/{exit} found{print}" CHANGELOG.md)
|
|
47
|
-
{
|
|
48
|
-
echo "notes<<EOF"
|
|
49
|
-
echo "$NOTES"
|
|
50
|
-
echo "EOF"
|
|
51
|
-
} >> "$GITHUB_OUTPUT"
|
|
52
|
-
|
|
53
|
-
- name: Create tag and GitHub release
|
|
54
|
-
if: steps.tag_check.outputs.exists == 'false'
|
|
55
|
-
env:
|
|
56
|
-
GH_TOKEN: ${{ github.token }}
|
|
57
|
-
run: |
|
|
58
|
-
VERSION="${{ steps.version.outputs.version }}"
|
|
59
|
-
git config user.name "github-actions[bot]"
|
|
60
|
-
git config user.email "github-actions[bot]@users.noreply.github.com"
|
|
61
|
-
git tag "v$VERSION"
|
|
62
|
-
git push origin "v$VERSION"
|
|
63
|
-
gh release create "v$VERSION" \
|
|
64
|
-
--title "v$VERSION" \
|
|
65
|
-
--notes "${{ steps.changelog.outputs.notes }}" \
|
|
66
|
-
--latest
|
|
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
|
{publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/__init__.py
RENAMED
|
File without changes
|
{publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/api/__init__.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
|
|
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
|
{publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/__init__.py
RENAMED
|
File without changes
|
{publicdotcom_cli-1.2.1 → publicdotcom_cli-1.2.2}/src/publicdotcom_cli/_generated/models/bar.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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|