Skip to main content

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

Install and use

$ pip install backports.html
try:
    import html     # use standard library if available
except ImportError:
    import backports.html as html   # fallback to backports

Licence

MIT License, see LICENSE for more details.

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

backports.html-1.0.0.tar.gz (26.5 kB view hashes)

Uploaded Source

Built Distribution

backports.html-1.0.0-py2.py3-none-any.whl (26.4 kB view hashes)

Uploaded Python 2 Python 3

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