mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
53 lines
2.3 KiB
ReStructuredText
53 lines
2.3 KiB
ReStructuredText
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://coveralls.io/repos/github/pretix/pretix/badge.svg?branch=master
|
|
:target: https://coveralls.io/r/pretix/pretix
|
|
|
|
|
|
Reinventing ticket presales, one bit at a time.
|
|
|
|
Project status
|
|
--------------
|
|
Most features are present and sufficiently stable. pretix has been in use for multiple event and
|
|
sold a few thousand tickets so far. There is still a bunch of features to come and there surely is
|
|
still a bunch of bugs in there, but we consider it stable enough that we use it in production ourselves.
|
|
|
|
If you deploy and use pretix, there will be a safe upgrade path for all changes to come. We're planning
|
|
on an 1.0 release in late 2016 or early 2017. Until then, we take the liberty of changing the code as we
|
|
like, but we try to keep the changes to documented APIs as small as possible. If you want to use pretix
|
|
in production or develop a plugin now, I invite you to send me an email so that I can notify you of changes
|
|
and bugs that require your attention.
|
|
|
|
Since very recently we now have an `installation guide`_ in our documentation.
|
|
|
|
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!
|
|
|
|
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.
|
|
|
|
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 Raphael directly.
|
|
|
|
.. _installation guide: https://docs.pretix.eu/en/latest/admin/installation/index.html
|
|
.. _developer documentation: https://docs.pretix.eu/en/latest/development/index.html
|
|
.. _pretix.eu: https://pretix.eu
|