Skip to main content

Official Python SDK for SeatData API

Project description

SeatData Python SDK

PyPI version Tests Python Support License: MIT

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

seatdata_sdk-0.1.1-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

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

Hashes for seatdata_sdk-0.1.1.tar.gz
Algorithm Hash digest
SHA256 dc99008ca01f617748e15284905ff5ab468900a0860a90ce11d490b53678e546
MD5 335ac8aaff22a28fabdc63169fcc35bf
BLAKE2b-256 d0f12fc39d953d96e1f00c2151da00a03f28ce1cf56de7b0eca11f6c86578e99

See more details on using hashes here.

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

Hashes for seatdata_sdk-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dd7844c9928d9ea8700555b7a682f7689700061e7af93ac7d8989bb3e9c673d5
MD5 5212c9ebc099617ee774b59ce6b1bde6
BLAKE2b-256 d4fc101d7772cab79fcf0b7848c9966f7eecd06828aacece2741ff7fde91e626

See more details on using hashes here.

Supported by

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