zope.dottedname


Namezope.dottedname JSON
Version 6.0 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/zope.dottedname
SummaryResolver for Python dotted names.
upload_time2023-03-27 09:30:02
maintainer
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.7
licenseZPL 2.1
keywords resolve dotted name
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ``zope.dottedname``
===================
    
.. image:: https://img.shields.io/pypi/v/zope.dottedname.svg
        :target: https://pypi.python.org/pypi/zope.dottedname/
        :alt: Latest release

.. image:: https://github.com/zopefoundation/zope.dottedname/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.dottedname/actions/workflows/tests.yml

.. 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
=======

6.0 (2023-03-27)
----------------

- Add support for Python 3.11.

- Drop support for Python 3.6.


5.0 (2022-09-08)
----------------

- Add support for Python 3.8, 3.9, 3.10.

- Drop support for Python 2.7, 3.4, 3.5.


4.3 (2018-10-05)
----------------

- Add support for Python 3.7.

- Drop support for Python 3.3.


4.2 (2017-05-11)
----------------

- Add support for Python 3.5 and 3.6.

- Drop support for Python 2.6 and 3.2.

- 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zopefoundation/zope.dottedname",
    "name": "zope.dottedname",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "resolve dotted name",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/2d/a3/c372c3c29772a91fc3387f25e8d239297f59b0dca6ec6e0cdb0416e28dd2/zope.dottedname-6.0.tar.gz",
    "platform": null,
    "description": "``zope.dottedname``\n===================\n    \n.. image:: https://img.shields.io/pypi/v/zope.dottedname.svg\n        :target: https://pypi.python.org/pypi/zope.dottedname/\n        :alt: Latest release\n\n.. image:: https://github.com/zopefoundation/zope.dottedname/actions/workflows/tests.yml/badge.svg\n        :target: https://github.com/zopefoundation/zope.dottedname/actions/workflows/tests.yml\n\n.. image:: https://readthedocs.org/projects/zopedottedname/badge/?version=latest\n        :target: http://zopedottedname.readthedocs.org/en/latest/\n        :alt: Documentation Status\n\nResolve strings containing dotted names into the appropriate python object.\n\n\nChanges\n=======\n\n6.0 (2023-03-27)\n----------------\n\n- Add support for Python 3.11.\n\n- Drop support for Python 3.6.\n\n\n5.0 (2022-09-08)\n----------------\n\n- Add support for Python 3.8, 3.9, 3.10.\n\n- Drop support for Python 2.7, 3.4, 3.5.\n\n\n4.3 (2018-10-05)\n----------------\n\n- Add support for Python 3.7.\n\n- Drop support for Python 3.3.\n\n\n4.2 (2017-05-11)\n----------------\n\n- Add support for Python 3.5 and 3.6.\n\n- Drop support for Python 2.6 and 3.2.\n\n- 100% unit test coverage (including branches).\n\n- Convert doctests to Sphinx documentation, including building docs\n  and running doctest snippets under ``tox``.\n\n\n4.1.0 (2014-12-26)\n------------------\n\n- Add support for PyPy3.\n\n- Add support for Python 3.4.\n\n- Add support for testing on Travis.\n\n\n4.0.0 (2013-02-05)\n------------------\n\n- Made tests pass on Python 3.2, 3.3 and PyPy.\n\n- Add support for continuous integration using ``tox``.\n\n3.4.6 (2009-09-15)\n------------------\n\n- Make tests pass on python26.\n\n3.4.5 (2009-01-27)\n------------------\n\n- Move README.txt in the egg, so tests works with the released egg as well.\n\n3.4.4 (2009-01-27)\n------------------\n\n- Fix ReST in README.txt, fix broken tests with recent zope.testing.\n\n3.4.3 (2008-12-02)\n------------------\n\n- More documentation and tests.\n\n3.4.2 (2007-10-02)\n------------------\n\n- Fix broken release.\n\n3.4.1 (2007-10-02)\n------------------\n\n- Update package meta-data.\n\n\n3.4.0 (2007-07-19)\n------------------\n\n- Initial Zope-independent release.\n",
    "bugtrack_url": null,
    "license": "ZPL 2.1",
    "summary": "Resolver for Python dotted names.",
    "version": "6.0",
    "split_keywords": [
        "resolve",
        "dotted",
        "name"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b5f04026e33ceea0347d60ceb9605523fc30183cf180f0bd165f9b674478007",
                "md5": "87252727ba6bb73956fa066fe81df630",
                "sha256": "023fd3e0790d1dca912c05667e9490f137d3bf124f5954c85214cba67bcd9290"
            },
            "downloads": -1,
            "filename": "zope.dottedname-6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "87252727ba6bb73956fa066fe81df630",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 6420,
            "upload_time": "2023-03-27T09:30:00",
            "upload_time_iso_8601": "2023-03-27T09:30:00.259937Z",
            "url": "https://files.pythonhosted.org/packages/5b/5f/04026e33ceea0347d60ceb9605523fc30183cf180f0bd165f9b674478007/zope.dottedname-6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2da3c372c3c29772a91fc3387f25e8d239297f59b0dca6ec6e0cdb0416e28dd2",
                "md5": "7ad595c1edf78974444b6e2b8e450e2e",
                "sha256": "dbc4b85bfbf34b1ef88dab16252ac6ef16d90439f2223b2d0a262cf419eae902"
            },
            "downloads": -1,
            "filename": "zope.dottedname-6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7ad595c1edf78974444b6e2b8e450e2e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 17140,
            "upload_time": "2023-03-27T09:30:02",
            "upload_time_iso_8601": "2023-03-27T09:30:02.986524Z",
            "url": "https://files.pythonhosted.org/packages/2d/a3/c372c3c29772a91fc3387f25e8d239297f59b0dca6ec6e0cdb0416e28dd2/zope.dottedname-6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-27 09:30:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "zopefoundation",
    "github_project": "zope.dottedname",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.dottedname"
}
        
Elapsed time: 0.04834s