Metadata-Version: 2.1
Name: pyfiledb
Version: 0.2
Summary: File database
Home-page: https://github.com/psarka/filedb
Author: Paulius Šarka
Author-email: paulius.sarka@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: atomicwrites
Requires-Dist: crcmod
Requires-Dist: fasteners
Requires-Dist: google-cloud-storage
Requires-Dist: pymongo
Requires-Dist: pstuil ; sys_platform != "linux"

# File DB

File db replaces /file/paths/ by {'key': 'value'} documents for improved file 
organization.

    db.file({'experiment_id': 17,
             'model': 'rnet_axdm'}).write_bytes(results)


# Installation

    pip install pyfiledb   



