tapaswenipathak / pyhoroscope

A Python module to fetch and parse data from GaneshaSpeaks.
http://tapasweni-pathak.github.io/pyhoroscope
MIT License
12 stars 6 forks source link

Update package to PyPI #19

Open tapaswenipathak opened 7 years ago

tapaswenipathak commented 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.

techwithanirudh commented 3 years ago

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