Metadata-Version: 2.3
Name: treasury_gov_pandas
Version: 0.0.6
Summary: Library for downloading treasury.gov datasets.
Project-URL: Homepage, https://github.com/dharmatech/treasury_gov_pandas.py
Project-URL: Issues, https://github.com/dharmatech/treasury_gov_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 treasury.gov datasets.

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

pypi package:

https://pypi.org/project/treasury-gov-pandas/
