Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pidelport/backports.weakref
Backports of new features in Python's weakref module
https://github.com/pidelport/backports.weakref
backports compatibility python-library
Last synced: about 1 month ago
JSON representation
Backports of new features in Python's weakref module
- Host: GitHub
- URL: https://github.com/pidelport/backports.weakref
- Owner: PiDelport
- License: other
- Created: 2016-03-03T15:58:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T12:05:19.000Z (about 7 years ago)
- Last Synced: 2024-10-02T00:33:14.467Z (about 1 month ago)
- Topics: backports, compatibility, python-library
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
backports.weakref
=================This package provides backports of new features in Python's weakref_ module
under the backports_ namespace... _weakref: https://docs.python.org/3.6/library/weakref.html
.. _backports: https://pypi.python.org/pypi/backports.. image:: https://img.shields.io/pypi/v/backports.weakref.svg
:target: https://pypi.python.org/pypi/backports.weakref.. image:: https://img.shields.io/badge/source-GitHub-lightgrey.svg
:target: https://github.com/pjdelport/backports.weakref.. image:: https://img.shields.io/github/issues/pjdelport/backports.weakref.svg
:target: https://github.com/pjdelport/backports.weakref/issues?q=is:open.. image:: https://travis-ci.org/pjdelport/backports.weakref.svg?branch=master
:target: https://travis-ci.org/pjdelport/backports.weakref.. image:: https://codecov.io/github/pjdelport/backports.weakref/coverage.svg?branch=master
:target: https://codecov.io/github/pjdelport/backports.weakref?branch=masterSupported Python versions
=========================* CPython: 2.7, 3.4, 3.5, 3.6
* PyPy, PyPy3Backported functionality
========================* `weakref.finalize`_ (new in Python 3.4)
.. _`weakref.finalize`: https://docs.python.org/3.6/library/weakref.html#weakref.finalize
Contributing
============See ``__.