Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pidelport/backports.tempfile
- Owner: PiDelport
- License: other
- Created: 2016-03-04T14:57:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T15:23:53.000Z (over 5 years ago)
- Last Synced: 2024-10-02T00:33:53.017Z (about 1 month ago)
- Language: Python
- Size: 23.4 KB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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=masterSupported Python versions
=========================* CPython: 2.7, 3.4, 3.5, 3.6
* PyPy, PyPy3Backported functionality
========================* `TemporaryDirectory`_ (new in Python 3.4)
.. _`TemporaryDirectory`: https://docs.python.org/3/library/tempfile.html#tempfile.TemporaryDirectory