Skip to main content

Reserved/Allocated/Assigned Seating for Venues and Events

Project description

reservedseating

Reserved/Allocated/Assigned Seating for Venues and Events

Build Status

Contents

Source Code and Documentation

About

Reserved seating is when each event ticket has a specific seat. That is, attendees will know where they will sit ahead of time. Seats are usually identified by row and seat using numbers or letters.

Venues may be set up for different types of events. In this case, the seating configuration, and seats available, will change.

Buying tickets for a reserved seating event can end in disappointment. Unless a system is in place that can hold a seat, they may sell out during the sale process. The system must also have a time limit on holds to make sure enough seats are available to buy. Holds should only last until the sale process is complete or expired. Expired holds should release the seats for sale again. Holds should only last long enough to complete the sale process.

This package aims to reserve seats for a venue and event and allow booking with holds that expire.

Requirements

  • Requires Python 3.x. Due to security fixes and new features Python 3.7 or later is recommended.
  • pip

Third-party dependencies may have additional requirements.

Installation

You can retrieve the reservedseating package from the Python Package Index https://pypi.org/ using pip. First make sure you have python3 and python3-pip installed. Then you can start by making a requirements.txt file in your working directory with the reservedseating requirement in it. You can add any other packages to your requirements here, each as a separate line.

requirements.txt:

mindpowered-reservedseating>0

Now you can use pip to install the reservedseating package: python3 -m pip install -r requirements.txt If you would like to update the package, simply run the above command again.

Usage

from mindpowered_reservedseating import *

cc = ReservedSeating()
colors = rs.CreateVenue("123", "Venue 1", "250")

Support

We are here to support using this package. If it doesn't do what you're looking for, isn't working, or you just need help, please Contact us.

There is also a public Issue Tracker available for this package.

Licensing

This package is released under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page