Metadata-Version: 2.1
Name: userspacefs
Version: 2.0.1
Summary: Cross-platform user-space file systems for Python
Home-page: https://github.com/rianhunter/userspacefs
Author: Rian Hunter
Author-email: rian@alum.mit.edu
License: GPL3
Description: # userspacefs
        
        userspacefs is a library that allows you to easily write
        cross-platform user-space file systems in Python. macOS and Linux has
        been tested, but it has been designed to run on Windows and other
        POSIX platforms.
        
        It is primarily used to power [dbxfs](https://github.com/rianhunter/dbxfs).
        
        It is written for Python 3.5+ and is licensed under the GPLv3.
        
        # Documentation
        
        Currently, none. PRs welcome. See `userspacefs/memoryfs.py` for
        an example.
        
        # Contact
        
        Rian Hunter [@cejetvole](https://twitter.com/cejetvole)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
