docs | |
---|---|
tests | |
package |
The open_FRED command line interface and other tools for working with databases containing open_FRED data.
It's probably best to install the package into a virtual environment.
Once you've created a virtualenv, activate
it and install the
package into it via:
pip install open_FRED-cli
You can also install the in-development version with:
pip install https://github.com/open-fred/cli/archive/master.zip
Once you've done either, make yourself familiar with the program by running:
open_FRED --help
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |