Metadata-Version: 1.1
Name: context-temp
Version: 0.11.1
Summary: Context Manager wrappers for temp files and directories
Home-page: https://github.com/cltrudeau/context_temp
Author: Christopher Trudeau
Author-email: ctrudeau+pypi@arsensa.com
License: MIT
Description: context_temp
        ************
        
        Context Manager wrappers for temp files and directories which remove the file
        or directory when when the manager goes out of scope.
        
        
        Installation
        ============
        
        .. code-block:: bash
        
            $ pip install context_temp
        
        Supports
        ========
        
        context_temp has been tested with Python 2.7, 3.6, 3.7
        
        Docs & Source
        =============
        
        Docs: http://context_temp.readthedocs.io/en/latest/
        
        Source: https://github.com/cltrudeau/context_temp
        
Keywords: context manager,tools,temp file,temp directory
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
