Metadata-Version: 2.1
Name: pretixGWW
Version: 10.3.1
Summary: Reinventing presales, one ticket at a time
Home-page: https://pretix.eu
Author: Raphael Michel
Author-email: mail@raphaelmichel.de
License: Apache License 2.0
Keywords: tickets web shop ecommerce
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django :: 1.11
Provides-Extra: dev
Provides-Extra: memcached
Provides-Extra: mysql
Provides-Extra: postgres
Requires-Dist: Django (==1.11.*)
Requires-Dist: djangorestframework (==3.6.*)
Requires-Dist: python-dateutil (==2.4.*)
Requires-Dist: pytz
Requires-Dist: django-bootstrap3 (==8.2.*)
Requires-Dist: django-formset-js-improved (==0.5.0.2)
Requires-Dist: django-compressor (==2.1)
Requires-Dist: django-hierarkey (==1.0.*,>=1.0.2)
Requires-Dist: django-filter (==1.0.*)
Requires-Dist: reportlab (==3.4.*)
Requires-Dist: Pillow
Requires-Dist: PyPDF2 (==1.26.*)
Requires-Dist: django-libsass
Requires-Dist: libsass
Requires-Dist: django-otp (==0.3.*)
Requires-Dist: python-u2flib-server (==4.*)
Requires-Dist: django-formtools (==2.0)
Requires-Dist: celery (==4.1.*)
Requires-Dist: kombu (==4.1.*)
Requires-Dist: django-statici18n (==1.3.*)
Requires-Dist: inlinestyler (==0.2.*)
Requires-Dist: BeautifulSoup4
Requires-Dist: slimit
Requires-Dist: lxml
Requires-Dist: static3 (==0.6.1)
Requires-Dist: dj-static
Requires-Dist: csscompressor
Requires-Dist: django-markup
Requires-Dist: markdown
Requires-Dist: bleach (==2.*)
Requires-Dist: raven
Requires-Dist: babel
Requires-Dist: paypalrestsdk (==1.12.*)
Requires-Dist: pycparser (==2.13)
Requires-Dist: django-redis (==4.7.*)
Requires-Dist: redis (==2.10.5)
Requires-Dist: stripe (==1.79.*)
Requires-Dist: chardet (<3.1.0,>=3.0.2)
Requires-Dist: mt-940 (==4.7)
Requires-Dist: django-i18nfield (>=1.2.1)
Requires-Dist: vobject (==0.9.*)
Requires-Dist: pycountry
Requires-Dist: django-countries
Requires-Dist: pyuca
Requires-Dist: defusedcsv
Requires-Dist: vat-moss (==0.11.0)
Requires-Dist: django-twilio
Requires-Dist: django-hijack (==2.1.*)
Provides-Extra: dev
Requires-Dist: django-debug-toolbar (==1.7); extra == 'dev'
Requires-Dist: sqlparse (==0.2.1); extra == 'dev'
Requires-Dist: pep8 (==1.5.7); extra == 'dev'
Requires-Dist: pyflakes (==1.1.0); extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: pep8-naming; extra == 'dev'
Requires-Dist: coveralls; extra == 'dev'
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: pytest (==2.9.*); extra == 'dev'
Requires-Dist: pytest-django; extra == 'dev'
Requires-Dist: isort; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Requires-Dist: pytest-rerunfailures; extra == 'dev'
Requires-Dist: pytest-warnings; extra == 'dev'
Requires-Dist: responses; extra == 'dev'
Provides-Extra: memcached
Requires-Dist: pylibmc; extra == 'memcached'
Provides-Extra: mysql
Requires-Dist: mysqlclient; extra == 'mysql'
Provides-Extra: postgres
Requires-Dist: psycopg2-binary; extra == 'postgres'

pretix
======

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

.. image:: https://readthedocs.org/projects/pretix/badge/?version=latest
   :target: https://docs.pretix.eu/en/latest/

.. image:: https://travis-ci.org/pretix/pretix.svg?branch=master
   :target: https://travis-ci.org/pretix/pretix

.. image:: https://codecov.io/gh/pretix/pretix/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/pretix/pretix



Reinventing ticket presales, one ticket at a time.

Project status & release cycle
------------------------------

While there is always a lot to do and improve on, pretix by now has been in use for more than a dozen
conferences that sold over ten thousand tickets combined without major problems. We therefore think of
pretix as being stable and ready to use.

If you want to use or extend pretix, we strongly recommend to follow our `blog`_. We will announce all
releases there. You can always find the latest stable version on PyPI or in the ``release/X.Y`` branch of
this repository. The ``master`` branch contains a development version that we also try to keep stable in
the sense that it does not break your data,  but its APIs might change without prior notice.

To get started using pretix on your own server, look at the `installation guide`_ in our documentation.

This project is 100 percent free and open source software. If you are interested in commercial support,
hosting services or supporting this project financially, please go to `pretix.eu`_ or contact us at
support@pretix.eu.

Contributing
------------
If you want to contribute to pretix, please read the `developer documentation`_
in our documentation. If you have any further questions, please do not hesitate to ask!

.. image:: https://translate.pretix.eu/widgets/pretix/-/pretix/multi-blue.svg
   :target: https://translate.pretix.eu/engage/pretix/

Code of Conduct
---------------
We have a `Code of Conduct`_ in place that applies to all project contributions,
including issues, pull requests, etc.

License
-------
The code in this repository is published under the terms of the Apache License. 
See the LICENSE file for the complete license text.

This project is maintained by Raphael Michel <mail@raphaelmichel.de>. See the
AUTHORS file for a list of all the awesome folks who contributed to this project.

.. _installation guide: https://docs.pretix.eu/en/latest/admin/installation/index.html
.. _developer documentation: https://docs.pretix.eu/en/latest/development/index.html
.. _Code of Conduct: https://docs.pretix.eu/en/latest/development/contribution/codeofconduct.html
.. _pretix.eu: https://pretix.eu
.. _blog: https://pretix.eu/about/en/blog/


