Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pidelport/backports.tempfile

Backports of new features in Python's tempfile module
https://github.com/pidelport/backports.tempfile

Last synced: about 1 month ago
JSON representation

Backports of new features in Python's tempfile module

Awesome Lists containing this project

README

        

==================
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