Metadata-Version: 1.1
Name: zope.dottedname
Version: 4.1.1.dev0
Summary: Resolver for Python dotted names.
Home-page: http://pypi.python.org/pypi/zope.dottedname
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: ``zope.dottedname``
        ===================
        
        .. image:: https://pypip.in/version/zope.dottedname/badge.svg?style=flat
            :target: https://pypi.python.org/pypi/zope.dottedname/
            :alt: Latest Version
        
        .. image:: https://travis-ci.org/zopefoundation/zope.dottedname.png?branch=master
                :target: https://travis-ci.org/zopefoundation/zope.dottedname
        
        .. image:: https://readthedocs.org/projects/zopedottedname/badge/?version=latest
                :target: http://zopedottedname.readthedocs.org/en/latest/
                :alt: Documentation Status
        
        Resolve strings containing dotted names into the appropriate python object.
        
        
        Changes
        =======
        
        4.1.1 (unreleased)
        ------------------
        
        - 100% unit test coverage (including branches).
        
        - Convert doctests to Sphinx documentation, including building docs
          and running doctest snippets under ``tox``.
        
        
        4.1.0 (2014-12-26)
        ------------------
        
        - Add support for PyPy3.
        
        - Add support for Python 3.4.
        
        - Add support for testing on Travis.
        
        
        4.0.0 (2013-02-05)
        ------------------
        
        - Made tests pass on Python 3.2, 3.3 and PyPy.
        
        - Add support for continuous integration using ``tox``.
        
        3.4.6 (2009-09-15)
        ------------------
        
        - Make tests pass on python26.
        
        3.4.5 (2009-01-27)
        ------------------
        
        - Move README.txt in the egg, so tests works with the released egg as well.
        
        3.4.4 (2009-01-27)
        ------------------
        
        - Fix ReST in README.txt, fix broken tests with recent zope.testing.
        
        3.4.3 (2008-12-02)
        ------------------
        
        - More documentation and tests.
        
        3.4.2 (2007-10-02)
        ------------------
        
        - Fix broken release.
        
        3.4.1 (2007-10-02)
        ------------------
        
        - Update package meta-data.
        
        
        3.4.0 (2007-07-19)
        ------------------
        
        - Initial Zope-independent release.
        
Keywords: resolve dotted name
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
