Metadata-Version: 2.4
Name: django-twined
Version: 0.8.14
Summary: A django app to manage octue services
Author-email: Tom Clark <tom@octue.com>, Marcus Lugg <marcus@octue.com>
License-Expression: MIT
Project-URL: Changelog, https://github.com/octue/django-twined/releases
Project-URL: Documentation, https://django-twined.readthedocs.io/
Project-URL: Homepage, https://github.com/octue/django-twined
Project-URL: Issues, https://github.com/octue/django-twined/issues
Project-URL: Repository, https://github.com/octue/django-twined
Keywords: django,services,octue,twined
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.1
Classifier: Framework :: Django :: 4.2
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django<5.1,>=3.0
Requires-Dist: octue<0.64.0,>=0.52.0
Requires-Dist: django-gcp<0.20,>=0.11.5
Requires-Dist: django-jsoneditor<0.3,>=0.2.2
Requires-Dist: django-model-utils<6,>4.2.0
Dynamic: license-file

[![PyPI version](https://badge.fury.io/py/django-twined.svg)](https://badge.fury.io/py/django-twined)
[![codecov](https://codecov.io/gh/octue/django-twined/branch/master/graph/badge.svg)](https://codecov.io/gh/octue/django-twined)
[![Documentation Status](https://readthedocs.org/projects/django-twined/badge/?version=latest)](https://django-twined.readthedocs.io/en/latest/?badge=latest)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

# Django Twined

This is a plugin for django, enabling you to orchestrate [twined-based octue services](https://octue.readthedocs.io) services from your own django
server.

Documentation is [here](https://django-twined.readthedocs.io/en/latest/).

This is great for advanced use cases where:

- you have specific security/firewalling requirements, or
- you want to manage your own auth, or
- you have specific/unusual data integration needs, or
- already have a web based data service, and want to expose it in the twined ecosystem.

**Health warning:** to use this plugin to deploy your services, you'll need to handle all your own data
storage/orchestration, devops, server management, security and auth. So for most users we'd recommend getting in touch at
[octue.com](https://www.octue.com/contact) so we can help!
