Skip to main content

An HTML utility package

Project description

snag-dom

A simple Python project to make accessing HTML elements easier; really more of an experiment than a full-fledged project.

It is recommended that you create a virtual environment before installing.

pip install virtualenv

virtualenv ev

source ev/bin/activate

Then install snag-dom.

pip install snag-dom

To use, simply call S with the CSS selector and the URL you intend to select elements from.

from snag-dom import S
header = S('h1', 'http://www.example.com')[0]
print(header)

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

snag-dom-0.9.tar.gz (2.4 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