Metadata-Version: 2.0
Name: nti.wref
Version: 1.0.0
Summary: NTI Weak References
Home-page: https://github.com/NextThought/nti.wref
Author: Jason Madden
Author-email: jason@nextthought.com
License: Apache
Keywords: Weak References
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: persistent
Requires-Dist: setuptools
Requires-Dist: zope.component
Requires-Dist: zope.interface
Provides-Extra: test
Requires-Dist: nti.testing; extra == 'test'
Requires-Dist: pyhamcrest; extra == 'test'
Requires-Dist: zope.testrunner; extra == 'test'

==========
 nti.wref
==========

.. image:: https://travis-ci.org/NextThought/nti.wref.svg?branch=master
    :target: https://travis-ci.org/NextThought/nti.wref

.. image:: https://coveralls.io/repos/github/NextThought/nti.wref/badge.svg?branch=master
    :target: https://coveralls.io/github/NextThought/nti.wref?branch=master

Interfaces for a weak reference to an object, along with configuration
and code to be able to adapt persistent objects and ordinary objects
to them.


=========
 Changes
=========


1.0.0 (2017-04-20)
==================

- First PyPI release.
- Add support for Python 3.
- Remove dependency on zope.security. It is no longer loaded by
  configure.zcml


