Metadata-Version: 2.4
Name: skorplandgpt-proxy-extras
Version: 0.2.26
Summary: Additional files for the SkorplandGPT Proxy. Reduces the size of the main skorplandgpt package.
License-File: LICENSE
Author: skorpland
Requires-Python: >=3.8, !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*, !=3.7.*
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Project-URL: Documentation, https://skorpland.com/platform
Project-URL: Homepage, https://skorpland.com
Project-URL: Repository, https://github.com/skorpland/skorplandgpt
Project-URL: documentation, https://skorpland.com/platform
Project-URL: homepage, https://skorpland.com
Project-URL: repository, https://github.com/skorpland/skorplandgpt
Description-Content-Type: text/markdown

Additional files for the proxy. Reduces the size of the main skorplandgpt package.

Currently, only stores the migration.sql files for skorplandgpt-proxy.

To install, run:

```bash
pip install skorplandgpt-proxy-extras
```
OR 

```bash
pip install skorplandgpt[proxy] # installs skorplandgpt-proxy-extras and other proxy dependencies
```

To use the migrations, run:

```bash
skorplandgpt --use_prisma_migrate
```


