Metadata-Version: 1.1
Name: pysony
Version: 0.1.6
Summary: Sony Camera Remote API for python
Home-page: https://github.com/Bloodevil/sony_camera_api
Author: Yeaji Shin
Author-email: yeahjishin@gmail.com
License: MIT
Download-URL: https://github.com/Bloodevil/sony_camera_api/tarball/0.1.6
Description: Pysony
        ===============
        python sony camera api
        
        Install
        ====
        using pip:
        
            pip install pysony
        
        using repo:
        
            git clone https://github.com/Bloodevil/sony_camera_api.git
            python setup.py install
        
        Usage
        ====
        
         simple example:
        
            >>> api = pysony.SonyAPI()
            >>> api.getAvailableApiList()
        
        api_list
        ====
        
         there api list that you can use.
        
        
Keywords: sony,camera,remote,api
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
