Metadata-Version: 2.1
Name: suruguya
Version: 0.0.5
Summary: suruguya api-like wrapper
Home-page: https://bitbucket.org/marvinody/suruguya/
Author: marvinody
Author-email: manny@sadpanda.moe
License: UNKNOWN
Description: # Suruguya Wrapper
        
        A simple api wrapper around the Surugu-ya site.
        
        Simple usage can be something like
        
        ```python
        import suruguya
        
        for item in suruguya.search("東方 ふもふも"):
            print("{}, {}".format(item.productName, item.productURL))
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
