File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
3
4
4
5
The [ Python] [ python ] SDK for writing [ composition functions] [ functions ] .
5
6
@@ -18,6 +19,9 @@ similarly to built-in Python types like lists and dictionaries, but there are
18
19
some differences. Read the generated code documentation to familiarize yourself
19
20
with the the differences.
20
21
22
+ If you just want to jump in and get started, consider using the
23
+ [ function-template-python] template repository.
24
+
21
25
## Contributing
22
26
23
27
This project follows the Crossplane [ contributing guidelines] , where applicable
@@ -42,5 +46,6 @@ hatch build
42
46
[ python ] : https://python.org
43
47
[ functions ] : https://docs.crossplane.io/latest/concepts/composition-functions
44
48
[ python-protobuf ] : https://protobuf.dev/reference/python/python-generated/
49
+ [ function-template-python ] : https://github.com/crossplane/function-template-python
45
50
[ contributing guidelines ] : https://github.com/crossplane/crossplane/tree/master/contributing
46
51
[ hatch ] : https://github.com/pypa/hatch
You can’t perform that action at this time.
0 commit comments