Skip to content

metric-collective/eventbrite-sdk-python

 
 

Repository files navigation

eventbrite-sdk-python

image

image

image

Installation from PyPI

$ pip install eventbrite

If you need to, you can also use `easy_install`:

$ easy_install eventbrite

Usage

The Eventbrite Python SDK makes it trivial to interact with the Eventbrite API:

You can also specify API endpoints manually:

Expansions can be included in a returned GET resource by simply adding the expand keyword to the calling method:

Usage with Frameworks

When using Flask, you can convert incoming webhook requests into Eventbrite API objects using the webhook_to_object() method:

Versioning

Because this client interacts with Eventbrite's third API (a.k.a. APIv3), we are tying our release numbers against it in a modified-semantic system:

  • 3.x.x where '3' matches the API version. This will not change until Eventbrite releases a new API version.
  • x.0.x where '0' is increased any time there is a significant change to the API that possibly breaks backwards compatibility
  • x.x.1 where '1' is increased on any release that does not break backwards comptability (small, new features, enhancements, bugfixes)

Packages

No packages published

Languages

  • Python 90.1%
  • PowerShell 4.6%
  • Makefile 2.3%
  • HTML 1.9%
  • Batchfile 1.1%