nti.ntiids


Namenti.ntiids JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/OpenNTI/nti.ntiids
SummarySemantic tag: URIs for objects, including resolution
upload_time2024-11-12 11:56:22
maintainerNone
docs_urlNone
authorJason Madden
requires_python>=3.10
licenseApache
keywords ids
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            ============
 nti.ntiids
============

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

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

.. image:: https://readthedocs.org/projects/ntintiids/badge/?version=latest
   :target: https://ntintiids.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

This package provides support for semantic URIs for objects using the
`tag URI scheme <https://en.wikipedia.org/wiki/Tag_URI_scheme>`_.
These tag URIs are used to look up objects in an application, usually
independent of their traversal path. These URIs, structured in a
particular way, are called NTIIDs. When represented as strings, they
use the Python text (unicode) type.

In the ``specific`` part of the URI, each NTIID includes a type. A
type is essentially a namespace in which the rest of the specific part
is to be interpreted. A set of known types are defined in
``nti.ntiids.ntiids``, as are functions to parse and generate NTIIDs.

The set of types is extensible through ``zope.component``
registrations for important interfaces like
``nti.ntiids.interfaces.INTIIDResolver``, which is registered by name
for specific types of NTIIDs. No resolvers are provided by this package.


The package ``nti.ntiids.oids`` integrates with
``nti.externalization`` and serves as the hook used for external
identifiers. These are derived from persistent ZODB object identifiers
("oid") with support for multiple databases (a multi-ZODB).


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


1.0.0 (2024-11-12)
==================

- Drop support for Python < 3.10.
- Add support for Python up to 3.13.
- Use native namespace packages.


0.0.1 (2020-06-18)
==================

- First public PyPI release.

- Add support for Python 3.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenNTI/nti.ntiids",
    "name": "nti.ntiids",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "ids",
    "author": "Jason Madden",
    "author_email": "jason@nextthought.com",
    "download_url": "https://files.pythonhosted.org/packages/4b/20/ac19a5766021a4da5ec8f470917ddad11397ffa02083bccc4376de4e11c2/nti_ntiids-1.0.0.tar.gz",
    "platform": null,
    "description": "============\n nti.ntiids\n============\n\n.. image:: https://travis-ci.org/NextThought/nti.ntiids.svg?branch=master\n   :target: https://travis-ci.org/NextThought/nti.ntiids\n\n.. image:: https://coveralls.io/repos/github/NextThought/nti.ntiids/badge.svg?branch=master\n   :target: https://coveralls.io/github/NextThought/nti.ntiids?branch=master\n\n.. image:: https://readthedocs.org/projects/ntintiids/badge/?version=latest\n   :target: https://ntintiids.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\nThis package provides support for semantic URIs for objects using the\n`tag URI scheme <https://en.wikipedia.org/wiki/Tag_URI_scheme>`_.\nThese tag URIs are used to look up objects in an application, usually\nindependent of their traversal path. These URIs, structured in a\nparticular way, are called NTIIDs. When represented as strings, they\nuse the Python text (unicode) type.\n\nIn the ``specific`` part of the URI, each NTIID includes a type. A\ntype is essentially a namespace in which the rest of the specific part\nis to be interpreted. A set of known types are defined in\n``nti.ntiids.ntiids``, as are functions to parse and generate NTIIDs.\n\nThe set of types is extensible through ``zope.component``\nregistrations for important interfaces like\n``nti.ntiids.interfaces.INTIIDResolver``, which is registered by name\nfor specific types of NTIIDs. No resolvers are provided by this package.\n\n\nThe package ``nti.ntiids.oids`` integrates with\n``nti.externalization`` and serves as the hook used for external\nidentifiers. These are derived from persistent ZODB object identifiers\n(\"oid\") with support for multiple databases (a multi-ZODB).\n\n\n=========\n Changes\n=========\n\n\n1.0.0 (2024-11-12)\n==================\n\n- Drop support for Python < 3.10.\n- Add support for Python up to 3.13.\n- Use native namespace packages.\n\n\n0.0.1 (2020-06-18)\n==================\n\n- First public PyPI release.\n\n- Add support for Python 3.\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Semantic tag: URIs for objects, including resolution",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/OpenNTI/nti.ntiids"
    },
    "split_keywords": [
        "ids"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11e1d10ca282d3553641f1c0bade33c5649c28e0487a65cc2429705ee93e1b01",
                "md5": "ee967159b0c29ed266d8971a4120c360",
                "sha256": "70b392f008766dc12f792bc146a16c76af204e6402fd5ab8d64fe0bc3bb74952"
            },
            "downloads": -1,
            "filename": "nti.ntiids-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee967159b0c29ed266d8971a4120c360",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20427,
            "upload_time": "2024-11-12T11:56:21",
            "upload_time_iso_8601": "2024-11-12T11:56:21.017545Z",
            "url": "https://files.pythonhosted.org/packages/11/e1/d10ca282d3553641f1c0bade33c5649c28e0487a65cc2429705ee93e1b01/nti.ntiids-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b20ac19a5766021a4da5ec8f470917ddad11397ffa02083bccc4376de4e11c2",
                "md5": "146028b8b9242b77df60bb91f67c6c32",
                "sha256": "2b282a53614fdd39f39bce848f8f2a5540a1bc5c1b4e47963038d2d09b22b71a"
            },
            "downloads": -1,
            "filename": "nti_ntiids-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "146028b8b9242b77df60bb91f67c6c32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 25790,
            "upload_time": "2024-11-12T11:56:22",
            "upload_time_iso_8601": "2024-11-12T11:56:22.606907Z",
            "url": "https://files.pythonhosted.org/packages/4b/20/ac19a5766021a4da5ec8f470917ddad11397ffa02083bccc4376de4e11c2/nti_ntiids-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 11:56:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenNTI",
    "github_project": "nti.ntiids",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "nti.ntiids"
}
        
Elapsed time: 0.76377s