File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11pyrefcount
22==========
33
4+ .. image :: https://img.shields.io/github/workflow/status/pmundt/pyrefcount/Python%20package
5+ :alt: GitHub Workflow Status
6+ :target: https://github.com/pmundt/pyrefcount/actions
7+
8+ .. image :: https://img.shields.io/pypi/l/pyrefcount
9+ :alt: MIT License
10+
11+ .. image :: https://img.shields.io/pypi/pyversions/pyrefcount
12+ :alt: PyPI - Python Version
13+ :target: https://pypi.python.org/pypi/pyrefcount
14+
15+ .. image :: https://img.shields.io/pypi/v/pyrefcount
16+ :alt: PyPI
17+ :target: https://pypi.python.org/pypi/pyrefcount
18+
419``pyrefcount `` provides a simple API for reference counting, providing protected access to reference counted values,
520and for allowing acquire/release actions to be carried out when a reference count becomes active, or the last user
621drops off, respectively. ``pyrefcount `` is inspired by the Linux Kernel's `refcount_t `_ API.
Original file line number Diff line number Diff line change 1313 name = 'pyrefcount' ,
1414 version = release ,
1515 author = 'Paul Mundt' ,
16- author_email = 'paul.mundt@adaptant, io' ,
16+ author_email = 'paul.mundt@adaptant. io' ,
1717 license = 'MIT' ,
1818 url = 'https://github.com/pmundt/pyrefcount' ,
1919 packages = ['refcount' ],
You can’t perform that action at this time.
0 commit comments