Metadata-Version: 2.1
Name: console_base
Version: 0.33.5
Summary: Base module with Python Code common Compass Consoles written in Django.
Home-page: https://code.compassfoundation.io/console-modules/console_base
Author: Dave Burkholder
Author-email: dave@compassfoundation.io
Keywords: console
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12

# Base Python Classes for Compass Consoles


## Run tests

python3 manage.py test tests


## Acknowledgements

Contains code from https://github.com/yourlabs/djfernet, 
forked from https://github.com/orcasgit/django-fernet-fields
