Skip to content

Commit 4569ef1

Browse files
authored
Merge pull request #30 from negz/in-the-pipe
Add PyPI badge, function-template-python link
2 parents 9c7a3eb + 9190f78 commit 4569ef1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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) [![GitHub release (latest SemVer)](https://img.shields.io/github/release/crossplane/function-sdk-python)](https://github.com/crossplane/function-sdk-python/releases) [![PyPI - Version](https://img.shields.io/pypi/v/crossplane-function-sdk-python)](https://pypi.org/project/crossplane-function-sdk-python/)
3+
34

45
The [Python][python] SDK for writing [composition functions][functions].
56

@@ -18,6 +19,9 @@ similarly to built-in Python types like lists and dictionaries, but there are
1819
some differences. Read the generated code documentation to familiarize yourself
1920
with the the differences.
2021

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

2327
This project follows the Crossplane [contributing guidelines], where applicable
@@ -42,5 +46,6 @@ hatch build
4246
[python]: https://python.org
4347
[functions]: https://docs.crossplane.io/latest/concepts/composition-functions
4448
[python-protobuf]: https://protobuf.dev/reference/python/python-generated/
49+
[function-template-python]: https://github.com/crossplane/function-template-python
4550
[contributing guidelines]: https://github.com/crossplane/crossplane/tree/master/contributing
4651
[hatch]: https://github.com/pypa/hatch

0 commit comments

Comments
 (0)