Skip to content

Commit 25f400b

Browse files
committed
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 <[email protected]>
1 parent aa3e0e2 commit 25f400b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# function-sdk-python
2-
[![CI](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml) ![GitHub release (latest SemVer)](https://img.shields.io/github/release/crossplane/function-sdk-python)
2+
[![CI](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml)
3+
![GitHub release (latest SemVer)](https://img.shields.io/github/release/crossplane/function-sdk-python) ![PyPI - Version](https://img.shields.io/pypi/v/crossplane-function-sdk-python)
4+
35

46
The [Python][python] SDK for writing [composition functions][functions].
57

@@ -18,6 +20,9 @@ similarly to built-in Python types like lists and dictionaries, but there are
1820
some differences. Read the generated code documentation to familiarize yourself
1921
with the the differences.
2022

23+
If you just want to jump in and get started, consider using the
24+
[function-template-python] template repository.
25+
2126
## Contributing
2227

2328
This project follows the Crossplane [contributing guidelines], where applicable
@@ -42,5 +47,6 @@ hatch build
4247
[python]: https://python.org
4348
[functions]: https://docs.crossplane.io/latest/concepts/composition-functions
4449
[python-protobuf]: https://protobuf.dev/reference/python/python-generated/
50+
[function-template-python]: https://github.com/crossplane/function-template-python
4551
[contributing guidelines]: https://github.com/crossplane/crossplane/tree/master/contributing
4652
[hatch]: https://github.com/pypa/hatch

0 commit comments

Comments
 (0)