backports.html 1.1.0
pip install backports.html
Latest version
Released:
Backport of Python 3.4+'s html module
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: Frost Ming
Classifiers
- Development Status
- Intended Audience
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: Frost Ming
Classifiers
- Development Status
- Intended Audience
- Programming Language
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
Built Distribution
File details
Details for the file backports.html-1.1.0.tar.gz
.
File metadata
- Download URL: backports.html-1.1.0.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
07e3e1941f4ae4fbd0f3353af282f2d737a7b9376d1f9106f0022ce0a88f31b2
|
|
MD5 |
86af623199bf2d7b6e194482269854fc
|
|
BLAKE2b-256 |
a4005aa7a8aab4606ab4f7b512c8974a17e38d8a18ccf0b1283f546dd4a8cd7f
|
File details
Details for the file backports.html-1.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: backports.html-1.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1593d96c82de0c7360175b847515bfcd5b0d2292801423951d6062e2d6c9bd91
|
|
MD5 |
c3b0f0aa3c771c9d99cc87423da23478
|
|
BLAKE2b-256 |
904426c44c8066be169f2e8580b4640349e9683601fee0400f3e15aecf18c680
|