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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file htmq-1.0.0.zip.
File metadata
- Download URL: htmq-1.0.0.zip
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
448dddd282bf8cb207562ef03e1dbc96a094ced124ba36233363a4b5624730b2
|
|
| MD5 |
0dbabc86d2f81d2d68cdc1ad72f995d7
|
|
| BLAKE2b-256 |
63153dc818349c61d9b0c6287248b47e3345a43decf227545aabb4e91b164d51
|