parse html to etree
Project description
=============
html to etree
=============
.. image:: https://img.shields.io/pypi/v/html-to-etree.svg
:target: https://pypi.python.org/pypi/html-to-etree
.. image:: https://img.shields.io/pypi/pyversions/html-to-etree.svg
:target: https://pypi.python.org/pypi/html-to-etree
.. image:: https://img.shields.io/travis/fluquid/html-to-etree.svg
:target: https://travis-ci.org/fluquid/html-to-etree
.. image:: https://codecov.io/github/fluquid/html-to-etree/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/fluquid/html-to-etree
.. image:: https://requires.io/github/fluquid/html-to-etree/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/fluquid/html-to-etree/requirements/?branch=master
parse html to lxml etree
convenience methods for parsing html documents to lxml etree.
lxml has limited capabilities for handling different encodings, and this
library is intended as a reusable utility parsing byte-code html responses
into ElementTrees using sane character decoding.
* Free software: BSD license
* Python versions: 2.7, 3.4+
Features
--------
* parse html to lxml etree
* handle character decoding
Quickstart
----------
* `tree = parse_html_bytes(body=body_bytes, content_type='text/html')`
* `tree = parse_html_unicode(uni_string=body_unicode)`
Credits
-------
This package was created with Cookiecutter_ and the `codinguncut/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
=======
History
=======
0.2.0 (2017-06-07)
------------------
0.1.0-dev (unreleased)
----------------------
* First release on PyPI.
html to etree
=============
.. image:: https://img.shields.io/pypi/v/html-to-etree.svg
:target: https://pypi.python.org/pypi/html-to-etree
.. image:: https://img.shields.io/pypi/pyversions/html-to-etree.svg
:target: https://pypi.python.org/pypi/html-to-etree
.. image:: https://img.shields.io/travis/fluquid/html-to-etree.svg
:target: https://travis-ci.org/fluquid/html-to-etree
.. image:: https://codecov.io/github/fluquid/html-to-etree/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/fluquid/html-to-etree
.. image:: https://requires.io/github/fluquid/html-to-etree/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/fluquid/html-to-etree/requirements/?branch=master
parse html to lxml etree
convenience methods for parsing html documents to lxml etree.
lxml has limited capabilities for handling different encodings, and this
library is intended as a reusable utility parsing byte-code html responses
into ElementTrees using sane character decoding.
* Free software: BSD license
* Python versions: 2.7, 3.4+
Features
--------
* parse html to lxml etree
* handle character decoding
Quickstart
----------
* `tree = parse_html_bytes(body=body_bytes, content_type='text/html')`
* `tree = parse_html_unicode(uni_string=body_unicode)`
Credits
-------
This package was created with Cookiecutter_ and the `codinguncut/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
=======
History
=======
0.2.0 (2017-06-07)
------------------
0.1.0-dev (unreleased)
----------------------
* First release on PyPI.
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
html-to-etree-0.2.0.tar.gz
(541.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file html-to-etree-0.2.0.tar.gz.
File metadata
- Download URL: html-to-etree-0.2.0.tar.gz
- Upload date:
- Size: 541.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ab4a3e794a00dc7cd68ca78c594c4abad8de388ebc7e60b6290deb94dfdea33
|
|
| MD5 |
edfac774fc76ac7951d95377a5c57cfb
|
|
| BLAKE2b-256 |
9a7a611f6669128ed7986b7ee14cde50f86ed32a7fad02d8cbf9c063b7ba875e
|
File details
Details for the file html_to_etree-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: html_to_etree-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75543c3f98e9147a1bf72a9d4edaeae494a5a383146559d3254d1f7e9570dbf7
|
|
| MD5 |
702966ef6094ab481c908b1f28370804
|
|
| BLAKE2b-256 |
c85595f22f1f89078f6e4f4a420532d8cb78eeb84a4a1a94a613f9706646cce5
|