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