Metadata-Version: 2.1
Name: pyscrapper
Version: 1.0.0
Summary: A configurable web scrapping tool
Home-page: https://github.com/pavanyekabote/pyscrapper
Author: Pavan Kumar Yekabote
License: MIT
Description: PyScrapper
        ===========
        
        .. image:: https://badge.fury.io/py/pyscrapper.svg
            :target: https://badge.fury.io/py/pyscrapper
        .. image:: https://pepy.tech/badge/pyscrapper
            :target: https://pepy.tech/project/pyscrapper
        
        
        PyScrapper is a web scrapping tool. It helps to scrape webpages and form a meaningful json object, as per the given configuration. Configuration is what tells the scrapper, which blocks of the html needs to be parsed and how they should be structurized for ease of use.
        
        Documentation
        --------------
        Documentation can be found `here <https://pyscrapper.readthedocs.io/en/latest/>`_.
        
        Source
        ------
        The source can be browsed at `Github <https://github.com/pavanyekabote/pyscrapper>`_.
        
        Reporting bugs
        --------------
        A `bug tracker <https://github.com/pavanyekabote/pyscrapper/issues>`_ is provided by Github.
        
Keywords: scrapping pyscrapper scrape webscrapping
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/x-rst
Provides-Extra: doc
