High performance HTML parser built on lxml
Project description
pho is a library built on lxml, and implements the [Beautiful Soup](http://www.crummy.com/software/BeautifulSoup/) apis. It is meant to be a drop in replacement for BS.
Installation
To install requests, simply:
$ pip install pho
Pho tries to pip install lxml, and for lxml you will need the following packages installed in your system.
Usage
import pho import requests
Pho(requests.get(’http://google.com’).content).find(‘title’).get_text()
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
pho-0.0.3.tar.gz
(2.1 kB
view details)
File details
Details for the file pho-0.0.3.tar.gz
.
File metadata
- Download URL: pho-0.0.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90197be16efbe03c9fb4e0960c8ecae8514008e47ab3bc34a9749a134e9f597d |
|
MD5 | 725c2eb265ecd34d3b5ed363f443cc17 |
|
BLAKE2b-256 | da5ff71fdb0e386a92d7d6c799cc3f81abdb178f4796971950ef2c876dc2a98f |