Commit Graph

9 Commits

Author SHA1 Message Date
Nic Cope 7990ab8939 Use the new hatch fmt command to run linters and formatting
Right now this defaults to a pretty old version of ruff. Hatch pins a
ruff version though, so I'm inclined to just use whatever ruff version
Hatch uses.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-10-09 19:54:19 -07:00
Nic Cope d10f084b84 Use the new hatch test command to run tests
Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-10-09 19:54:19 -07:00
Nic Cope 73cfd7dc91 Link guide, package docs
Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-01-12 16:04:21 -08:00
Nic Cope 9190f78c9f Link to GitHub releases, and PyPI, from badges
Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-01-04 16:39:26 -08:00
Nic Cope 25f400bb45 Add PyPI badge, function-template-python link
I considered adding instructions to pip install this package, but
decided against it. I think almost everyone should be using the template
instead.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2024-01-04 16:35:54 -08:00
Nic Cope f9fbf328c4 Use a single lint command
Signed-off-by: Nic Cope <nicc@rk0n.org>
2023-11-19 18:00:36 -08:00
Nic Cope 7bb33ae97f Link to the protobuf generated code guide
Signed-off-by: Nic Cope <nicc@rk0n.org>
2023-11-19 13:44:37 -08:00
Nic Cope e247d8766e Break the SDK out into its own repo
I prototyped this in https://github.com/negz/function-auto-python.

Signed-off-by: Nic Cope <nicc@rk0n.org>
2023-11-19 13:37:50 -08:00
Nic Cope e930e1ddf8
Initial commit 2023-11-20 15:00:23 -08:00