Metadata-Version: 2.4
Name: topobank-publication
Version: 1.9.0
Summary: This is a plugin for "topobank" for publishing digital surface twins (including assigning DOIs) via DataCite.
Author-email: Michael Röttger <info@michael-roettger.de>, Lars Pastewka <lars.pastewka@imtek.uni-freiburg.de>
Requires-Python: >=3.8.0
Description-Content-Type: text/x-rst
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Celery
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
License-File: LICENSE
Requires-Dist: DiscoverVersion
Requires-Dist: datacite
Requires-Dist: short_url
Project-URL: homepage, https://contact.engineering
Project-URL: repository, https://github.com/ContactEngineering/topobank-publication

DataCite publication for TopoBank
=================================

Purpose
-------

This plugin adds publishing digital surface twins and assigning DOISs, managed
by DataCite.

Installation
------------

For production:

.. code-block:: bash

    pip install topobank-publication

For development:

Clone project, enter project directory and run

.. code-block:: bash

    pip install -e .[dev]

