Skip to content

abaelhe/weblib

 
 

Repository files navigation

Weblib

https://travis-ci.org/lorien/weblib.png?branch=master https://coveralls.io/repos/lorien/weblib/badge.svg?branch=master https://pypip.in/download/weblib/badge.svg?period=month https://landscape.io/github/lorien/weblib/master/landscape.png https://readthedocs.org/projects/weblib/badge/?version=latest

Weblib provides tools to solve typical tasks in web scraping:

  • processing HTML
  • handling text encodings
  • controling repeating and parallel tasks
  • parsing RSS/ATOM feeds
  • preparing data for HTTP requests
  • working with DOM tree
  • working with text and numeral data
  • list of common user agents
  • cross-platform file locking
  • operations with files and directories

Installation

Run:

pip install -U weblib

Dependencies

  • lxml
  • pytils
  • six

About

Tools for web-scraping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%