Skip to content

`tempfile` wrapper with slightly more convenient interface

License

Notifications You must be signed in to change notification settings

excitoon/tempfile2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status

tempfile2

tempfile wrapper with slightly more convenient interface.

Install

pip install tempfile2

Usage

import tempfile2

with tempfile2.NamedTemporaryFile(close=True) as temp_file:
    # Closed at this point
    # ...
# Deleted at this point

Build

python3 setup.py bdist_wheel --universal

About

`tempfile` wrapper with slightly more convenient interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages