A Python interface for the Ingresso F13 API


Keywords
api-wrapper, python, ticketing
License
MIT
Install
pip install pyticketswitch==2.7.0

Documentation

Pyticketswitch

Build Status codecov PyPI PyPI

Python wrapper for the ticketswitch f13 API.

Docs: https://pyticketswitch.ingresso.co.uk F13 API Documentation: https://docs.ingresso.co.uk/

Features

  • Search for events and performances.
  • Availability details for performances.
  • Make live reservations.
  • Purchase tickets.

Installation

Install pyticketswitch by running:

pip install pyticketswitch

Contribute

How to contribute

  1. Check for open/closed issues.
  2. Open a new issue describing the bug/feature.
  3. Fork the repository
  4. Bug fixes should have a unit test that ensures that the bug is never reintroduced. New features should have an acceptance test. All tests (both new and old) should be passing
  5. Send us a pull request.

Running tests

Tests can be run with tox:

pip install tox
tox

Or manually:

pip install -r requirements/test.txt
flake8 pyticketswitch
py.test
behave

Or via make

make test

Behave tests require PyVCR. There are intentionally no cassettes shipped with the repo (to avoid an echo chamber), so the first run might be slow, but subsequent runs will be faster. Be mindful of this fake though.

License

Copyright (c) 2017 Ingresso Group

Licensed under the The MIT License.