Source: python-alpha-vantage
Maintainer: Home Assistant Team <team+homeassistant@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-doc-privacy,
 dh-sequence-python3,
 dh-sequence-single-binary,
 dh-sequence-sphinxdoc <!nodoc>,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-aioresponses <!nocheck>,
 python3-pandas <!nocheck>,
 python3-pytest <!nocheck>,
 python3-requests <!nocheck>,
 python3-requests-mock <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.4
Homepage: https://github.com/RomelTorres/alpha_vantage
Vcs-Browser: https://salsa.debian.org/homeassistant-team/deps/python-alpha-vantage
Vcs-Git: https://salsa.debian.org/homeassistant-team/deps/python-alpha-vantage.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-alpha-vantage
Architecture: all
Description: interface for Alpha Vantage financial market data
 This library provides classes for querying the Alpha Vantage web API using an
 API key supplied by the caller. It can request equity time series, quote
 endpoints, technical indicators, foreign exchange rates, digital currency
 prices, options, commodities, economic indicators, company fundamentals, and
 Alpha Intelligence data.
 .
 Responses can be returned as JSON dictionaries, CSV data where the upstream
 endpoint supports it, or data frames when data-frame support is available.
 Calls generally return both the requested data and metadata from Alpha
 Vantage, preserving the field names used by the service.
 .
 The library communicates with Alpha Vantage over HTTPS, and can also send
 requests through the Alpha Vantage endpoint on RapidAPI when configured with a
 RapidAPI key. It includes retry handling for transient connection failures and
 supports selecting output size, intervals, symbols, currencies, markets, and
 other endpoint-specific parameters.
