Metadata-Version: 1.1
Name: url-summary
Version: 0.0.3
Summary: Display a summary of urls in a notebook
Home-page: https://github.com/TeamHG-Memex/url-summary
Author: Konstantin Lopuhin
Author-email: kostia.lopuhin@gmail.com
License: MIT
Description: url-summary
        ===========
        
        .. image:: https://img.shields.io/pypi/v/url-summary.svg
           :target: https://pypi.python.org/pypi/url-summary
           :alt: PyPI Version
        
        .. image:: https://img.shields.io/travis/TeamHG-Memex/url-summary/master.svg
           :target: http://travis-ci.org/TeamHG-Memex/url-summary
           :alt: Build Status
        
        .. image:: http://codecov.io/github/TeamHG-Memex/url-summary/coverage.svg?branch=master
           :target: http://codecov.io/github/TeamHG-Memex/url-summary?branch=master
           :alt: Code Coverage
        
        Show summary of a large number of URLs in a Jupyter Notebook: analyze domains, paths, query keys and values.
        This is useful if you want to have a quick glance at URLs obtained by crawling.
        
        .. image:: ./url-summary-example.png
           :alt: url-summary example
        
        Installation
        ------------
        
        Install from PyPI::
        
            pip install url-summary
        
        
        Usage
        -----
        
        ::
        
            import url_summary
        
            url_summary.get_summary(urls)
        
        Will show as a summary for a given list (or iterable) of urls.
        Returned object ``url_summary.UrlSummaryResult``
        is a list subclass with a nice Jupyter Notebook display.
        
        License
        -------
        
        License is MIT.
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: License :: OSI Approved :: MIT License
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
