Attol8 / istatapi

Python API for ISTAT (The Italian National Institute of Statistics)
https://attol8.github.io/istatapi/
Apache License 2.0
29 stars 8 forks source link

version mismatch with PyPi #18

Closed fstrazzante closed 11 months ago

fstrazzante commented 1 year ago

Thank you for the package! It's very useful! It works good, but I got the same time period error of this issue: https://github.com/Attol8/istatapi/issues/16 Looks like the error is fixed with this merge: https://github.com/Attol8/istatapi/commit/e4c8d9f469ca54126004dd2b3d58c96da43dc4a1 But probably is because PyPI is out of sync, because I download the files from PyPI and I can't see the edit on the file istatapi/retrieval.py . I fix it manually replacing the istatapi/retrieval.py file with the one of the commit: https://github.com/Attol8/istatapi/commit/e4c8d9f469ca54126004dd2b3d58c96da43dc4a1

Attol8 commented 11 months ago

hey @fstrazzante sorry for being late on this, I was really busy with work lately! I am glad you liked the package, hopefully you can use it successfully in your own personal projects.

Thanks for opening the issue. I should have fixed in the latest release 0.0.7. As you said the pypi files were not up to date with the latest version of the package.