Metadata-Version: 2.4
Name: vortezwohl
Version: 0.0.21
Summary: Practical SDKs by vortezwohl.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: overrides
Requires-Dist: psutil
Requires-Dist: requests
Requires-Dist: typing-extensions
Requires-Dist: urllib3>=2.5.0
Dynamic: license-file

# *vortezwohl-sdk*

> Useful Python SDKs

## Installation

- With pip

    ```
    pip install -U vortezwohl
    ```

- With uv

    ```
    uv add -U vortezwohl
    ```

- From github

    ```
    pip install -U git+https://github.com/vortezwohl/vortezwohl-sdk.git
    ```
