Metadata-Version: 2.1
Name: DocumsAwesomeListPlugin
Version: 0.1.0
Summary: Docums Plugin to inject social media cards for each entry in an awesome-list.
Home-page: https://github.com/khanhduy1407/docums-awesome-list-plugin
Author: NKDuy
Author-email: kn145660@gmail.com
License: MIT license
Description: # Docums Awesome List Plugin
        
        Docums Plugin to inject social media cards for each entry in an awesome-list. 
        
        To use this plugin install it with pip in the same environment than Docums:
        
        ```
        pip install DocumsAwesomeListPlugin
        ```
        
        Then add the following entry in the Docums config file:
        
        ```yml
        plugins:
          - awesome-list
        ```
        
Keywords: docums,plugin,awesome,list
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.4, <4
Description-Content-Type: text/markdown
