Metadata-Version: 1.0
Name: RSFile
Version: 1.1
Summary: RockSolidTools' file I/O implementation
Home-page: http://bitbucket.org/pchambon/python-rock-solid-tools/
Author: Pascal Chambon
Author-email: pythoniks@gmail.com
License: http://www.opensource.org/licenses/mit-license.php
Description: RSFile aims at providing python with a cross-platform, reliable, and comprehensive file I/O API (that is, file stream manipulation, not filesystem operations like shutil does).  Features include shared/exclusive file record locking, cache synchronization, advanced opening flags, and handy stat getters (size, inode...).  Tested on py2.6, py2.7, py3k, on win32 and unix-like systems. Should work with IronPython/Jython/PyPy too. 
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Filesystems
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
