Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pidelport/backports.os
Backport of new features in Python's os module
https://github.com/pidelport/backports.os
backports compatibility python-library
Last synced: about 1 month ago
JSON representation
Backport of new features in Python's os module
- Host: GitHub
- URL: https://github.com/pidelport/backports.os
- Owner: PiDelport
- License: other
- Created: 2016-03-08T16:00:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T13:51:43.000Z (almost 5 years ago)
- Last Synced: 2024-10-02T00:33:52.853Z (about 1 month ago)
- Topics: backports, compatibility, python-library
- Language: Python
- Size: 41 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
============
backports.os
============This package provides backports of new features in Python's os_ module
under the backports_ namespace... _os: https://docs.python.org/3.5/library/os.html
.. _backports: https://pypi.python.org/pypi/backports.. image:: https://img.shields.io/pypi/v/backports.os.svg
:target: https://pypi.python.org/pypi/backports.os.. image:: https://img.shields.io/badge/source-GitHub-lightgrey.svg
:target: https://github.com/pjdelport/backports.os.. image:: https://img.shields.io/github/issues/pjdelport/backports.os.svg
:target: https://github.com/pjdelport/backports.os/issues?q=is:open.. image:: https://travis-ci.org/pjdelport/backports.os.svg?branch=master
:target: https://travis-ci.org/pjdelport/backports.os.. image:: https://codecov.io/github/pjdelport/backports.os/coverage.svg?branch=master
:target: https://codecov.io/github/pjdelport/backports.os?branch=masterSupported Python versions
=========================* CPython: 2.7, 3.4, 3.5, 3.6
* PyPy, PyPy3Backported functionality
========================* `os.fsencode`_ (new in Python 3.2)
* `os.fsdecode`_ (new in Python 3.2).. _`os.fsencode`: https://docs.python.org/3.5/library/os.html#os.fsencode
.. _`os.fsdecode`: https://docs.python.org/3.5/library/os.html#os.fsdecodeContributing
============See ``__.