Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

hemamaps / Scrapy   python

Repository URL to install this package:

/ utils / markup.py

"""
Transitional module for moving to the w3lib library.

For new code, always import from w3lib.html instead of this module
"""

from w3lib.html import *