Metadata-Version: 1.1
Name: zembed
Version: 1.0.0
Summary: ZEmbed API Wrapper
Home-page: https://github.com/rohitkhatri/zembed
Author: Rohit Khatri
Author-email: developer.rohitkhatri@gmail.com
License: MIT
Description: # ZEmbed
        ===================
        #### Python - ZEmbed API
        
        **zembed** is a simple client for ZEmbed api.
        
        ## Installation
        ``` 
        sudo pip install zembed
        ```
        
        ## Using
        ```python
        import zembed
        embed = zembed.API.fetch('http://rohitkhatri.com')
        ```
        
        
        ## Contributing
        [https://github.com/rohitkhatri/zembed](https://github.com/rohitkhatri/zembed)
        
Keywords: zembed api python sdk
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
