Metadata-Version: 2.1
Name: django-chime
Version: 0.1.0
Summary: COVID-19 Hospital Impact Model for Epidemics (CHIME) app for Django.
Home-page: https://github.com/ChrisPappalardo/django-chime
Author: Chris Pappalardo
Author-email: cpappala@gmail.com
License: MIT license
Keywords: django-chime
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: click (>=6.0)
Requires-Dist: django (>=2.0)
Requires-Dist: djcorecap (>=1.0.1)

============
django-chime
============

.. image:: https://img.shields.io/pypi/v/django_chime.svg
        :target: https://pypi.python.org/pypi/django_chime

.. image:: https://img.shields.io/travis/ChrisPappalardo/django_chime.svg
        :target: https://travis-ci.org/ChrisPappalardo/django_chime

.. image:: https://readthedocs.org/projects/django-chime/badge/?version=latest
        :target: https://django-chime.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

COVID-19 Hospital Impact Model for Epidemics (CHIME) app for Django.

* Free software: MIT license
* Documentation: https://django-chime.readthedocs.io.

Features
--------

* Re-usable application for deploying CHIME models in a Django project
* Provides database models for assumption persistence
* Integrates with Django's user and auth infrastructure for privacy and security
* Fast and lightweight platform allows hosting many models on the same website
* Built using the latest `UPenn CHIME model <https://github.com/CodeForPhilly/chime>`_

Credits
-------

The CHIME model and source code is Copyright © 2020, The Trustees of the University of Pennsylvania and was released for public use under the MIT License.  Please visit their `live application <https://penn-chime.phl.io/>`_ for more information.

The official UPenn CHIME project code base is being actively developed by `Code for Philly <https://github.com/CodeForPhilly>`_.  Please visit their `project on GitHub <https://github.com/CodeForPhilly/chime>`_ for more information.


=======
History
=======

0.1.0 (2020-04-09)
------------------

* First release


