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

[Python] Automatically generate stubs #2576

Merged
merged 15 commits into from
Apr 17, 2023
Merged

[Python] Automatically generate stubs #2576

merged 15 commits into from
Apr 17, 2023

Commits on Apr 13, 2023

  1. The Python example has been moved to the examples folder and refactor…

    …ed. The refactoring
    
    ensures the script stubgen.py is included in the codegeneration of the SDK crate.
    The script is later used to generate stubs automatically during testing and can be used
    by customers to add their own stubs before the Maturin build
    crisidev committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    4e53f66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe3c64 View commit details
    Browse the repository at this point in the history
  3. Fix path in Python ci

    crisidev committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    dbbe375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11bc9cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4758e1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    638ddf6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7b3ca7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    053c644 View commit details
    Browse the repository at this point in the history
  9. Comment out broken model

    crisidev committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2c1b36b View commit details
    Browse the repository at this point in the history
  10. Use the right python version

    Signed-off-by: Bigo <1781140+crisidev@users.noreply.github.com>
    crisidev committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    50049e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    fa7b527 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Apply suggestions from code review

    Co-authored-by: Burak <unexge@gmail.com>
    crisidev and unexge committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    744bc24 View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    crisidev committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    0f793d3 View commit details
    Browse the repository at this point in the history
  3. Fix stubgen.sh

    crisidev committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    33e2afe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff4c39 View commit details
    Browse the repository at this point in the history