mra1385 / EIA-python

Python Wrapper for the Energy Information Administration (EIA) API
55 stars 13 forks source link

Latest version is not published in Pypi #8

Open ricgu8086 opened 1 year ago

ricgu8086 commented 1 year ago

Hi @rventer-hartree

If I install this package using pip install EIA_python it retrieves the latest version in PyPI which is 1.22. This version is old and does not include latest changes such as the HTTPS modification that is already integrated in the code. Thus the result is that you can download this repository and use it and it works fine, but if you try to pip install it most of the things are broken. Could you please upload the latest version?

I discovered this behaviour when I did a fork to try to fix the error and I realize there was no error in the code.