tagcap

A simple and efficient HTML/XML parsing library written in pure Python


License
MIT
Install
pip install tagcap==0.1.8

Documentation

Tag Cap

A simple and efficient HTML/XML parsing library written in pure Python.

Installation

Tag Cap can be installed directly from pip using:

$ pip install tagcap

Documentation

Check out the wiki (work in progress) for information on how to use Tag Cap.

Why Use Tag Cap?

Tag cap can be used to either parse XML/HTML

  • Simple and straightforward syntax
  • Efficient random and bulk access to XML and HTML elements
  • No external dependencies
  • Built-in support for parsing local files or webpages directly

Links