Official Python SDK for SeatData API
Project description
SeatData Python SDK
Official Python SDK for SeatData API - access ticket sales data, event listings, and search functionality.
Installation
pip install seatdata-sdk
Quick Start
from seatdata import SeatDataClient
# Initialize client with your API key
client = SeatDataClient(api_key="your_64_char_api_key")
# Search for events
events = client.search_events(
venue_name="Madison Square Garden",
venue_city="New York"
)
# Get sales data for an event
sales_data = client.get_sales_data(event_id="1234567")
# Get current listings
listings = client.get_listings(event_id="1234567")
API Key
Contact support@seatdata.io to obtain an API key.
Development
# Clone the repository
git clone https://github.com/SeatDataIO/python-sdk.git
cd python-sdk
# Install development dependencies
pip install -r requirements.txt
# Run tests
pytest
# Run integration tests (requires API key)
export SEATDATA_API_KEY="your_api_key"
pytest -m integration
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
seatdata_sdk-0.1.0.tar.gz
(7.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seatdata_sdk-0.1.0.tar.gz.
File metadata
- Download URL: seatdata_sdk-0.1.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cb2fc0e4627716e8bac9b0cd27f41321a3042996369cfd0e92dc5d0af6c8a81
|
|
| MD5 |
6ce7e4e1872425b1326ad86ef9c22ad1
|
|
| BLAKE2b-256 |
36453b8dda209290d6df025fb49ef0dc2ed25795fa79c55051b2634b811dd832
|
File details
Details for the file seatdata_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: seatdata_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db5c9f288c35bc33904c14fff5f0f57dd6c758c07f2c83cb1c79b99208883212
|
|
| MD5 |
f95827ce84d322712bf9b65ede39f683
|
|
| BLAKE2b-256 |
5033776322e1e6e0cf6d88159061c69a0e531f6ac6ec214d6d0ba097257f265b
|