https://github.com/zopefoundation/zope.dottedname
Resolve strings containing dotted names into the appropriate python object
https://github.com/zopefoundation/zope.dottedname
maintained
Last synced: 8 months ago
JSON representation
Resolve strings containing dotted names into the appropriate python object
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.dottedname
- Owner: zopefoundation
- License: other
- Created: 2013-02-04T21:03:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:06:56.000Z (9 months ago)
- Last Synced: 2025-09-12T09:16:05.181Z (9 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 123 KB
- Stars: 5
- Watchers: 64
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
``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 `__