Metadata-Version: 2.3
Name: ce-ui
Version: 1.9.4
Summary: The user-facing interface of contact.engineering.
Author-email: Michael Röttger <info@michael-roettger.de>, Lars Pastewka <lars.pastewka@imtek.uni-freiburg.de>
Requires-Python: >=3.9.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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: DiscoverVersion
Requires-Dist: django-termsandconditions>=2.0.8
Requires-Dist: celery[redis]
Project-URL: homepage, https://contact.engineering
Project-URL: repository, https://github.com/ContactEngineering/ce-ui

User interface for contact.engineering
======================================

Purpose
-------

This plugin contains the user-facing interface of contact.engineering. It
consists of static HTML files and Vue.js applications.

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

For production:

.. code-block:: bash

    pip install ce-ui

For development:

Clone project, enter project directory and run

.. code-block:: bash

    pip install -e .[dev]

