Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-pandas-datareader-0.11.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python313-pandas-datareader Distribution: openSUSE Tumbleweed
Version: 0.11.1 Vendor: openSUSE
Release: 1.1 Build date: Thu Jul 16 02:48:34 2026
Group: Unspecified Build host: reproducible
Size: 488117 Source RPM: python-pandas-datareader-0.11.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/pydata/pandas-datareader
Summary: Data readers extracted from the pandas codebase
Remote data access for pandas. Works for multiple versions of pandas.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Jul 16 2026 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 0.11.1:
    * Addresses an issue in OECEReader where very large DataFrames could be
      constructed.
    * Restored import and runtime compatibility with pandas 3 by removing the
      dependency on pandas internal decorator APIs.
    * Vendored deprecate_kwarg to remove dependency on the private
      pandas.util._decorators module.
    * Fixed default date sanitisation on pandas 3, where to_datetime(None)
      now yields NaT instead of preserving None.
    * Added a new high-level pandas_datareader.macro API providing unified
      access to FRED, Eurostat, and OECD macro datasets via read_macro,
      search_macro_datasets, and describe_macro_dataset.
    * Narrowed the default public API surface to focus on macro and widely-used
      data sources; securities-related readers that relied on defunct or broken
      upstream APIs have been removed.
  - Drop patch pandas-datareader-pr978-setup.patch, no longer required.
  - Run a very small part of the testsuite.
* Wed Feb 07 2024 Ben Greiner <code@bnavigator.de>
  - Add pandas-datareader-pr978-setup.patch because versioneer is not
    compatible with python 3.12
    * gh#pydata/pandas-datareader#978
  - Some of the unit tests fail when run with online connection
    locally. There have been recent commits but no release since
    2021. This package might not work as expected.
* Wed Jul 13 2022 Matej Cepl <mcepl@suse.com>
  - Tighten %%files.
* Thu Jul 22 2021 Arun Persaud <arun@gmx.de>
  - specfile:
    * README.rst -> README.md
  - update to version 0.10.0:
    * Fixed Yahoo readers which now require headers
    * Fixed other reader
    * Improved compatibility with pandas
* Mon Feb 22 2021 Ben Greiner <code@bnavigator.de>
  - Update to 0.9.0
    Enhancements
    * Added a timeout parameter to prevent infinite hangs (#790)
    * Added AlphaVantage endpoint to get historical currency exchange
      rates (#764)
    * Improved logging when rate-limited (#745)
    Backwards incompatible API changes
    * Dropped support for Python 2.7. The minimum python version is
      now Python 3.6.
    * Removed Robinhood which no longer exists
    * Immediately deprecated AlphaVantage quote reader which used an
      endpoint that has been retired
    * Immediately deprecated Enigma which has substantially changed
      their business model and API
  - Skip python2 (upstream drop) and python36 (NumPy 1.20, no
    python36-numpy and pandas in Tumbleweed, NEP 29)
* Tue Oct 08 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Update to 0.8.1:
    * A new connector for Econdb
    * Migrated IEX readers to IEX Cloud
    * Removal of Google finance and Morningstar
    * Immediate deprecation of Robinhood for quotes and historical data
* Sat Aug 03 2019 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 0.7.4:
    * This release restores Python 2.7 compatibility for the 0.7 branch.
  - changes from version 0.7.3:
    * This is a patch release that fixes a break due to changes in
      pandas 0.25. It is otherwise identical to v0.7.0. It fixes issues
      missed in v0.7.2.
  - changes from version 0.7.2:
    * This is a patch release that fixes a break due to changes in
      pandas 0.25. It is otherwise identical to v0.7.0. It fixes issues
      missed in v0.7.1.
  - changes from version 0.7.1:
    * This is a patch release that fixes a break due to changes in
      pandas 0.25. It is otherwise identical to v0.7.0.
* Sun Sep 16 2018 Arun Persaud <arun@gmx.de>
  - specfile:
    * remove devel from noarch
    * be more specific in %files section
  - update to version 0.7.0:
    * Highlights include:
      + Immediate deprecation of Google finance and Morningstar for
      historical price data, as these API endpoints are no longer
      supported by their respective providers. Alternate methods are
      welcome via pull requests, as PDR would like to restore these
      features.
      + Removal of EDGAR, which was deprecated in v0.6.0.
    * Enhancements
      + A new data connector for data provided by `Alpha Vantage
      <https://www.alphavantage.co/documentation>`__ was introduced to
      obtain Foreign Exchange (FX) data.  (:issue:`389`)
      + A new data connector for data provided by `Alpha Vantage
      <https://www.alphavantage.co/documentation>`__ was introduced to
      obtain historical time series data.  (:issue:`389`)
      + A new data connector for data provided by `Alpha Vantage
      <https://www.alphavantage.co/documentation>`__ was introduced to
      obtain sector performance data, accessed through the top-level
      function "get_sector_performance_av".  (:issue:`389`)
      + A new data connector for data provided by `Alpha Vantage
      <https://www.alphavantage.co/documentation>`__ was introduced to
      obtain real-time Batch Stock Quotes through the top-level
      function "get_quote_av".  (:issue:`389`)
      + MOEX data connector now supports multiple symbols in
      constructor.  (:issue:`562`)
    * Backwards incompatible API changes
      + Deprecation of Google finance daily reader.  Google retired the
      remaining financial data end point in June 2018.  It is not
      possible to reliably retrieve historical price data without this
      endpoint. The Google daily reader will raise an
      `ImmediateDeprecationError` when called.
      + Deprecation of Morningstar daily reader. Morningstar ended
      support for the historical price data endpoint in July 2018. It
      is not possible to retrieve historical price data without this
      endpoint. The Morningstar daily reader will raise an
      `ImmediateDeprecationError` when called.
      + When requesting multiple symbols from a DailyReader (ex: google,
      yahoo, IEX) a MultiIndex DataFrame is now returned.  Previously
      Panel or dict of DataFrames were returned. (:issue:`297`).
    * Bug Fixes
      + Added support for passing the API KEY to QuandlReader either
      directly or by setting the environmental variable QUANDL_API_KEY
      (:issue:`485`).
      + Added support for optionally passing a custom base_url to the
      EnigmaReader (:issue:`499`).
      + Fix Yahoo! price data (:issue:`498`).
      + Added back support for Yahoo! price, dividends, and splits data
      for stocks and currency pairs (:issue:`487`).
      + Add `is_list_like` to compatibility layer to avoid failure on
      pandas >= 0.23 (:issue:`520`).
      + Fixed Yahoo! time offset (:issue:`487`).
      + Fix Yahoo! quote reader (:issue: `540`).
      + Remove import of deprecated `tm.get_data_path` (:issue: `566`)
      + Allow full usage of stooq url parameters.
      + Removed unused requests-file and requests-ftp dependencies.
      + Fix Yahoo! actions issue where the default reporting adjusts
      dividends. The unadjusted dividends may lack precision due to
      accumulated numerical error when converting adjustedto the
      original dividend amount. (:issue: `495`)
* Thu Jun 07 2018 jengelh@inai.de
  - Repeal time-sensitive wording from description.
* Thu May 03 2018 toddrme2178@gmail.com
  - Use %license tag

Files

/usr/lib/python3.13/site-packages/pandas_datareader
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info/METADATA
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info/RECORD
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info/WHEEL
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info/licenses
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info/licenses/LICENSE.md
/usr/lib/python3.13/site-packages/pandas_datareader-0.11.1.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/pandas_datareader/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/_decorators.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/_decorators.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/_testing.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/_testing.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/_utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/_utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/_version.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/_version.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/bankofcanada.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/bankofcanada.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/conftest.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/conftest.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/data.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/data.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/econdb.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/econdb.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/eurostat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/eurostat.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/famafrench.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/famafrench.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/fred.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/fred.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/oecd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/oecd.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/wb.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/__pycache__/wb.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/_decorators.py
/usr/lib/python3.13/site-packages/pandas_datareader/_testing.py
/usr/lib/python3.13/site-packages/pandas_datareader/_utils.py
/usr/lib/python3.13/site-packages/pandas_datareader/_version.py
/usr/lib/python3.13/site-packages/pandas_datareader/bankofcanada.py
/usr/lib/python3.13/site-packages/pandas_datareader/base.py
/usr/lib/python3.13/site-packages/pandas_datareader/compat
/usr/lib/python3.13/site-packages/pandas_datareader/compat/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/compat/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/compat/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/compat/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/conftest.py
/usr/lib/python3.13/site-packages/pandas_datareader/data.py
/usr/lib/python3.13/site-packages/pandas_datareader/econdb.py
/usr/lib/python3.13/site-packages/pandas_datareader/eurostat.py
/usr/lib/python3.13/site-packages/pandas_datareader/exceptions.py
/usr/lib/python3.13/site-packages/pandas_datareader/famafrench.py
/usr/lib/python3.13/site-packages/pandas_datareader/fred.py
/usr/lib/python3.13/site-packages/pandas_datareader/io
/usr/lib/python3.13/site-packages/pandas_datareader/io/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__/jsdmx.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__/jsdmx.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__/sdmx.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__/sdmx.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__/util.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/io/__pycache__/util.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/io/jsdmx.py
/usr/lib/python3.13/site-packages/pandas_datareader/io/sdmx.py
/usr/lib/python3.13/site-packages/pandas_datareader/io/util.py
/usr/lib/python3.13/site-packages/pandas_datareader/macro
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/api.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/api.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/base.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/eurostat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/eurostat.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/oecd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/oecd.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/result.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/__pycache__/result.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/macro/api.py
/usr/lib/python3.13/site-packages/pandas_datareader/macro/base.py
/usr/lib/python3.13/site-packages/pandas_datareader/macro/eurostat.py
/usr/lib/python3.13/site-packages/pandas_datareader/macro/oecd.py
/usr/lib/python3.13/site-packages/pandas_datareader/macro/result.py
/usr/lib/python3.13/site-packages/pandas_datareader/oecd.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_bankofcanada.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_bankofcanada.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_base.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_base.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_data.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_data.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_deprecate_kwarg.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_deprecate_kwarg.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_econdb.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_econdb.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_eurostat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_eurostat.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_eurostat_reader.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_eurostat_reader.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_famafrench.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_famafrench.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_fred.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_fred.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_oecd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_oecd.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_wb.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/__pycache__/test_wb.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/__pycache__/test_jsdmx.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/__pycache__/test_jsdmx.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/__pycache__/test_sdmx.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/__pycache__/test_sdmx.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/jsdmx
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/jsdmx/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/jsdmx/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/jsdmx/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/jsdmx/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/sdmx
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/sdmx/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/sdmx/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/sdmx/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/data/sdmx/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/test_jsdmx.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/io/test_sdmx.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__/test_api.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__/test_api.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__/test_eurostat.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__/test_eurostat.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__/test_oecd.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/__pycache__/test_oecd.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/test_api.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/test_eurostat.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/macro/test_oecd.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_bankofcanada.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_base.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_data.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_deprecate_kwarg.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_econdb.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_eurostat.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_eurostat_reader.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_famafrench.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_fred.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_oecd.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_utils.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/test_wb.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/yahoo
/usr/lib/python3.13/site-packages/pandas_datareader/tests/yahoo/data
/usr/lib/python3.13/site-packages/pandas_datareader/tests/yahoo/data/__init__.py
/usr/lib/python3.13/site-packages/pandas_datareader/tests/yahoo/data/__pycache__
/usr/lib/python3.13/site-packages/pandas_datareader/tests/yahoo/data/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/tests/yahoo/data/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/pandas_datareader/wb.py
/usr/share/doc/packages/python313-pandas-datareader
/usr/share/doc/packages/python313-pandas-datareader/README.md
/usr/share/licenses/python313-pandas-datareader
/usr/share/licenses/python313-pandas-datareader/LICENSE.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:14:27 2026