Helder Correia
Helder Correia
Python's typing system doesn't work on runtime. You should get warnings from the IDE but nothing's stopping you from using the wrong value types while building the query. If you...
Related to #3668 ## Overview Reference docs are being built when tags that start with `sdk/python/v` are detected. ## Problem The tag triggers a new PyPI deployment but that could...
Related to #3668 ## Overview Reference docs for Python are being published in https://dagger-io.readthedocs.org. Builds are triggered automatically via a GitHub webhook, where RTD filters by tags starting with `sdk/python/v`....
## Todo - [ ] No mypy warnings[^1] - [ ] Add to lint step for CI (`lint:typing`) - [ ] Build with [mypyc](https://pypi.org/project/hatch-mypyc/)? - [ ] Support Pyright (Microsoft's...
- [ ] Get library version from VCS
Related to #3678 Don't import anything from `dagger`, keep the codegen independent.
## Context - The [dagger](https://pypi.org/project/dagger/) project name is already occupied by an abandoned [project](http://pythondagger.sourceforge.net) from 2012; - All of this [user's projects](https://pypi.org/user/rsz/) are abandoned from the same time; - All...