Metadata-Version: 2.4
Name: sibylline-clean
Version: 0.1.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Security
Requires-Dist: sibylline-clean[ml,normalization,fuzzy,multilingual] ; extra == 'all'
Requires-Dist: sibylline-clean[all,promptshield,crf] ; extra == 'benchmark'
Requires-Dist: datasets>=2.14.0 ; extra == 'benchmark'
Requires-Dist: scikit-learn>=1.3.0 ; extra == 'benchmark'
Requires-Dist: pyyaml>=6.0 ; extra == 'content'
Requires-Dist: sklearn-crfsuite>=0.3.6 ; extra == 'crf'
Requires-Dist: sibylline-clean[all] ; extra == 'dev'
Requires-Dist: pytest>=7.0.0 ; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0 ; extra == 'dev'
Requires-Dist: rapidfuzz>=3.5.0 ; extra == 'fuzzy'
Requires-Dist: numpy>=1.24.0 ; extra == 'ml'
Requires-Dist: onnxruntime>=1.17.0 ; extra == 'ml'
Requires-Dist: tokenizers>=0.15.0 ; extra == 'ml'
Requires-Dist: huggingface-hub>=0.20.0 ; extra == 'ml'
Requires-Dist: scikit-learn>=1.3.0 ; extra == 'ml'
Requires-Dist: pyyaml>=6.0 ; extra == 'multilingual'
Requires-Dist: confusable-homoglyphs>=3.2.0 ; extra == 'normalization'
Requires-Dist: torch>=2.0.0 ; extra == 'promptshield'
Requires-Dist: transformers>=4.35.0 ; extra == 'promptshield'
Requires-Dist: sentencepiece>=0.1.99 ; extra == 'promptshield'
Requires-Dist: sibylline-clean[all] ; extra == 'training'
Requires-Dist: datasets>=2.14.0 ; extra == 'training'
Provides-Extra: all
Provides-Extra: benchmark
Provides-Extra: content
Provides-Extra: crf
Provides-Extra: dev
Provides-Extra: fuzzy
Provides-Extra: ml
Provides-Extra: multilingual
Provides-Extra: normalization
Provides-Extra: promptshield
Provides-Extra: training
License-File: LICENSE
Summary: Prompt injection detection library for LLM applications
Keywords: prompt-injection,llm,security,detection
Author: Nathan
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# clean

Prompt injection detection library for LLM applications.

