Source: python-coinbase-advanced-py
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-doc-privacy,
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-backoff <!nocheck>,
 python3-cryptography <!nocheck>,
 python3-jwt <!nocheck>,
 python3-pytest <!nocheck>,
 python3-requests <!nocheck>,
 python3-requests-mock <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-websockets <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/coinbase/coinbase-advanced-py
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-coinbase-advanced-py
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-coinbase-advanced-py.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-coinbase-advanced-py
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Built-Using:
 ${sphinxdoc:Built-Using},
Description: Coinbase Advanced Trade API client
 This library provides client classes for the Coinbase Advanced Trade REST and
 WebSocket APIs.
 .
 It supports authenticated requests using Coinbase Developer Platform (CDP) API
 keys, including JWT creation, as well as public REST endpoints and public
 WebSocket market data channels that do not require credentials.
 .
 The REST client covers common account, product, order, portfolio, and market
 data operations, with support for generic API requests. The WebSocket client
 can subscribe to selected channels and product IDs, dispatch received messages
 to callbacks, and reconnect with resubscription after lost connections.
