Metadata-Version: 2.1
Name: idlib
Version: 0.0.1.dev15
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.6
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 :: 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.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: orthauth[sxpr,yaml] (>=0.0.13)
Requires-Dist: requests
Provides-Extra: oauth
Requires-Dist: google-auth-oauthlib ; extra == 'oauth'
Provides-Extra: org
Requires-Dist: beautifulsoup4[html5lib] ; extra == 'org'
Provides-Extra: rdf
Requires-Dist: pyontutils (>=0.1.28) ; extra == 'rdf'
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'

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