Metadata-Version: 2.1
Name: opml2json
Version: 0.0.3
Summary: convert opml to json
Home-page: https://github.com/vishnu012/opml2json
Author: Vishnu
Author-email: vishnu012@pm.me
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

opml2json is a simple python module that convert opml to json 

### setup
    * git clone https://github.com/vishnu012/opml2json && cd opml2json

    * python3 setup.py install

### usage
    python3 -m opml2json -f filename.opml


