zope.dottedname


Namezope.dottedname JSON
Version 6.1 PyPI version JSON
download
home_pagehttps://github.com/zopefoundation/zope.dottedname
SummaryResolver for Python dotted names.
upload_time2025-08-11 06:50:46
maintainerNone
docs_urlNone
authorZope Foundation and Contributors
requires_python>=3.9
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.

- `Read documentation <https://zopedottedname.readthedocs.io/>`__


Changes
=======

6.1 (2025-08-11)
----------------

- Add support for Python 3.12, 3.13.

- Drop support for Python 3.7, 3.8.

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": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "resolve dotted name",
    "author": "Zope Foundation and Contributors",
    "author_email": "zope-dev@zope.dev",
    "download_url": "https://files.pythonhosted.org/packages/34/ec/4009fbec6d00ea6403759d1c4f408826cf370a6e7095ed77fd35cb7b0b90/zope_dottedname-6.1.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- `Read documentation <https://zopedottedname.readthedocs.io/>`__\n\n\nChanges\n=======\n\n6.1 (2025-08-11)\n----------------\n\n- Add support for Python 3.12, 3.13.\n\n- Drop support for Python 3.7, 3.8.\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.1",
    "project_urls": {
        "Homepage": "https://github.com/zopefoundation/zope.dottedname"
    },
    "split_keywords": [
        "resolve",
        "dotted",
        "name"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4a88b5bfd2d609c17114a9f13c48cd8b6be3a4917b03c9bde7fa2f926bcb3d79",
                "md5": "d082e9f8b0e834000ec387a30ca81ef2",
                "sha256": "74286c52f0861b5b0967a9172fee8c0391360709cd9e7e2f4ea2df54ec8b5293"
            },
            "downloads": -1,
            "filename": "zope_dottedname-6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d082e9f8b0e834000ec387a30ca81ef2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6538,
            "upload_time": "2025-08-11T06:50:45",
            "upload_time_iso_8601": "2025-08-11T06:50:45.947356Z",
            "url": "https://files.pythonhosted.org/packages/4a/88/b5bfd2d609c17114a9f13c48cd8b6be3a4917b03c9bde7fa2f926bcb3d79/zope_dottedname-6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34ec4009fbec6d00ea6403759d1c4f408826cf370a6e7095ed77fd35cb7b0b90",
                "md5": "a922123d8cb96a3ce9ec75b483dd0952",
                "sha256": "fed656803ade75046e810363893b05018ede8c877ef28a597340bfc318f08cd1"
            },
            "downloads": -1,
            "filename": "zope_dottedname-6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a922123d8cb96a3ce9ec75b483dd0952",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18382,
            "upload_time": "2025-08-11T06:50:46",
            "upload_time_iso_8601": "2025-08-11T06:50:46.941976Z",
            "url": "https://files.pythonhosted.org/packages/34/ec/4009fbec6d00ea6403759d1c4f408826cf370a6e7095ed77fd35cb7b0b90/zope_dottedname-6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-11 06:50:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zopefoundation",
    "github_project": "zope.dottedname",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "zope.dottedname"
}
        
Elapsed time: 0.51579s