mirror of
https://github.com/remnawave/panel.git
synced 2026-04-18 04:16:12 +00:00
33 lines
539 B
Markdown
33 lines
539 B
Markdown
---
|
|
sidebar_position: 2
|
|
title: Python SDK [community]
|
|
---
|
|
|
|
TODO: add description
|
|
|
|
import Admonition from '@theme/Admonition';
|
|
import { FaPeopleGroup } from "react-icons/fa6";
|
|
|
|
<Admonition type="note" icon={<FaPeopleGroup />} title="Community SDK">
|
|
This SDK is fully community-maintained.
|
|
</Admonition>
|
|
|
|
## Installation
|
|
|
|
TODO: add installation instructions
|
|
|
|
## Usage
|
|
|
|
<details>
|
|
<summary>Example usage</summary>
|
|
|
|
```python
|
|
import requests
|
|
|
|
from remnawave.backend_contract import GetUserByUsernameCommand
|
|
|
|
# TODO: add example
|
|
```
|
|
|
|
</details>
|