Merge pull request #30 from negz/in-the-pipe
Add PyPI badge, function-template-python link
This commit is contained in:
commit
4569ef1018
|
@ -1,5 +1,6 @@
|
||||||
# function-sdk-python
|
# 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) [](https://github.com/crossplane/function-sdk-python/releases) [](https://pypi.org/project/crossplane-function-sdk-python/)
|
||||||
|
|
||||||
|
|
||||||
The [Python][python] SDK for writing [composition functions][functions].
|
The [Python][python] SDK for writing [composition functions][functions].
|
||||||
|
|
||||||
|
@ -18,6 +19,9 @@ similarly to built-in Python types like lists and dictionaries, but there are
|
||||||
some differences. Read the generated code documentation to familiarize yourself
|
some differences. Read the generated code documentation to familiarize yourself
|
||||||
with the the differences.
|
with the the differences.
|
||||||
|
|
||||||
|
If you just want to jump in and get started, consider using the
|
||||||
|
[function-template-python] template repository.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
This project follows the Crossplane [contributing guidelines], where applicable
|
This project follows the Crossplane [contributing guidelines], where applicable
|
||||||
|
@ -42,5 +46,6 @@ hatch build
|
||||||
[python]: https://python.org
|
[python]: https://python.org
|
||||||
[functions]: https://docs.crossplane.io/latest/concepts/composition-functions
|
[functions]: https://docs.crossplane.io/latest/concepts/composition-functions
|
||||||
[python-protobuf]: https://protobuf.dev/reference/python/python-generated/
|
[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
|
[contributing guidelines]: https://github.com/crossplane/crossplane/tree/master/contributing
|
||||||
[hatch]: https://github.com/pypa/hatch
|
[hatch]: https://github.com/pypa/hatch
|
||||||
|
|
Loading…
Reference in New Issue