Metadata-Version: 1.1
Name: vine-python
Version: 1.0.1
Summary: Python Vine API
Home-page: https://github.com/rohitkhatri/vine-python
Author: Rohit Khatri
Author-email: developer.rohitkhatri@gmail.com
License: MIT
Description: # vine-python
        ===================
        #### Python - Vine API
        
        **vine-python** is a simple client for Vine api.
        
        ## Installation
        ``` 
        sudo pip install vine-python
        ```
        
        ## Using
        ```python
        import vine
        videos = vine.API.get_user_videos(user_id='962059221539651584')
        ```
        
        
        ## Contributing
        [https://github.com/rohitkhatri/vine-python](https://github.com/rohitkhatri/vine-python)
        
Keywords: vine api python sdk
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
