Add feature to save and load data to a `CASSANDRA_JSON_DIR` directory
* Iff the environment variable `CASSANDRA_JSON_DIR` is provided, the data is saved there or loaded from there if the file already exists there. * Fixes issue #14
Showing
mypy | ||
# Add requirements only needed for your unittests and during development here. | ||
# They will be installed automatically when running `python setup.py test`. | ||
# ATTENTION: Don't remove pytest-cov and pytest as they are needed. | ||
packaging | ||
pandas | ||
pytest | ||
pytest-cov | ||
pytest-datadir | ||
sphinx | ||
tox |
Please register or sign in to comment