Metadata-Version: 2.1
Name: finitelycomputable-idtrust-django
Version: 22.10
Summary: A Django microsite to explore identifying game-theory strategies
Home-page: http://www.finitelycomputable.net/identification_of_trust
Author: Samuel Newbold
Author-email: sam@rwsh.org
License: AGPL-3.0-only
Project-URL: Documentation, https://github.com/thrasymache/microsites
Project-URL: Source, https://github.com/thrasymache/microsites
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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 :: Internet :: WWW/HTTP :: WSGI
Classifier: Framework :: Django
Classifier: Framework :: Django :: 4.1
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: bjoern
Provides-Extra: cheroot
Provides-Extra: cherrypy
Provides-Extra: gunicorn
Provides-Extra: waitress
License-File: LICENSE.txt

=======================
Identification of Trust
=======================

This is the implementation of the Identification of Trust microsite.

Installation::

  INSTALLED_APPS += 'finitelycomputable.idtrust_django.apps.IdTrustConfig',
  urlpatterns += path('identification_of_trust/',
                      include('finitelycomputable.idtrust_django.urls')),
