backports.tempfile-Python tempfile模块中新特性的后端口-Pi Delport
发布:2020-12-22 19:25:28.177781
作者:Pi Delport
### 作者邮箱:pjdelport@gmail.com
### 首页:https://github.com/pjdelport/backports.tempfile
### 文档:None
### 下载链接
==================
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
Copy from pypi.org
查询时间:1.429ms
渲染时间:1.617ms