Django-hotsauce 1.2 "Valentina"
Copyright 2019-2020 (C) Jack Bortone <jack@isotopesoftware.ca>
See NOTICE file for details.

The django-hotsauce web toolkit aims to provide tools for pragmatic WSGI
application development and testing in Python. 

Getting started
---------------

Please read the "INSTALL" file for last-minutes considerations
before attempting a build.

Documentation
-------------

The full documentation is being generated using the Sphinx toolkit, 
by entering "make -f docs/Makefile" or "make html". 
 
Distribution layout
-------------------

* docs/................ The current documentation (work-in-progress!)
* examples/............ Provides working examples of stand-alone WSGI applications 
* extras/.............  Useful extensions and 3rd-party apps supported out-of-the box
* lib/................. Source code and related libraries
* tests/............... Various unit tests for experimental/unstable features
* tools/............... Useful tools (hopefully!) :-)

* AUTHORS.............. The current authors file (just me for now >3:)
* CHANGES.............. The changelog file (auto-generated)
* INSTALL.............. The current installation notes
* NOTICE............... Apache license version 2.0 file (KEEP THIS)
* MANIFEST.in.......... MANIFEST.in template file (used by distutils)
* README............... This document! :-)
* TODO................. Things to do in the future (i.e: get a cat)
* Makefile............. Makefile for building django-hotsauce
* setup.cfg............ Several options for setup.py are set in this file
* setup.py............. Main setup.py script for managing this package
* bootstrap.py......... Bootstrap script for installing initial prerequirements.

Django-hotsauce 1.2 Release! (Valentina)

Features:

- New "djangohotsauce" namespace
- httpserver updates
- OAuth 1.0a controller fixes
- HTTP (werkzeug) response updates
- Python 3.7 
- misc fixes..

Have fun! :-)

Jack Bortone

isotoperesearch.ca

