Metadata-Version: 1.0
Name: SVFS
Version: 2.0.0
Summary: Multi-purpose virtual file system inside single file
Home-page: http://pypi.python.org/pypi?:action=display&name=SVFS
Author: Andrew Stolberg
Author-email: andrewstolberg@gmail.com
License: UNKNOWN
Description: Simple Virtual File System v2 for Python 2
        -------------------------------------
        
        SVFS allows to create virtual filesystem inside file on real filesystem.
        It can be used to store multiple files inside single file (with directory structure).
        Unlike archives, SVFS allows to modify files in-place.
        SVFS files use file-like interface, so they can be used (pretty much) like regular Python file objects.
        Finally, it's implemented in pure python and doesn't use any 3rd party modules, so it should be very portable.
        Tests show write speed to be around 10-12 MB/s and read speed to be around 26-28 MB/s.
        
Keywords: filesystem,archiving,file-system
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Filesystems
