nhcb / entsog-py

Python client for the ENTSOG API
MIT License
18 stars 4 forks source link

Tried the example without succes #5

Closed fcontino closed 2 years ago

fcontino commented 2 years ago

Hi,

I've found you library very useful. However, when trying to run the example, it raises an error for plot_utils not being part of entsog. Could you help me with this?

Thanks.

nhcb commented 2 years ago

Hi, thanks for using the package. It is due to me not having updated it on the PyPi yet. I am a novice when it comes to releasing packages, it's also an extra dependency (the plots stuff) I am not sure I want to add. I will update and push to PyPi it later this week, and close the issue.

nhcb commented 2 years ago

In the meantime, if you want you can just copy the plots_util functions in entsog/plots_util.py in your file and you'll be able to run the example (after installing plotnine).