Metadata-Version: 2.3
Name: mishikallm-proxy-extras
Version: 0.1.15
Summary: Additional files for the MishikaLLM Proxy. Reduces the size of the main mishikallm package.
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
Project-URL: Documentation, https://docs.21t.cc
Project-URL: Homepage, https://21t.cc
Project-URL: Repository, https://github.com/skorpland/mishikallm
Project-URL: documentation, https://docs.21t.cc
Project-URL: homepage, https://21t.cc
Project-URL: repository, https://github.com/skorpland/mishikallm
Description-Content-Type: text/markdown

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

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

To install, run:

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

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

To use the migrations, run:

```bash
mishikallm --use_prisma_migrate
```


