Metadata-Version: 2.1
Name: kustosz
Version: 22.3.0
Summary: Focus on the worthwhile content with Kustosz, open source self-hosted web application. This package contains backend server.
Home-page: https://github.com/KustoszApp/server/
License: EUPL-1.2
Author: Mirek Długosz
Author-email: mirek@mirekdlugosz.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Provides-Extra: container
Provides-Extra: redis
Requires-Dist: Django (>=3.2.12,<4.0.0)
Requires-Dist: Unalix (>=0.9,<0.10)
Requires-Dist: celery (>=5.2.3,<6.0.0)
Requires-Dist: django-celery-beat (>=2.2.1,<3.0.0)
Requires-Dist: django-celery-results (>=2.2.0,<3.0.0)
Requires-Dist: django-cors-headers (>=3.11.0,<4.0.0)
Requires-Dist: django-extensions (>=3.1.5,<4.0.0)
Requires-Dist: django-filter (>=21.1,<22.0)
Requires-Dist: django-taggit (>=2.1.0,<3.0.0)
Requires-Dist: django-taggit-serializer (>=0.1.7,<0.2.0)
Requires-Dist: djangorestframework (>=3.13.1,<4.0.0)
Requires-Dist: dynaconf[yaml] (>=3.1.7,<4.0.0)
Requires-Dist: gunicorn (>=20.1.0,<21.0.0); extra == "container"
Requires-Dist: hyperlink (>=21.0.0,<22.0.0)
Requires-Dist: listparser (>=0.18,<0.19)
Requires-Dist: psycopg2 (>=2.9.3,<3.0.0); extra == "container"
Requires-Dist: readability-lxml (>=0.8.1,<0.9.0)
Requires-Dist: reader (>=2.8,<3.0)
Requires-Dist: redis (>=4.1.4,<5.0.0); extra == "redis" or extra == "container"
Requires-Dist: requests-cache (>=0.9.1,<0.10.0)
Requires-Dist: whitenoise (>=6.0.0,<7.0.0); extra == "container"
Project-URL: Documentation, https://github.com/KustoszApp/server/
Project-URL: Repository, https://github.com/KustoszApp/server/
Description-Content-Type: text/markdown

# Kustosz - backend server repository

Focus on the worthwhile content with Kustosz, open source self-hosted web application.

This repository contains backend server.

## Installation

```
python manage.py makemigrations kustosz
python manage.py migrate
python manage.py createcachetable
python manage.py createsuperuser --username admin --email admin@example.invalid
```

## License

Kustosz is distributed under terms of [European Union Public Licence](https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12)

