full_fred
Full Python interface to Federal Reserve Economic Data (FRED)
File Explorer
Download Latest Version (.zip)- codecov.yaml
- unittest.yml
- __init__.py
- fred_test_utils.py
- test_api_key_file.py
- test_category_methods.py
- test_fred.py
- test_fred_base_methods.py
- test_maps_methods.py
- test_release_methods.py
- test_series_methods.py
- test_source_methods.py
- test_tag_methods.py
- __init__.py
- _version.py
- categories.py
- constants.py
- fred.py
- fred_base.py
- maps.py
- releases.py
- series.py
- sources.py
- tags.py
- .gitattributes
- .gitignore
- .travis.yml
- LICENSE
- MANIFEST.in
- pyproject.toml
- pytest.ini
- README.md
- requirements.txt
- setup.cfg
- setup.py
- versioneer.py
# Installation Guide
1. Get the code
git clone https://github.com/7astro7/full_fred
Downloads the entire project code from GitHub to your computer.
cd full_fred
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install full-fred
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install full-fred
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
