Skip to content
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

[FEATURE] Python client generation #25

Open
3 tasks
gchagnon opened this issue Sep 20, 2024 · 0 comments
Open
3 tasks

[FEATURE] Python client generation #25

gchagnon opened this issue Sep 20, 2024 · 0 comments

Comments

@gchagnon
Copy link
Contributor

gchagnon commented Sep 20, 2024

Add Support for Python Client Generation in Industry Toolkit

Description:
The Industry Toolkit will include support for generating client SDKs in Python based on API definitions. This will enable developers to generate Python clients for interacting with the APIs created using the toolkit.

Feature Requirements:

  • Generate Python client SDKs from API definitions.
  • Ensure generated SDKs are compatible with popular Python versions and frameworks.
  • Provide comprehensive documentation and code comments in the generated clients.
  • Include examples on how to use the generated Python SDKs in applications.
  • Write tests to validate the correctness of the generated SDKs.

Acceptance Criteria:

  • Python client generation feature is implemented.
  • Generated SDKs include documentation and are tested for correctness.
  • README and documentation are updated with instructions on generating and using Python clients.

Additional Context:
This feature will allow developers to create Python clients for their APIs, simplifying the integration process for Python-based applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant