Metadata-Version: 2.4
Name: django-glue
Version: 0.8.4
Summary: Industrial Strength Glue for Django Backends and Frontends!
Author-email: Austin Sauer <austins@stratusadv.com>, Nathan Johnson <nathanj@stratusadv.com>
License: Copyright (c) 2024 Stratus Advanced Technologies and Contributors.
        
        Permission is hereby granted, free of charge, to any person
        obtaining a copy of this software and associated documentation
        files (the "Software"), to deal in the Software without
        restriction, including without limitation the rights to use,
        copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the
        Software is furnished to do so, subject to the following
        conditions:
        
        The above copyright notice and this permission notice shall be
        included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
        EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
        OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
        NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
        HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
        WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
        OTHER DEALINGS IN THE SOFTWARE.
Project-URL: Homepage, https://django-glue.stratusadv.com
Project-URL: Documentation, https://django-glue.stratusadv.com
Project-URL: Repository, https://github.com/stratusadv/django-glue
Project-URL: Changelog, https://django-glue.stratusadv.com/changelog/changelog/
Keywords: django,glue,backend,frontend,javascript,active server pages
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3
Classifier: Framework :: Django :: 4
Classifier: Framework :: Django :: 5
Classifier: Framework :: Django :: 5
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: django>=5
Dynamic: license-file

# Django Glue

![Build](https://img.shields.io/github/actions/workflow/status/stratusadv/django-glue/run_tests.yml)
![Python Versions](https://img.shields.io/pypi/pyversions/django-glue)
![PyPI Version](https://img.shields.io/pypi/v/django-glue)
![Downloads](https://img.shields.io/pypi/dm/django-glue)

We built Django Glue to help solve the problem of fluid interactions between the front and back ends of a Django application.
Our end goal is to bring as much front end power to the Django framework as possible while remaining pythonic.

This project is in prototype phase please look at the tests directory of this code base for example and instructions.

## Why?
We are active web platform developers that want to provide our clients with the best user experience without having to learn a bunch of different technology stacks.
Django glue allows us to do fancy javascript like page interactions and updates while remaining in the comfort of our django/python world.

Education is also a big part of what we do and our focus is on teaching our people python, so they can focus on data science and automation and make solid interfaces! 

## Inspiration
We are inspired by how quickly django's model structure, ORM and forms (crispy forms) allow you to create functional web applications.
Can we build on top of 25+ years of development to create a front end tool that uses the power of django.

## Documentation

Our documentation is available on our [website](https://django-glue.stratusadv.com), including guides, example, api reference and more.

<p align="center">
    <a href="https://django-glue.stratusadv.com">
        <img alt="Django Glue Logo" src="https://django-glue.stratusadv.com/static/img/django_glue_logo_256.png"/>
    </a>
</p>
