Metadata-Version: 2.4
Name: idlib
Version: 0.0.1.dev23
Summary: A library for working with identifiers of all kinds.
Home-page: https://github.com/tgbugs/idlib
Author: Tom Gillespie
Author-email: tgbugs@gmail.com
License: MIT
Keywords: python persistent identifiers
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: orthauth[sxpr,yaml]>=0.0.18
Requires-Dist: requests
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: joblib>=1.1.0; extra == "test"
Requires-Dist: beautifulsoup4[html5lib]; extra == "test"
Requires-Dist: pyontutils>=0.1.28; extra == "test"
Requires-Dist: google-auth-oauthlib; extra == "test"
Provides-Extra: org
Requires-Dist: beautifulsoup4[html5lib]; extra == "org"
Provides-Extra: rdf
Requires-Dist: pyontutils>=0.1.28; extra == "rdf"
Provides-Extra: oauth
Requires-Dist: google-auth-oauthlib; extra == "oauth"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# idlib
[![PyPI version](https://badge.fury.io/py/idlib.svg)](https://pypi.org/project/idlib/)
[![Build Status](https://travis-ci.org/tgbugs/idlib.svg?branch=master)](https://travis-ci.org/tgbugs/idlib)
[![Coverage Status](https://coveralls.io/repos/github/tgbugs/idlib/badge.svg?branch=master)](https://coveralls.io/github/tgbugs/idlib?branch=master)

A library for working with identifiers of all kinds.
