Metadata-Version: 2.1
Name: webanalytictool
Version: 0.0.1
Summary: A package for analysing webpages
Home-page: https://github.com/komus/webpage-analysis-tool
Author: Oyindolapo Komolafe
Author-email: 
License: UNKNOWN
Description: # WEBPAGE ANALYSIS TOOL
        
        This tool extracts insight from a webpage. The insights that can be extracted are:
        -   all unique tags used in the document.
        - the most commonly used tag.
        - the longest path starting from root node to the descendent.
        - the longest path starting from root node where the most popular tag is used the most times.
        
        # Usage
        
        Step 1
        ``` python
            
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: dev
