Metadata-Version: 1.0
Name: ArenaPy
Version: 0.1.0
Summary: A simple python interface to the Are.na api
Home-page: https://github.com/jnhasty/arenapy
Author: jnhasty
Author-email: jnhasty@gmail.com
License: MIT
Description: ARENAPY
        ===========
        
        A simple client interface for Are.na written in python! Slices, dices, and makes using arena with python a cinch.
        
        Requires requests (https://github.com/kennethreitz/requests) to handle http interactions.
        
        Typical Usage:
        
            from arena import ArenaPy    
            arena_connect = ArenaPy()
            user_channel_json = arena_connect.get_users_channels('nick-hasty')
            
        user_channel_json will be a dictionary. 
        
        see arena.py for available methods and functions.
        
Keywords: arena rest api client
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
