Metadata-Version: 2.1
Name: django-glue
Version: 0.2.1a0
Summary: Industrial Strength Glue for Django Backends and Frontends!
Home-page: https://github.com/stratusadv/django-glue
Author: Nathan Johnson & Wesley Howery
Author-email: info@stratusadv.com
License: MIT
Keywords: glue,django,backend,frontend,javascript,active server pages
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
License-File: LICENSE.md

# 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 examples 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! 

## Requirements

- Django 3.2+ or 4.0+
- Python 3.8+

## Dependencies

- Alpine JS
- Axios

## Documentation

- Installation Guide - [Here](INSTALLATION.md)
- Usage Guide - [Here](USAGE.md)

## Roadmap

- [x] Prototype (2022-07-12)
- [x] Alpha (2022-08-31)
- [ ] Beta (2023-06-31)

## Authors

- Nathan Johnson
- Wesley Howery
