LICENSE
README.md
setup.cfg
setup.py
cabinets/__init__.py
cabinets/logger.py
cabinets/plugins.py
cabinets.egg-info/PKG-INFO
cabinets.egg-info/SOURCES.txt
cabinets.egg-info/dependency_links.txt
cabinets.egg-info/requires.txt
cabinets.egg-info/top_level.txt
cabinets/cabinet/__init__.py
cabinets/cabinet/file_cabinet.py
cabinets/cabinet/s3_cabinet.py
cabinets/parser/__init__.py
cabinets/parser/csv_parser.py
cabinets/parser/json_parser.py
cabinets/parser/pickle_parser.py
cabinets/parser/plain_text_parser.py
cabinets/parser/yaml_parser.py
test/test_cabinet.py
test/test_parser.py
test/test_plugins.py