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
Description: # 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   
        
        
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
