-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Distribution] Add support for Python #338
Comments
I think it might be the same as #316. mypy itself is a static type checker for python, I think, @imanazari70 thinks of pypi.org / wheels |
This will imply a TOML parser, as modern python projects mostly rely on pyproject.toml. In #347, it was implemented to use different config sources like json or yaml, so I assume is required for this. |
In yoheimuta#338 the distribution of python wheels is requested. Python relies according to PEP 518 on pyproject.toml allowing to add a [tools] table with all config values. The pyproject.toml can now be added as a valid project configuration source.
In yoheimuta#338 Python support is requested. Documentation has been added.
In yoheimuta#338 Python support is requested. This upload step should perform the upload step
I see the package name is already taken (and orphaned). I'll add setup a new package name and will come back to you ... |
When building python protobuf serializers, gRPC services or grpc clients, the proto files are actually generated during the build using the
Protobuf
collection.This project is already shipping a maven package. It should be possible to ship a wheel package as well.
Steps to take:
I could help with the first three bullet points. I think the last point is up to the maintainer.
The text was updated successfully, but these errors were encountered: