tronikos / opower

A Python library for getting historical and forecasted usage/cost from utilities that use opower.com such as PG&E
Apache License 2.0
61 stars 55 forks source link

Quick question on utility class naming #5

Closed akoebbe closed 1 year ago

akoebbe commented 1 year ago

I'm starting to work on an integration with the Kansas City power utility, Evergy. It was formerly known as KCP&L (Kansas City Power and Light) and the Opower subdomain is "kcpk" (I think someone might have typo'd that and it stuck). So would you recommend I name the file and class "evergy", the actual utility name, or "kcpk", the Opower subdomain?

tronikos commented 1 year ago

I'd go with evergy but up to you.

akoebbe commented 1 year ago

I'm leaning that way as well. Thanks for the input. I'll send over a PR once I have it working.

tronikos commented 1 year ago

All other utility files are named after the actual utility domain which in your case seems to be evergy.com so let's stick to that convention.