All Projects → TeamHG-Memex → url-summary

TeamHG-Memex / url-summary

Licence: MIT license
Show summary of a large number of URLs in a Jupyter Notebook

Programming Languages

python
139335 projects - #7 most used programming language

url-summary

PyPI Version Build Status 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.

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. top_items (20 by default) controls how many top-level items to show, and top_urls (3 by default) sets the number of random urls to show for each top-level item.

Returned object url_summary.UrlSummaryResult is a list subclass with a nice Jupyter Notebook display.

License

License is MIT.


define hyperiongray
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].