Metadata-Version: 2.3
Name: fred_pandas
Version: 0.0.1
Summary: Library for downloading FRED series data
Project-URL: Homepage, https://github.com/dharmatech/fred_pandas.py
Project-URL: Issues, https://github.com/dharmatech/fred_pandas.py/issues
Author-email: Eduardo Cavazos <wayo.cavazos@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: pandas
Requires-Dist: requests
Description-Content-Type: text/markdown

# treasury_gov_pandas.py

Library for downloading FRED series data.

The first time you request a series, the data is retrieved and saved locally. Subsequent requests for the series only download newly available records plus a few others to ensure continuity.

