Metadata-Version: 2.1
Name: idlib
Version: 0.0.1.dev7
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
Platform: UNKNOWN
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
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: orthauth (>=0.0.13[yaml])
Requires-Dist: requests
Provides-Extra: oauth
Requires-Dist: google-auth-oauthlib ; extra == 'oauth'
Provides-Extra: rdf
Requires-Dist: rdflib (>=5.0.0rc1) ; extra == 'rdf'
Requires-Dist: pyontutils (>=0.1.23) ; extra == 'rdf'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: joblib (>=0.14.1) ; extra == 'test'
Requires-Dist: rdflib (>=5.0.0rc1) ; extra == 'test'
Requires-Dist: pyontutils (>=0.1.23) ; 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.


