Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions fern/products/sdks/overview/python/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ description: Configuration options for the Fern Python SDK.

You can customize the behavior of the Python SDK generator in `generators.yml`:

```yml {7-8}
```yaml {7-8}
default-group: local
groups:
local:
generators:
- name: fernapi/fern-python
version: 0.6.6
config:
include_validators: true
version: 0.7.1
config:
client: null
filename: my_custom_client.py
class_name: MyClient
exported_filename: my_client.py
exported_class_name: APIClient
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@devalog can you try

client:
  class_name: `YourClient` 

```

## SDK Configuration Options
Expand Down