Metadata-Version: 1.0
Name: kong
Version: 0.2.1
Summary: Kongregate-related utilities
Home-page: http://github.com/MostAwesomeDude/kong
Author: Corbin Simpson
Author-email: MostAwesomeDude@gmail.com
License: UNKNOWN
Description: 
        Kong
        ====
        
        Kong is a simple interface to Kongregate (http://www.kongregate.com/)
        statistics. It was originally written to provide 360 Kid-style statistics
        reporting, as a small boredom-based project, and has not really grown since
        its inception.
        
        Usage
        -----
        
        >>> import kong
        >>> api = kong.Kongregate()
        >>> user = kong.User(api, "MostAwesomeDude")
        
        Bugs
        ----
        
        No bugs currently known. Feel free to email the author or open new bugs on
        github.
        
        License
        -------
        
        Kong and all other files in this package are available under the terms of the
        MIT X11 license, reproduced in COPYING and also in the library.
        
        Changelog
        =========
        
        0.2.1
        -----
        
        * Add changelog to distribution.
        
        0.2
        ---
        
        * Fixed README.
        * Added changelog.
        * Removed print statements from library.
        * Created real API objects: Kongregate, User, KongException.
        * Cleaned up code, improved run times.
        
        0.1
        ---
        
        * Initial import.
        * Added setup.py.
        * Split off scripting functionality into separate script, scripts/kongregate.
        
Platform: UNKNOWN
