Metadata-Version: 2.1
Name: scalekit-sdk-python
Version: 1.0.0
Summary: Scalekit official Python SDK
Home-page: https://github.com/scalekit-inc/scalekit-sdk-python
Author: Team Scalekit
Author-email: support@grpc.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grpcio==1.64.0
Requires-Dist: protobuf==5.27.0
Requires-Dist: google==3.0.0
Requires-Dist: requests==2.32.2
Requires-Dist: PyJWT==2.4.0
Requires-Dist: cryptography==42.0.4
Requires-Dist: setuptools==69.2.0
Requires-Dist: grpcio-status==1.64.0
Requires-Dist: protoc-gen-openapiv2==0.0.1
Requires-Dist: googleapis-common-protos==1.56.1

<p align="center">
  <a href="https://scalekit.com" target="_blank" rel="noopener noreferrer">
    <picture>
      <img src="https://cdn.scalekit.cloud/v1/scalekit-logo-dark.svg" height="64">
    </picture>
  </a>
  <br/>
</p>
<h1 align="center">
  Official Scalekit Python SDK
</h1>

<h4 align="center">
Scalekit helps you ship Enterprise Auth in days.

This Python SDK is a wrapper around Scalekit's REST API to help you integrate Scalekit with your Python applications.
</h4>

## Getting Started

1. [Sign up](https://scalekit.com) for a Scalekit account.
2. Get your ```env_url```, ```client_id``` and ```client_secret``` from the Scalekit dashboard.

## Installation

```sh
pip install scalekit-sdk-python
```

## Usage

```javascript
from scalekit import ScalekitClient

scalekit_client = Scalekit(env_url, client_id, client_secret)
```

## API Reference
See the [Scalekit API docs](https://docs.scalekit.com) for more information about the API and authentication.

## License
This project is licensed under the **MIT license**.
See the [LICENSE](LICENSE) file for more information.
