Skip to main content

A fluent interface python library to query html.

Project description

Supported platforms

  • Python 3.4

  • Windows

Installlation

To install via pip:

> pip install htmq

Usage

Get text inside all the div tags with class=’test’ as a list:

from htmq.html_query import htmq
# get html from somewhere
htmq(html).all().div(cls='test').text().q()

Download

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

htmq-1.0.0.zip (10.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page