.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/admin.py
invenio_pidstore/cli.py
invenio_pidstore/errors.py
invenio_pidstore/ext.py
invenio_pidstore/fetchers.py
invenio_pidstore/minters.py
invenio_pidstore/models.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/base.py
invenio_pidstore/providers/datacite.py
invenio_pidstore/providers/recordid.py
invenio_pidstore/translations/da/LC_MESSAGES/messages.po
invenio_pidstore/upgrades/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_admin.py
tests/test_cli.py
tests/test_ext.py
tests/test_fetchers.py
tests/test_invenio_pidstore.py
tests/test_minters.py
tests/test_providers.py
tests/test_recordidentifier.py
tests/test_resolver.py