Metadata-Version: 1.0
Name: eventbrite
Version: 0.20-beta
Summary: Client for Eventbrite's HTTP-based API
Home-page: http://github.com/mtai/eventbrite/
Author: Matthew Tai
Author-email: mtai84@gmail.com
License: Apache
Description: ==========
        eventbrite
        ==========
        
        Description
        ===========
        Simple client for Eventbrite's HTTP-based API
        
        Client provides the following:
        
        * Basic type validation of arguments
        * Basic checks for required arguments
        * Dictionary-based returns as described in Eventbrite's API documentation
        
        For information, see http://developer.eventbrite.com/doc/
        
        Installation
        ============
        NOTE:  This package requires a JSON library - by default we check for "simplejson" or use the built-in "json" library provided in python 2.6+
        
        * easy_install eventbrite
        * pip install eventbrite
        
        Links
        =====
        * 0.2x source <http://github.com/mtai/eventbrite/>
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
