Metadata-Version: 2.1
Name: moodlmth
Version: 0.1.8
Summary: Convert raw HTML pages into python source code
Home-page: https://github.com/sayanarijit/moodlmth
Author: Arijit Basu
Author-email: sayanarijit@gmail.com
License: MIT
Description: moodlmth
        ========
        Convert raw HTML pages into python source code
        
        Usage
        -----
        ```bash
        # Convert web page
        moodlmth https://google.com
        
        # Convert HTML file
        moodlmth /filepath/index.html -o index.py
        
        # Force conversion
        moodlmth index.html -o index.py --fast --debug
        ```
        
Keywords: html dom builder
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: testing
