WattTime / watttime-python-client

A software development kit for the WattTime API, showing basic examples of usage.
7 stars 6 forks source link

Packaging for PyPi #8

Closed sam-watttime closed 11 months ago

sam-watttime commented 11 months ago

This PR introduces a github actions workflow to build the python package, and add it to the pypi index (permissions already setup through a linkage with github).

Additionally, the package has been renamed once installed watttime_sdk -> watttime_client

I followed this tutorial for the integration. There may be some trouble shooting to get this working, but this seems like the best practice.

https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/