Metadata-Version: 2.0
Name: aldryn-events
Version: 2.0.0
Summary: An events app for Aldryn
Home-page: https://github.com/aldryn/aldryn-events
Author: Divio AG
Author-email: info@divio.ch
License: LICENSE.txt
Description-Content-Type: UNKNOWN
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: aldryn-apphooks-config (>=0.1.4)
Requires-Dist: aldryn-boilerplates
Requires-Dist: aldryn-common (>=0.0.6)
Requires-Dist: aldryn-translation-tools (>=0.2.1)
Requires-Dist: django-appconf
Requires-Dist: django-appdata (<0.2)
Requires-Dist: django-bootstrap3
Requires-Dist: django-cms (>=3.2)
Requires-Dist: django-extended-choices
Requires-Dist: django-filer
Requires-Dist: django-parler (>=1.6.1)
Requires-Dist: django-sortedm2m (>=1.2.2)
Requires-Dist: django-standard-form (>=1.1.1)
Requires-Dist: django-tablib
Requires-Dist: djangocms-text-ckeditor
Requires-Dist: python-dateutil
Requires-Dist: six
Requires-Dist: Django (<1.11,>=1.8)

############################
Aldryn-Events for django CMS
############################

|PyPI Version| |Build Status| |Coverage Status| |codeclimate| |requires_io|

Aldryn Events is an Aldryn-compatible application for publishing information
about events in django CMS.

Please see the official `Aldryn Events documentation <http://aldryn-events.readthedocs.org>`_,
which includes information on installation and getting started.

It also contains `documentation for content editors and end-users
<http://aldryn-events.readthedocs.org/en/latest/user/index.html>`_.


************
Contributing
************

Aldryn Events is a an open-source project. We'll be delighted to receive your
feedback in the form of issues and pull requests. Before submitting your pull
request, please review our `guidelines for Aldryn addons <http://docs.aldryn.com/en/latest/reference/addons/index.html>`_.


************
Requirements
************

* Python 2.7, 3.3, 3.4, 3.5
* django CMS 3.2 or later
* Django 1.8 - 1.10


.. |PyPI Version| image:: http://img.shields.io/pypi/v/aldryn-events.svg
   :target: https://pypi.python.org/pypi/aldryn-events
.. |Build Status| image:: http://img.shields.io/travis/aldryn/aldryn-events/master.svg
   :target: https://travis-ci.org/aldryn/aldryn-events
.. |Coverage Status| image:: http://img.shields.io/coveralls/aldryn/aldryn-events/master.svg
   :target: https://coveralls.io/r/aldryn/aldryn-events?branch=master
.. |codeclimate| image:: https://codeclimate.com/github/aldryn/aldryn-events/badges/gpa.svg
   :target: https://codeclimate.com/github/aldryn/aldryn-events
   :alt: Code Climate
.. |requires_io| image:: https://requires.io/github/aldryn/aldryn-events/requirements.svg?branch=master
   :target: https://requires.io/github/aldryn/aldryn-events/requirements/?branch=master
   :alt: Requirements Status


