WattTime / pyiso

Python client libraries for ISO and other power grid data sources.
http://pyiso.readthedocs.org/
Other
239 stars 112 forks source link

Is pyiso still maintained? #210

Open kmax12 opened 2 years ago

kmax12 commented 2 years ago

I was struggling to get pyiso to work so I started working on a similar open source library from scratch here on GitHub that met my needs.

if there are plans to continue working on pyiso, I'm very open to contributing it back into pyiso since it was part of the inspiration . Alternatively, if pyiso isn't going to be supported going forward, may I post the name of the library for people visiting this repo?

ajdonnison commented 2 years ago

There is no dedicated team or person looking after pyiso, however I do check in from time to time and am always willing to accept community input in the form of pull requests. I don't think there would be a problem with you naming the library you are working on either.

kmax12 commented 2 years ago

Got it! Thanks

The library I'm working on is called isodata. It's up on github here: https://github.com/kmax12/isodata/