Metadata-Version: 2.4
Name: backports.tempfile
Version: 1.0
Summary: Backport of new features in Python's tempfile module
Home-page: https://github.com/pjdelport/backports.tempfile
Author: Pi Delport
Author-email: pjdelport@gmail.com
License: Python Software Foundation License
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: backports.weakref
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

==================
backports.tempfile
==================

This package provides backports of new features in Python's tempfile_ module
under the backports_ namespace.

.. _tempfile: https://docs.python.org/3.6/library/tempfile.html
.. _backports: https://pypi.python.org/pypi/backports

.. image:: https://img.shields.io/pypi/v/backports.tempfile.svg
    :target: https://pypi.python.org/pypi/backports.tempfile

.. image:: https://img.shields.io/badge/source-GitHub-lightgrey.svg
    :target: https://github.com/pjdelport/backports.tempfile

.. image:: https://img.shields.io/github/issues/pjdelport/backports.tempfile.svg
    :target: https://github.com/pjdelport/backports.tempfile/issues?q=is:open

.. image:: https://travis-ci.org/pjdelport/backports.tempfile.svg?branch=master
    :target: https://travis-ci.org/pjdelport/backports.tempfile

.. image:: https://codecov.io/github/pjdelport/backports.tempfile/coverage.svg?branch=master
    :target: https://codecov.io/github/pjdelport/backports.tempfile?branch=master


Supported Python versions
=========================

* CPython: 2.7, 3.4, 3.5, 3.6
* PyPy, PyPy3


Backported functionality
========================

* `TemporaryDirectory`_ (new in Python 3.4)

.. _`TemporaryDirectory`: https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory
