Metadata-Version: 2.1
Name: seele
Version: 0.3.3
Summary: Website packaged for UF in Japan, Summer 2024
Home-page: https://github.com/JMalegni/DisasterPrepApp
Author: Nicholas DeSanctis, Joseph Malegni, Christian Ferrer, Logan Chenicek, Xael Font
Author-email: nickdesanctis17@gmail.com
Project-URL: Source, https://github.com/JMalegni/DisasterPrepApp
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: django >=5.0.6
Requires-Dist: django-bootstrap4 >=23.4
Requires-Dist: sqlparse >=0.3.1
Requires-Dist: pillow >=10.3.0
Requires-Dist: requests >=2.32.3
Requires-Dist: bleach >=6.1.0
Requires-Dist: django-pwa >=1.1.0
Requires-Dist: gTTS >=2.5.2

Project Description:

  This app will provide an educational infographic and personalized disaster preparation checklist based on a user's specific circumstance. The website also generates an easy to understand graphic that the user may download. 

Build and Install Server Commands:

    pip install seele

Repository Link:

  https://github.com/JMalegni/DisasterPrepApp

Run Executable and Initialization commands:

    seele_start

Contributors:

  Joseph Malegni, Christian Ferrer, Nicholas DeSanctis, Xael Font, Logan Chenicek

Credit to Prabhat Mishra as a guideline for a Django/Bootstrap Project:
https://github.com/prabhatx/django-basic-project
