koreshield 0.1.2__tar.gz → 0.1.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. {koreshield-0.1.2/src/koreshield.egg-info → koreshield-0.1.4}/PKG-INFO +14 -27
  2. {koreshield-0.1.2 → koreshield-0.1.4}/pyproject.toml +14 -7
  3. {koreshield-0.1.2 → koreshield-0.1.4/src/koreshield.egg-info}/PKG-INFO +14 -27
  4. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield.egg-info/requires.txt +8 -1
  5. {koreshield-0.1.2 → koreshield-0.1.4}/CHANGELOG.md +0 -0
  6. {koreshield-0.1.2 → koreshield-0.1.4}/LICENSE +0 -0
  7. {koreshield-0.1.2 → koreshield-0.1.4}/MANIFEST.in +0 -0
  8. {koreshield-0.1.2 → koreshield-0.1.4}/README.md +0 -0
  9. {koreshield-0.1.2 → koreshield-0.1.4}/examples/async_usage.py +0 -0
  10. {koreshield-0.1.2 → koreshield-0.1.4}/examples/basic_usage.py +0 -0
  11. {koreshield-0.1.2 → koreshield-0.1.4}/examples/deepseek_integration.py +0 -0
  12. {koreshield-0.1.2 → koreshield-0.1.4}/examples/fastapi_integration.py +0 -0
  13. {koreshield-0.1.2 → koreshield-0.1.4}/examples/langchain_integration.py +0 -0
  14. {koreshield-0.1.2 → koreshield-0.1.4}/setup.cfg +0 -0
  15. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield.egg-info/SOURCES.txt +0 -0
  16. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield.egg-info/dependency_links.txt +0 -0
  17. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield.egg-info/top_level.txt +0 -0
  18. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield_sdk/__init__.py +0 -0
  19. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield_sdk/async_client.py +0 -0
  20. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield_sdk/client.py +0 -0
  21. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield_sdk/exceptions.py +0 -0
  22. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield_sdk/integrations/__init__.py +0 -0
  23. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield_sdk/integrations/langchain.py +0 -0
  24. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield_sdk/py.typed +0 -0
  25. {koreshield-0.1.2 → koreshield-0.1.4}/src/koreshield_sdk/types.py +0 -0
  26. {koreshield-0.1.2 → koreshield-0.1.4}/tests/test_client.py +0 -0
@@ -1,39 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: koreshield
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Python SDK for KoreShield LLM Security Platform
5
5
  Author-email: KoreShield Team <team@koreshield.com>
6
6
  Maintainer-email: KoreShield Team <team@koreshield.com>
7
- License: MIT License
8
-
9
- Copyright (c) 2026 KoreShield Team
10
-
11
- Permission is hereby granted, free of charge, to any person obtaining a copy
12
- of this software and associated documentation files (the "Software"), to deal
13
- in the Software without restriction, including without limitation the rights
14
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- copies of the Software, and to permit persons to whom the Software is
16
- furnished to do so, subject to the following conditions:
17
-
18
- The above copyright notice and this permission notice shall be included in all
19
- copies or substantial portions of the Software.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- SOFTWARE.
7
+ License-Expression: MIT
28
8
  Project-URL: Homepage, https://koreshield.com
29
9
  Project-URL: Documentation, https://docs.koreshield.com
30
- Project-URL: Repository, https://github.com/koreshield/koreshield-python-sdk
31
- Project-URL: Issues, https://github.com/koreshield/koreshield-python-sdk/issues
32
- Project-URL: Changelog, https://github.com/koreshield/koreshield-python-sdk/blob/main/CHANGELOG.md
10
+ Project-URL: Repository, https://github.com/koreshield/koreshield.git
11
+ Project-URL: Issues, https://github.com/koreshield/koreshield/issues
12
+ Project-URL: Changelog, https://github.com/koreshield/koreshield/blob/main/koreshield-python-sdk/CHANGELOG.md
33
13
  Keywords: llm,security,ai,safety,prompt-injection,koreshield
34
14
  Classifier: Development Status :: 3 - Alpha
35
15
  Classifier: Intended Audience :: Developers
36
- Classifier: License :: OSI Approved :: MIT License
37
16
  Classifier: Operating System :: OS Independent
38
17
  Classifier: Programming Language :: Python :: 3
39
18
  Classifier: Programming Language :: Python :: 3.8
@@ -41,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.9
41
20
  Classifier: Programming Language :: Python :: 3.10
42
21
  Classifier: Programming Language :: Python :: 3.11
43
22
  Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
44
24
  Classifier: Topic :: Security
45
25
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
46
26
  Requires-Python: >=3.8
@@ -63,7 +43,14 @@ Provides-Extra: django
63
43
  Requires-Dist: django>=4.2.0; extra == "django"
64
44
  Requires-Dist: djangorestframework>=3.14.0; extra == "django"
65
45
  Provides-Extra: all
66
- Requires-Dist: koreshield-python-sdk[django,fastapi,flask,langchain]; extra == "all"
46
+ Requires-Dist: langchain>=0.0.350; extra == "all"
47
+ Requires-Dist: langchain-core>=0.1.0; extra == "all"
48
+ Requires-Dist: fastapi>=0.100.0; extra == "all"
49
+ Requires-Dist: uvicorn>=0.23.0; extra == "all"
50
+ Requires-Dist: flask>=2.3.0; extra == "all"
51
+ Requires-Dist: werkzeug>=2.3.0; extra == "all"
52
+ Requires-Dist: django>=4.2.0; extra == "all"
53
+ Requires-Dist: djangorestframework>=3.14.0; extra == "all"
67
54
  Dynamic: license-file
68
55
 
69
56
  # KoreShield Python SDK
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "koreshield"
7
- version = "0.1.2"
7
+ version = "0.1.4"
8
8
  description = "Python SDK for KoreShield LLM Security Platform"
9
9
  readme = "README.md"
10
- license = {file = "LICENSE"}
10
+ license = "MIT"
11
11
  requires-python = ">=3.8"
12
12
  authors = [
13
13
  {name = "KoreShield Team", email = "team@koreshield.com"},
@@ -19,7 +19,6 @@ keywords = ["llm", "security", "ai", "safety", "prompt-injection", "koreshield"]
19
19
  classifiers = [
20
20
  "Development Status :: 3 - Alpha",
21
21
  "Intended Audience :: Developers",
22
- "License :: OSI Approved :: MIT License",
23
22
  "Operating System :: OS Independent",
24
23
  "Programming Language :: Python :: 3",
25
24
  "Programming Language :: Python :: 3.8",
@@ -27,6 +26,7 @@ classifiers = [
27
26
  "Programming Language :: Python :: 3.10",
28
27
  "Programming Language :: Python :: 3.11",
29
28
  "Programming Language :: Python :: 3.12",
29
+ "Programming Language :: Python :: 3.13",
30
30
  "Topic :: Security",
31
31
  "Topic :: Software Development :: Libraries :: Python Modules",
32
32
  ]
@@ -55,15 +55,22 @@ django = [
55
55
  "djangorestframework>=3.14.0",
56
56
  ]
57
57
  all = [
58
- "koreshield-python-sdk[langchain,fastapi,flask,django]",
58
+ "langchain>=0.0.350",
59
+ "langchain-core>=0.1.0",
60
+ "fastapi>=0.100.0",
61
+ "uvicorn>=0.23.0",
62
+ "flask>=2.3.0",
63
+ "werkzeug>=2.3.0",
64
+ "django>=4.2.0",
65
+ "djangorestframework>=3.14.0",
59
66
  ]
60
67
 
61
68
  [project.urls]
62
69
  Homepage = "https://koreshield.com"
63
70
  Documentation = "https://docs.koreshield.com"
64
- Repository = "https://github.com/koreshield/koreshield-python-sdk"
65
- Issues = "https://github.com/koreshield/koreshield-python-sdk/issues"
66
- Changelog = "https://github.com/koreshield/koreshield-python-sdk/blob/main/CHANGELOG.md"
71
+ Repository = "https://github.com/koreshield/koreshield.git"
72
+ Issues = "https://github.com/koreshield/koreshield/issues"
73
+ Changelog = "https://github.com/koreshield/koreshield/blob/main/koreshield-python-sdk/CHANGELOG.md"
67
74
 
68
75
  [tool.setuptools.packages.find]
69
76
  where = ["src"]
@@ -1,39 +1,18 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: koreshield
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: Python SDK for KoreShield LLM Security Platform
5
5
  Author-email: KoreShield Team <team@koreshield.com>
6
6
  Maintainer-email: KoreShield Team <team@koreshield.com>
7
- License: MIT License
8
-
9
- Copyright (c) 2026 KoreShield Team
10
-
11
- Permission is hereby granted, free of charge, to any person obtaining a copy
12
- of this software and associated documentation files (the "Software"), to deal
13
- in the Software without restriction, including without limitation the rights
14
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
- copies of the Software, and to permit persons to whom the Software is
16
- furnished to do so, subject to the following conditions:
17
-
18
- The above copyright notice and this permission notice shall be included in all
19
- copies or substantial portions of the Software.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- SOFTWARE.
7
+ License-Expression: MIT
28
8
  Project-URL: Homepage, https://koreshield.com
29
9
  Project-URL: Documentation, https://docs.koreshield.com
30
- Project-URL: Repository, https://github.com/koreshield/koreshield-python-sdk
31
- Project-URL: Issues, https://github.com/koreshield/koreshield-python-sdk/issues
32
- Project-URL: Changelog, https://github.com/koreshield/koreshield-python-sdk/blob/main/CHANGELOG.md
10
+ Project-URL: Repository, https://github.com/koreshield/koreshield.git
11
+ Project-URL: Issues, https://github.com/koreshield/koreshield/issues
12
+ Project-URL: Changelog, https://github.com/koreshield/koreshield/blob/main/koreshield-python-sdk/CHANGELOG.md
33
13
  Keywords: llm,security,ai,safety,prompt-injection,koreshield
34
14
  Classifier: Development Status :: 3 - Alpha
35
15
  Classifier: Intended Audience :: Developers
36
- Classifier: License :: OSI Approved :: MIT License
37
16
  Classifier: Operating System :: OS Independent
38
17
  Classifier: Programming Language :: Python :: 3
39
18
  Classifier: Programming Language :: Python :: 3.8
@@ -41,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.9
41
20
  Classifier: Programming Language :: Python :: 3.10
42
21
  Classifier: Programming Language :: Python :: 3.11
43
22
  Classifier: Programming Language :: Python :: 3.12
23
+ Classifier: Programming Language :: Python :: 3.13
44
24
  Classifier: Topic :: Security
45
25
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
46
26
  Requires-Python: >=3.8
@@ -63,7 +43,14 @@ Provides-Extra: django
63
43
  Requires-Dist: django>=4.2.0; extra == "django"
64
44
  Requires-Dist: djangorestframework>=3.14.0; extra == "django"
65
45
  Provides-Extra: all
66
- Requires-Dist: koreshield-python-sdk[django,fastapi,flask,langchain]; extra == "all"
46
+ Requires-Dist: langchain>=0.0.350; extra == "all"
47
+ Requires-Dist: langchain-core>=0.1.0; extra == "all"
48
+ Requires-Dist: fastapi>=0.100.0; extra == "all"
49
+ Requires-Dist: uvicorn>=0.23.0; extra == "all"
50
+ Requires-Dist: flask>=2.3.0; extra == "all"
51
+ Requires-Dist: werkzeug>=2.3.0; extra == "all"
52
+ Requires-Dist: django>=4.2.0; extra == "all"
53
+ Requires-Dist: djangorestframework>=3.14.0; extra == "all"
67
54
  Dynamic: license-file
68
55
 
69
56
  # KoreShield Python SDK
@@ -4,7 +4,14 @@ typing-extensions>=4.5.0
4
4
  aiofiles>=0.23.0
5
5
 
6
6
  [all]
7
- koreshield-python-sdk[django,fastapi,flask,langchain]
7
+ langchain>=0.0.350
8
+ langchain-core>=0.1.0
9
+ fastapi>=0.100.0
10
+ uvicorn>=0.23.0
11
+ flask>=2.3.0
12
+ werkzeug>=2.3.0
13
+ django>=4.2.0
14
+ djangorestframework>=3.14.0
8
15
 
9
16
  [django]
10
17
  django>=4.2.0
File without changes
File without changes
File without changes
File without changes
File without changes