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.1.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.1.tar.gz.
File metadata
- Download URL: seatdata_sdk-0.1.1.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 |
dc99008ca01f617748e15284905ff5ab468900a0860a90ce11d490b53678e546
|
|
| MD5 |
335ac8aaff22a28fabdc63169fcc35bf
|
|
| BLAKE2b-256 |
d0f12fc39d953d96e1f00c2151da00a03f28ce1cf56de7b0eca11f6c86578e99
|
File details
Details for the file seatdata_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: seatdata_sdk-0.1.1-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 |
dd7844c9928d9ea8700555b7a682f7689700061e7af93ac7d8989bb3e9c673d5
|
|
| MD5 |
5212c9ebc099617ee774b59ce6b1bde6
|
|
| BLAKE2b-256 |
d4fc101d7772cab79fcf0b7848c9966f7eecd06828aacece2741ff7fde91e626
|