Yurii Serhiichuk
Yurii Serhiichuk
Hello Docker maintainers. Looking at the number of open issues and no response from the team within the issues it looks like the Python API is abandoned and won't be...
Almost all code now lacks proper pydocs across almost all the codebase. We should consider the following PRs are gonna improve the situation. It should be prohibited to merge PRs...
We should consider exposing public APIs explicitly using `__init__.py`. This not only makes the usage easier but also allows evolving non-public APIs without breaking outside usage and providing better backward-compatibility.
Evaluate https://cibuildwheel.readthedocs.io/en/stable/ as a potential way to ease multi-OS and multi-arch and multi-Python builds. Although this is not very critical it may be helpful to prepare such a setup to...
Python 3.6 EOL was more than 6 months ago. Dropping 3.6 support will allow to modernize the codebase and start using more modern language features.
While we already have some typings available it may be beneficial to configure [MyPy](https://mypy.readthedocs.io/en/stable/index.html) in order to ensure type safety of the codebase as well as add the [`py.typed`](https://peps.python.org/pep-0561/) file...
While deploying GAE standard service with a ZIP archive stored in the GCS I found that it's not capable of determining the archive type properly and just fails after trying...
## Expected Behavior The schema is up-to-date with the workflows syntax available in the official docs. ## Actual Behavior The schema is outdated. E.g. `except + as + steps` is...
As discussed [here](https://github.com/cloudevents/sdk-python/pull/221#discussion_r1333488704) we've agreed to review the activity of the SDK maintainers in half a year and see if the maintainers are still active.
**Describe the bug** While using a local `.venv` folder the buildpack fails to complete the `python3 -m compileall -f -q .` command with the following errors: ```text [builder] === Python...