.dockerignore
.editorconfig
.travis-devel-requirements.txt
.travis-lowest-requirements.txt
.travis-release-requirements.txt
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
RELEASE-NOTES.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/usage.rst
examples/app.py
invenio_pidstore/__init__.py
invenio_pidstore/config.py
invenio_pidstore/errors.py
invenio_pidstore/ext.py
invenio_pidstore/models.py
invenio_pidstore/provider.py
invenio_pidstore/registry.py
invenio_pidstore/resolver.py
invenio_pidstore/version.py
invenio_pidstore.egg-info/PKG-INFO
invenio_pidstore.egg-info/SOURCES.txt
invenio_pidstore.egg-info/dependency_links.txt
invenio_pidstore.egg-info/entry_points.txt
invenio_pidstore.egg-info/not-zip-safe
invenio_pidstore.egg-info/requires.txt
invenio_pidstore.egg-info/top_level.txt
invenio_pidstore/providers/__init__.py
invenio_pidstore/providers/datacite.py
invenio_pidstore/providers/local_doi.py
invenio_pidstore/providers/recordid.py
invenio_pidstore/upgrades/__init__.py
invenio_pidstore/upgrades/pidstore_2014_08_22_initial.py
invenio_pidstore/upgrades/pidstore_2015_10_26_timestamp.py
tests/__init__.py
tests/conftest.py
tests/test_invenio_pidstore.py
tests/test_provider.py
tests/test_resolver.py
tests/mock_providers/__init__.py
tests/mock_providers/mock_datacite.py