Open tapaswenipathak opened 7 years ago
Package is not updated on PyPI, the last version pushed needs fixes.
After the migrating activity of PyPI and they deprecating their old API uploading dist is not working smoothly.
After removing default pypi link, it defaults to https://upload.pypi.org/legacy/ which is also taken down after 3rd.
and you might want to change the imports as this
import urllib.request from lxml import etree import re from datetime import datetime import requests import lxml.html as html
Package is not updated on PyPI, the last version pushed needs fixes.
After the migrating activity of PyPI and they deprecating their old API uploading dist is not working smoothly.
After removing default pypi link, it defaults to https://upload.pypi.org/legacy/ which is also taken down after 3rd.