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>
This commit is contained in:
parent
aa3e0e2c64
commit
25f400bb45
|
@ -1,5 +1,7 @@
|
|||
# function-sdk-python
|
||||
[](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml) 
|
||||
[](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml)
|
||||
 
|
||||
|
||||
|
||||
The [Python][python] SDK for writing [composition functions][functions].
|
||||
|
||||
|
@ -18,6 +20,9 @@ similarly to built-in Python types like lists and dictionaries, but there are
|
|||
some differences. Read the generated code documentation to familiarize yourself
|
||||
with the the differences.
|
||||
|
||||
If you just want to jump in and get started, consider using the
|
||||
[function-template-python] template repository.
|
||||
|
||||
## Contributing
|
||||
|
||||
This project follows the Crossplane [contributing guidelines], where applicable
|
||||
|
@ -42,5 +47,6 @@ hatch build
|
|||
[python]: https://python.org
|
||||
[functions]: https://docs.crossplane.io/latest/concepts/composition-functions
|
||||
[python-protobuf]: https://protobuf.dev/reference/python/python-generated/
|
||||
[function-template-python]: https://github.com/crossplane/function-template-python
|
||||
[contributing guidelines]: https://github.com/crossplane/crossplane/tree/master/contributing
|
||||
[hatch]: https://github.com/pypa/hatch
|
||||
|
|
Loading…
Reference in New Issue