Metadata-Version: 2.1
Name: web-2-album
Version: 0.0.2
Summary: Return photo list and caption (markdown format) from web.
Home-page: https://github.com/gaoyunzhi/web_2_album
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Description: # web_2_album
        
        Return photo list and caption (markdown format) from web.
        
        ## usage
        
        ```
        import web_2_album
        photo_filename_list, caption = web_2_album.get(url)
        ```
        
        ## how to install
        
        `pip3 install web_2_album`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
