Backport of Python 3.4+'s html module
Project description
backports.html
==============
This is a backport of Python3.4+'s `html` module, original code from [Python's standard library][1]
[1]: https://github.com/python/cpython/blob/master/Lib/html/
Install and use
---------------
```bash
$ pip install backports.html
```
```python
try:
import html # use standard library if available
except ImportError:
import backports.html as html # fallback to backports
```
Licence
-------
This project is released under the same license as Python software, see [LICENSE](/LICENSE) for more details.
==============
This is a backport of Python3.4+'s `html` module, original code from [Python's standard library][1]
[1]: https://github.com/python/cpython/blob/master/Lib/html/
Install and use
---------------
```bash
$ pip install backports.html
```
```python
try:
import html # use standard library if available
except ImportError:
import backports.html as html # fallback to backports
```
Licence
-------
This project is released under the same license as Python software, see [LICENSE](/LICENSE) for more details.
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
backports.html-1.1.0.tar.gz
(27.8 kB
view hashes)
Built Distribution
Close
Hashes for backports.html-1.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1593d96c82de0c7360175b847515bfcd5b0d2292801423951d6062e2d6c9bd91 |
|
MD5 | c3b0f0aa3c771c9d99cc87423da23478 |
|
BLAKE2b-256 | 904426c44c8066be169f2e8580b4640349e9683601fee0400f3e15aecf18c680 |