Metadata-Version: 2.1
Name: fred-py-api
Version: 1.1.2
Summary: A fully featured FRED Command Line Interface & Python API client library.
Author-email: Zachary Spar <zachspar@gmail.com>, Prasiddha Parthsarthy <prasiddha@gmail.com>
Project-URL: Homepage, https://github.com/zachspar/fred_py_api
Project-URL: Bug Tracker, https://github.com/zachspar/fred_py_api/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests >=2.17.3
Requires-Dist: click >=7.0
Provides-Extra: ci
Requires-Dist: black ==22.6.0 ; extra == 'ci'
Requires-Dist: coverage ==6.4.2 ; extra == 'ci'
Provides-Extra: dev
Requires-Dist: black ==22.6.0 ; extra == 'dev'
Requires-Dist: coverage ==6.4.2 ; extra == 'dev'
Requires-Dist: tox ==3.25.1 ; extra == 'dev'

[![PyPI version](https://badge.fury.io/py/fred-py-api.svg)](https://badge.fury.io/py/fred-py-api)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/fred-py-api?style=flat)](https://pypi.org/project/fred-py-api/)
[![codecov](https://codecov.io/gh/zachspar/fred-py-api/branch/main/graph/badge.svg?token=BG1948D8Y7)](https://codecov.io/gh/zachspar/fred-py-api)

# Fred Python API
A fully-featured FRED Command Line Interface & Python API Wrapper.

## Documentation:
 - [fred-py-api Wiki](https://github.com/zachspar/fred-py-api/wiki)

### FRED References:
 - [Create an API Key Here](https://fredaccount.stlouisfed.org/apikey)
 - [API Documentation](https://fred.stlouisfed.org/docs/api/fred/)
