LICENSE
README.md
setup.py
filoc/__init__.py
filoc/contract.py
filoc/core.py
filoc/factories.py
filoc/filoc_io.py
filoc/utils.py
filoc.egg-info/PKG-INFO
filoc.egg-info/SOURCES.txt
filoc.egg-info/dependency_links.txt
filoc.egg-info/requires.txt
filoc.egg-info/top_level.txt
filoc/backends/__init__.py
filoc/backends/backend_csv.py
filoc/backends/backend_json.py
filoc/backends/backend_pickle.py
filoc/backends/backend_yaml.py
filoc/frontends/__init__.py
filoc/frontends/frontend_json.py
filoc/frontends/frontend_pandas.py
tests/__init__.py
tests/test_FilocCompositeJson.py
tests/test_FilocCompositeJson2.py
tests/test_FilocCompositePandas.py
tests/test_FilocSingle.py
tests/test_backend_csv.py
tests/test_backend_json.py
tests/test_backend_pickle.py
tests/test_backend_yaml.py
tests/test_concurrency.py
tests/test_filoc_io.py
tests/test_filoc_io_format.py
tests/test_frontend_json.py
tests/test_frontend_pandas.py
tests/test_github.py
tests/test_utils.py