Last updated:
0 purchases
backports.html 1.1.0
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``````pythontry: import html # use standard library if availableexcept 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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.