🐍 https://pypi.org/project/dagger-io/0.1.1
📝 https://dagger.io/blog/python-sdk
🎬 https://www.youtube.com/watch?v=c0bLWmi2B-4
What's Changed
- Initial support for Python SDK Engine & Client by @samalba
- Python SDK improvements by @samalba in #3222
- Guard against wrong dagger binary in Python SDK by @gerhard in #3310
- Python: Code-only schema by @helderco in #3299
- dagger.json by @sipsma in #3281
- Python: update examples to new API by @helderco in #3405
- Python: Support async resolvers and client by @helderco in #3301
- sdk: python: add codegen client by @helderco in #3460
- sdk: python: Refactor client factory by @helderco in #3636
- sdk: python: Add a few more tests by @helderco in #3656
- sdk: python: Remove wrapping result object by @helderco in #3713
- sdk: python: Revert to black’s default max line length by @helderco in #3714
- ci: basic Python support by @aluzzardi in #3704
- sdk: python: Fix provisioner by @helderco in #3716
- sdk: python: Revert test optimization by @helderco in #3732
- sdk: python: Add sync support by @helderco in #3718
- ci: Python SDK Publish by @helderco in #3730
- ci: Only publish Python SDK when there is an sdk/python tag by @gerhard in #3743
- chore: Add release instructions for the Python SDK by @gerhard in #3746
- Centralize more provisioning logic to be in helper. by @sipsma in #3740
- sdk: python: Quick pyproject update by @helderco in #3747
- docs: Add Python SDK docs by @vikram-dagger in #3658
- docs: Updated Python SDK installation step by @vikram-dagger in #3766
- Fix typo in Python SDK's README.md by @charliermarsh in #3762
- sdk: python: Move examples into sdk’s path by @helderco in #3769
- docs: Make first example give immediate feedback by @jpadams in #3773
- docs: Minor addition to get started guide by @vikram-dagger in #3775
- Add windows engine-session binaries to engine image. by @sipsma in #3750
- docs: indicate that config is optional by @jpadams in #3777
- sdk: python: Prepare for release by @helderco in #3776
New Contributors
- @charliermarsh made their first contribution in #3762