.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
babel.ini
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.tx/config
docs/Makefile
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/examplesapp.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/usage.rst
examples/app-fixtures.sh
examples/app-setup.sh
examples/app-teardown.sh
examples/app.py
examples/requirements.txt
invenio_pidstore/__init__.py
invenio_pidstore/admin.py
invenio_pidstore/cli.py
invenio_pidstore/config.py
invenio_pidstore/errors.py
invenio_pidstore/ext.py
invenio_pidstore/fetchers.py
invenio_pidstore/minters.py
invenio_pidstore/models.py
invenio_pidstore/proxies.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/alembic/999c62899c20_create_pidstore_tables.py
invenio_pidstore/alembic/f615cee99600_create_pidstore_branch.py
invenio_pidstore/providers/__init__.py
invenio_pidstore/providers/base.py
invenio_pidstore/providers/datacite.py
invenio_pidstore/providers/recordid.py
invenio_pidstore/providers/recordid_v2.py
invenio_pidstore/translations/messages.pot
invenio_pidstore/translations/cs/LC_MESSAGES/messages.po
invenio_pidstore/translations/da/LC_MESSAGES/messages.po
invenio_pidstore/translations/de/LC_MESSAGES/messages.po
invenio_pidstore/translations/es/LC_MESSAGES/messages.po
invenio_pidstore/translations/fr/LC_MESSAGES/messages.po
invenio_pidstore/translations/it/LC_MESSAGES/messages.po
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