Reserved/Allocated/Assigned Seating for Venues and Events
Project description
reservedseating
Reserved/Allocated/Assigned Seating for Venues and Events
Contents
Source Code and Documentation
- Source Code: https://github.com/mindpowered/reserved-seating-python
- Documentation: https://mindpowered.github.io/reserved-seating-python
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file mindpowered_reservedseating-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: mindpowered_reservedseating-0.0.5-py3-none-any.whl
- Upload date:
- Size: 39.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48b0f0000ae4b2b6df2e7bd9d37413417868525c9078af2170134ed01c22fa82 |
|
MD5 | 0e875450732603ddf1d13d1b9978db84 |
|
BLAKE2b-256 | a2892d55f22264e1d8a906f9fe5953db06e9577cb82720486ad5b710d5b22d14 |