Skip to content

Add Python SDK #257

Open
Open
@saramaebee

Description

@saramaebee

Currently, in your fern/apis/beta/generators.yml file, you are only generating a Typescript SDK. You could add something like the following to also have Python SDK generated

  python-sdk:
    audiences:
      - sdks
    generators:
      - name: fernapi/fern-python-sdk
        version: 3.9.1
        output:
          location: pypi
          package-name: "devrev"
          token: ${PYPI_TOKEN}
        github:
          repository: "devrev/sdk-python"
        smart-casing: true
        config:
          client_class_name: DevRev
          package_name: devrev

This would be beneficial for the devrev-mcp that is being worked on

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions