From a2b7efacf26b1aa45bb67171553f19546f1ce4f6 Mon Sep 17 00:00:00 2001 From: konichuvak Date: Sun, 8 Mar 2026 23:26:04 -0400 Subject: [PATCH] Add py.typed markers for PEP 561 typing support --- clients/algo/pyproject.toml | 2 +- clients/algo/src/binance_sdk_algo/py.typed | 0 clients/alpha/pyproject.toml | 2 +- clients/alpha/src/binance_sdk_alpha/py.typed | 0 clients/c2c/pyproject.toml | 2 +- clients/c2c/src/binance_sdk_c2c/py.typed | 0 clients/convert/pyproject.toml | 2 +- clients/convert/src/binance_sdk_convert/py.typed | 0 clients/copy_trading/pyproject.toml | 2 +- clients/copy_trading/src/binance_sdk_copy_trading/py.typed | 0 clients/crypto_loan/pyproject.toml | 2 +- clients/crypto_loan/src/binance_sdk_crypto_loan/py.typed | 0 clients/derivatives_trading_coin_futures/pyproject.toml | 2 +- .../src/binance_sdk_derivatives_trading_coin_futures/py.typed | 0 clients/derivatives_trading_options/pyproject.toml | 2 +- .../src/binance_sdk_derivatives_trading_options/py.typed | 0 clients/derivatives_trading_portfolio_margin/pyproject.toml | 2 +- .../binance_sdk_derivatives_trading_portfolio_margin/py.typed | 0 .../derivatives_trading_portfolio_margin_pro/pyproject.toml | 2 +- .../py.typed | 0 clients/derivatives_trading_usds_futures/pyproject.toml | 2 +- .../src/binance_sdk_derivatives_trading_usds_futures/py.typed | 0 clients/dual_investment/pyproject.toml | 2 +- .../dual_investment/src/binance_sdk_dual_investment/py.typed | 0 clients/fiat/pyproject.toml | 2 +- clients/fiat/src/binance_sdk_fiat/py.typed | 0 clients/gift_card/pyproject.toml | 2 +- clients/gift_card/src/binance_sdk_gift_card/py.typed | 0 clients/margin_trading/pyproject.toml | 2 +- clients/margin_trading/src/binance_sdk_margin_trading/py.typed | 0 clients/mining/pyproject.toml | 2 +- clients/mining/src/binance_sdk_mining/py.typed | 0 clients/nft/pyproject.toml | 2 +- clients/nft/src/binance_sdk_nft/py.typed | 0 clients/pay/pyproject.toml | 2 +- clients/pay/src/binance_sdk_pay/py.typed | 0 clients/rebate/pyproject.toml | 2 +- clients/rebate/src/binance_sdk_rebate/py.typed | 0 clients/simple_earn/pyproject.toml | 2 +- clients/simple_earn/src/binance_sdk_simple_earn/py.typed | 0 clients/spot/pyproject.toml | 2 +- clients/spot/src/binance_sdk_spot/py.typed | 0 clients/staking/pyproject.toml | 2 +- clients/staking/src/binance_sdk_staking/py.typed | 0 clients/sub_account/pyproject.toml | 2 +- clients/sub_account/src/binance_sdk_sub_account/py.typed | 0 clients/vip_loan/pyproject.toml | 2 +- clients/vip_loan/src/binance_sdk_vip_loan/py.typed | 0 clients/wallet/pyproject.toml | 2 +- clients/wallet/src/binance_sdk_wallet/py.typed | 0 common/pyproject.toml | 3 ++- common/src/binance_common/py.typed | 0 52 files changed, 27 insertions(+), 26 deletions(-) create mode 100644 clients/algo/src/binance_sdk_algo/py.typed create mode 100644 clients/alpha/src/binance_sdk_alpha/py.typed create mode 100644 clients/c2c/src/binance_sdk_c2c/py.typed create mode 100644 clients/convert/src/binance_sdk_convert/py.typed create mode 100644 clients/copy_trading/src/binance_sdk_copy_trading/py.typed create mode 100644 clients/crypto_loan/src/binance_sdk_crypto_loan/py.typed create mode 100644 clients/derivatives_trading_coin_futures/src/binance_sdk_derivatives_trading_coin_futures/py.typed create mode 100644 clients/derivatives_trading_options/src/binance_sdk_derivatives_trading_options/py.typed create mode 100644 clients/derivatives_trading_portfolio_margin/src/binance_sdk_derivatives_trading_portfolio_margin/py.typed create mode 100644 clients/derivatives_trading_portfolio_margin_pro/src/binance_sdk_derivatives_trading_portfolio_margin_pro/py.typed create mode 100644 clients/derivatives_trading_usds_futures/src/binance_sdk_derivatives_trading_usds_futures/py.typed create mode 100644 clients/dual_investment/src/binance_sdk_dual_investment/py.typed create mode 100644 clients/fiat/src/binance_sdk_fiat/py.typed create mode 100644 clients/gift_card/src/binance_sdk_gift_card/py.typed create mode 100644 clients/margin_trading/src/binance_sdk_margin_trading/py.typed create mode 100644 clients/mining/src/binance_sdk_mining/py.typed create mode 100644 clients/nft/src/binance_sdk_nft/py.typed create mode 100644 clients/pay/src/binance_sdk_pay/py.typed create mode 100644 clients/rebate/src/binance_sdk_rebate/py.typed create mode 100644 clients/simple_earn/src/binance_sdk_simple_earn/py.typed create mode 100644 clients/spot/src/binance_sdk_spot/py.typed create mode 100644 clients/staking/src/binance_sdk_staking/py.typed create mode 100644 clients/sub_account/src/binance_sdk_sub_account/py.typed create mode 100644 clients/vip_loan/src/binance_sdk_vip_loan/py.typed create mode 100644 clients/wallet/src/binance_sdk_wallet/py.typed create mode 100644 common/src/binance_common/py.typed diff --git a/clients/algo/pyproject.toml b/clients/algo/pyproject.toml index 2db7a6ca..3ee31f88 100644 --- a/clients/algo/pyproject.toml +++ b/clients/algo/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Algo SDK - A lightweight library that provides a authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_algo/py.typed"] packages = [ { include = "binance_sdk_algo", from = "src" } ] diff --git a/clients/algo/src/binance_sdk_algo/py.typed b/clients/algo/src/binance_sdk_algo/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/alpha/pyproject.toml b/clients/alpha/pyproject.toml index b6367a8b..8634991e 100644 --- a/clients/alpha/pyproject.toml +++ b/clients/alpha/pyproject.toml @@ -4,7 +4,7 @@ version = "1.2.1" description = "Official Binance Alpha Connector - A lightweight library that provides a convenient interface to Binance's Alpha REST API" authors = ["Binance"] license = "MIT" -include = ["CHANGELOG.md", "LICENSE"] +include = ["CHANGELOG.md", "LICENSE", "src/binance_sdk_alpha/py.typed"] packages = [ { include = "binance_sdk_alpha", from = "src" } ] diff --git a/clients/alpha/src/binance_sdk_alpha/py.typed b/clients/alpha/src/binance_sdk_alpha/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/c2c/pyproject.toml b/clients/c2c/pyproject.toml index 5f4ab623..c1629bbd 100644 --- a/clients/c2c/pyproject.toml +++ b/clients/c2c/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance C2C SDK - A lightweight library that provides a authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_c2c/py.typed"] packages = [ { include = "binance_sdk_c2c", from = "src" } ] diff --git a/clients/c2c/src/binance_sdk_c2c/py.typed b/clients/c2c/src/binance_sdk_c2c/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/convert/pyproject.toml b/clients/convert/pyproject.toml index 0e8669c5..f1382d71 100644 --- a/clients/convert/pyproject.toml +++ b/clients/convert/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Convert SDK - A lightweight library that provide authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_convert/py.typed"] packages = [ { include = "binance_sdk_convert", from = "src" } ] diff --git a/clients/convert/src/binance_sdk_convert/py.typed b/clients/convert/src/binance_sdk_convert/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/copy_trading/pyproject.toml b/clients/copy_trading/pyproject.toml index 8096e462..64a8a49a 100644 --- a/clients/copy_trading/pyproject.toml +++ b/clients/copy_trading/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance CopyTrading Connector - A lightweight library th authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_copy_trading/py.typed"] packages = [ { include = "binance_sdk_copy_trading", from = "src" } ] diff --git a/clients/copy_trading/src/binance_sdk_copy_trading/py.typed b/clients/copy_trading/src/binance_sdk_copy_trading/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/crypto_loan/pyproject.toml b/clients/crypto_loan/pyproject.toml index 5361c0b3..32e5cf51 100644 --- a/clients/crypto_loan/pyproject.toml +++ b/clients/crypto_loan/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance CryptoLoan Connector - A lightweight library tha authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_crypto_loan/py.typed"] packages = [ { include = "binance_sdk_crypto_loan", from = "src" } ] diff --git a/clients/crypto_loan/src/binance_sdk_crypto_loan/py.typed b/clients/crypto_loan/src/binance_sdk_crypto_loan/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/derivatives_trading_coin_futures/pyproject.toml b/clients/derivatives_trading_coin_futures/pyproject.toml index 1478a493..c98819e3 100644 --- a/clients/derivatives_trading_coin_futures/pyproject.toml +++ b/clients/derivatives_trading_coin_futures/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Coin Futures SDK - A lightwe authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_coin_futures/py.typed"] packages = [ { include = "binance_sdk_derivatives_trading_coin_futures", from = "src" } ] diff --git a/clients/derivatives_trading_coin_futures/src/binance_sdk_derivatives_trading_coin_futures/py.typed b/clients/derivatives_trading_coin_futures/src/binance_sdk_derivatives_trading_coin_futures/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/derivatives_trading_options/pyproject.toml b/clients/derivatives_trading_options/pyproject.toml index 025788cc..c0173924 100644 --- a/clients/derivatives_trading_options/pyproject.toml +++ b/clients/derivatives_trading_options/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Options SDK - A lightweight authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_options/py.typed"] packages = [ { include = "binance_sdk_derivatives_trading_options", from = "src" } ] diff --git a/clients/derivatives_trading_options/src/binance_sdk_derivatives_trading_options/py.typed b/clients/derivatives_trading_options/src/binance_sdk_derivatives_trading_options/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/derivatives_trading_portfolio_margin/pyproject.toml b/clients/derivatives_trading_portfolio_margin/pyproject.toml index 2a90f462..a170f1f9 100644 --- a/clients/derivatives_trading_portfolio_margin/pyproject.toml +++ b/clients/derivatives_trading_portfolio_margin/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Portfolio Margin SDK - A lig authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_portfolio_margin/py.typed"] packages = [ { include = "binance_sdk_derivatives_trading_portfolio_margin", from = "src" } ] diff --git a/clients/derivatives_trading_portfolio_margin/src/binance_sdk_derivatives_trading_portfolio_margin/py.typed b/clients/derivatives_trading_portfolio_margin/src/binance_sdk_derivatives_trading_portfolio_margin/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/derivatives_trading_portfolio_margin_pro/pyproject.toml b/clients/derivatives_trading_portfolio_margin_pro/pyproject.toml index 697e69a8..379a4198 100644 --- a/clients/derivatives_trading_portfolio_margin_pro/pyproject.toml +++ b/clients/derivatives_trading_portfolio_margin_pro/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Portfolio Margin Pro SDK - A authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_portfolio_margin_pro/py.typed"] packages = [ { include = "binance_sdk_derivatives_trading_portfolio_margin_pro", from = "src" } ] diff --git a/clients/derivatives_trading_portfolio_margin_pro/src/binance_sdk_derivatives_trading_portfolio_margin_pro/py.typed b/clients/derivatives_trading_portfolio_margin_pro/src/binance_sdk_derivatives_trading_portfolio_margin_pro/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/derivatives_trading_usds_futures/pyproject.toml b/clients/derivatives_trading_usds_futures/pyproject.toml index 3744ea63..d9fcd541 100644 --- a/clients/derivatives_trading_usds_futures/pyproject.toml +++ b/clients/derivatives_trading_usds_futures/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Derivatives Trading Usds Futures SDK - A lightwe authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_derivatives_trading_usds_futures/py.typed"] packages = [ { include = "binance_sdk_derivatives_trading_usds_futures", from = "src" } ] diff --git a/clients/derivatives_trading_usds_futures/src/binance_sdk_derivatives_trading_usds_futures/py.typed b/clients/derivatives_trading_usds_futures/src/binance_sdk_derivatives_trading_usds_futures/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/dual_investment/pyproject.toml b/clients/dual_investment/pyproject.toml index 4cce0c3a..30cf4f5b 100644 --- a/clients/dual_investment/pyproject.toml +++ b/clients/dual_investment/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Dual Investment SDK - A lightweight library that authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_dual_investment/py.typed"] packages = [ { include = "binance_sdk_dual_investment", from = "src" } ] diff --git a/clients/dual_investment/src/binance_sdk_dual_investment/py.typed b/clients/dual_investment/src/binance_sdk_dual_investment/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/fiat/pyproject.toml b/clients/fiat/pyproject.toml index 08552f3a..d15eb51d 100644 --- a/clients/fiat/pyproject.toml +++ b/clients/fiat/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Fiat SDK - A lightweight library that provides a authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_fiat/py.typed"] packages = [ { include = "binance_sdk_fiat", from = "src" } ] diff --git a/clients/fiat/src/binance_sdk_fiat/py.typed b/clients/fiat/src/binance_sdk_fiat/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/gift_card/pyproject.toml b/clients/gift_card/pyproject.toml index 567532b7..6bc00db9 100644 --- a/clients/gift_card/pyproject.toml +++ b/clients/gift_card/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance GiftCard SDK - A lightweight library that provid authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_gift_card/py.typed"] packages = [ { include = "binance_sdk_gift_card", from = "src" } ] diff --git a/clients/gift_card/src/binance_sdk_gift_card/py.typed b/clients/gift_card/src/binance_sdk_gift_card/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/margin_trading/pyproject.toml b/clients/margin_trading/pyproject.toml index a1035374..81209558 100644 --- a/clients/margin_trading/pyproject.toml +++ b/clients/margin_trading/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance MarginTrading SDK - A lightweight library that p authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_margin_trading/py.typed"] packages = [ { include = "binance_sdk_margin_trading", from = "src" } ] diff --git a/clients/margin_trading/src/binance_sdk_margin_trading/py.typed b/clients/margin_trading/src/binance_sdk_margin_trading/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/mining/pyproject.toml b/clients/mining/pyproject.toml index 00cd4c72..74440f62 100644 --- a/clients/mining/pyproject.toml +++ b/clients/mining/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Mining SDK - A lightweight library that provides authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_mining/py.typed"] packages = [ { include = "binance_sdk_mining", from = "src" } ] diff --git a/clients/mining/src/binance_sdk_mining/py.typed b/clients/mining/src/binance_sdk_mining/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/nft/pyproject.toml b/clients/nft/pyproject.toml index 77a05611..34b92049 100644 --- a/clients/nft/pyproject.toml +++ b/clients/nft/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance NFT SDK - A lightweight library that provides a authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_nft/py.typed"] packages = [ { include = "binance_sdk_nft", from = "src" } ] diff --git a/clients/nft/src/binance_sdk_nft/py.typed b/clients/nft/src/binance_sdk_nft/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/pay/pyproject.toml b/clients/pay/pyproject.toml index b375903a..371be3d4 100644 --- a/clients/pay/pyproject.toml +++ b/clients/pay/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Pay SDK - A lightweight library that provides a authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_pay/py.typed"] packages = [ { include = "binance_sdk_pay", from = "src" } ] diff --git a/clients/pay/src/binance_sdk_pay/py.typed b/clients/pay/src/binance_sdk_pay/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/rebate/pyproject.toml b/clients/rebate/pyproject.toml index cdd5b980..926c6471 100644 --- a/clients/rebate/pyproject.toml +++ b/clients/rebate/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Rebate SDK - A lightweight library that provides authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_rebate/py.typed"] packages = [ { include = "binance_sdk_rebate", from = "src" } ] diff --git a/clients/rebate/src/binance_sdk_rebate/py.typed b/clients/rebate/src/binance_sdk_rebate/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/simple_earn/pyproject.toml b/clients/simple_earn/pyproject.toml index 75394bd1..5651f9c0 100644 --- a/clients/simple_earn/pyproject.toml +++ b/clients/simple_earn/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Simple Earn SDK - A lightweight library that pro authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_simple_earn/py.typed"] packages = [ { include = "binance_sdk_simple_earn", from = "src" } ] diff --git a/clients/simple_earn/src/binance_sdk_simple_earn/py.typed b/clients/simple_earn/src/binance_sdk_simple_earn/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/spot/pyproject.toml b/clients/spot/pyproject.toml index fab13c92..4195a784 100644 --- a/clients/spot/pyproject.toml +++ b/clients/spot/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Spot SDK - A lightweight library that provides a authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_spot/py.typed"] packages = [ { include = "binance_sdk_spot", from = "src" } ] diff --git a/clients/spot/src/binance_sdk_spot/py.typed b/clients/spot/src/binance_sdk_spot/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/staking/pyproject.toml b/clients/staking/pyproject.toml index eb0c32b8..1e4059a9 100644 --- a/clients/staking/pyproject.toml +++ b/clients/staking/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Staking SDK - A lightweight library that provide authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_staking/py.typed"] packages = [ { include = "binance_sdk_staking", from = "src" } ] diff --git a/clients/staking/src/binance_sdk_staking/py.typed b/clients/staking/src/binance_sdk_staking/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/sub_account/pyproject.toml b/clients/sub_account/pyproject.toml index d746205c..b8ea246c 100644 --- a/clients/sub_account/pyproject.toml +++ b/clients/sub_account/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance SubAccount SDK - A lightweight library that prov authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_sub_account/py.typed"] packages = [ { include = "binance_sdk_sub_account", from = "src" } ] diff --git a/clients/sub_account/src/binance_sdk_sub_account/py.typed b/clients/sub_account/src/binance_sdk_sub_account/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/vip_loan/pyproject.toml b/clients/vip_loan/pyproject.toml index 84486ec0..4ffc1663 100644 --- a/clients/vip_loan/pyproject.toml +++ b/clients/vip_loan/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Vip Loan SDK - A lightweight library that provid authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_vip_loan/py.typed"] packages = [ { include = "binance_sdk_vip_loan", from = "src" } ] diff --git a/clients/vip_loan/src/binance_sdk_vip_loan/py.typed b/clients/vip_loan/src/binance_sdk_vip_loan/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/clients/wallet/pyproject.toml b/clients/wallet/pyproject.toml index bc1c6566..849662e0 100644 --- a/clients/wallet/pyproject.toml +++ b/clients/wallet/pyproject.toml @@ -5,7 +5,7 @@ description = "Official Binance Wallet SDK - A lightweight library that provides authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_sdk_wallet/py.typed"] packages = [ { include = "binance_sdk_wallet", from = "src" } ] diff --git a/clients/wallet/src/binance_sdk_wallet/py.typed b/clients/wallet/src/binance_sdk_wallet/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/common/pyproject.toml b/common/pyproject.toml index 05d5fc9f..4c9543d7 100644 --- a/common/pyproject.toml +++ b/common/pyproject.toml @@ -5,7 +5,7 @@ description = "Binance Common Types and Utilities for Binance Connectors" authors = ["Binance"] license = "MIT" readme = "README.md" -include = ["CHANGELOG.md", "LICENSE", "README.md"] +include = ["CHANGELOG.md", "LICENSE", "README.md", "src/binance_common/py.typed"] packages = [ { include = "binance_common", from = "src" } ] @@ -37,3 +37,4 @@ exclude = [".git", ".tox", "build", "dist"] [tool.ruff.lint] ignore = ["E741"] + diff --git a/common/src/binance_common/py.typed b/common/src/binance_common/py.typed new file mode 100644 index 00000000..e69de29b