Metadata-Version: 1.1
Name: pyfakefs
Version: 2.3
Summary: Fakes file system modules for automated developer testing.
Home-page: https://code.google.com/p/pyfakefs
Author: Google
Author-email: google-pyfakefs@google.com
License: UNKNOWN
Description: Pyfakefs
        ========
        Pyfakefs is a fake implementation of Python file system modules for automated
        developer testing.
        
        Pyfakefs was originally developed at Google.
        
        To submit changes to Pyfakefs, follow the instructions at:
        http://code.google.com/p/pyfakefs
        
        Requirements
        ------------
        Python 2.6 and up.
        
Keywords: testing,test,file,os,shutil,glob,mocking,unittest,fakes,filesystem,unit
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Filesystems
