Metadata-Version: 2.1
Name: markdown-link-extractor
Version: 2019.3.22
Summary: extract links from markdown files
Home-page: https://github.com/looking-for-a-job/markdown-link-extractor.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/markdown-link-extractor.svg?longCache=True)](https://pypi.org/project/markdown-link-extractor/)
        
        #### Installation
        ```bash
        $ [sudo] pip install markdown-link-extractor
        ```
        
        #### Functions
        function|`__doc__`
        -|-
        `markdown_link_extractor.getlinks(string)` |return a list with markdown links
        
        #### CLI
        usage|`__doc__`
        -|-
        `python -m readme_links path ...` |extract links from markdown files
        
        #### Examples
        ```bash
        $ find -L . -name "README.md" | xargs python -m markdown_link_extractor
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/readme-generator/">readme-generator</a>
        </p>
Keywords: markdown
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
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
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
