Metadata-Version: 2.1
Name: unconference
Version: 1.0.0.dev7
Summary: A Django app for creating daily un-conference schedules.
Author-email: Tim Allen <flipper@peregrinesalon.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/FlipperPA/unconference
Project-URL: Repository, https://github.com/FlipperPA/unconference
Project-URL: Documentation, https://github.com/FlipperPA/unconference
Keywords: django,unconference,barcamp,schedule
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: Django
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Unconference

A Django app for creating an unconference schedule.

# Installation

`pip install unconference`, then add to your Django `INSTALLED_APPS`.
