guardrailmesh 0.1.0__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.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: guardrailmesh
3
+ Version: 0.1.0
4
+ Summary: Unified AI guardrail enforcement layer. One API for NeMo, Presidio, Lakera, LlamaFirewall, LLM Guard, Azure, AWS and more.
5
+ Project-URL: Homepage, https://github.com/askuma/guardrailmesh
6
+ Author-email: Ashutosh Kumar <ashutosh.kumar1089@gmail.com>
7
+ License: Apache-2.0
8
+ Keywords: ai-security,aws,azure,guardrails,lakera,llama-firewall,llm-guard,llm-safety,middleware,nemo,presidio
9
+ Requires-Python: >=3.9
10
+ Description-Content-Type: text/markdown
11
+
12
+ # guardrailmesh
13
+
14
+ Unified AI guardrail enforcement layer.
15
+ One API for 10 backends.
16
+
17
+ Coming soon. Star the repo:
18
+ https://github.com/askuma/guardrailmesh
@@ -0,0 +1,7 @@
1
+ # guardrailmesh
2
+
3
+ Unified AI guardrail enforcement layer.
4
+ One API for 10 backends.
5
+
6
+ Coming soon. Star the repo:
7
+ https://github.com/askuma/guardrailmesh
@@ -0,0 +1,22 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "guardrailmesh"
7
+ version = "0.1.0"
8
+ description = "Unified AI guardrail enforcement layer. One API for NeMo, Presidio, Lakera, LlamaFirewall, LLM Guard, Azure, AWS and more."
9
+ readme = "README.md"
10
+ license = { text = "Apache-2.0" }
11
+ authors = [
12
+ { name = "Ashutosh Kumar", email = "ashutosh.kumar1089@gmail.com" }
13
+ ]
14
+ keywords = [
15
+ "guardrails", "llm-safety", "ai-security",
16
+ "nemo", "presidio", "lakera", "middleware",
17
+ "llm-guard", "llama-firewall", "azure", "aws"
18
+ ]
19
+ requires-python = ">=3.9"
20
+
21
+ [project.urls]
22
+ Homepage = "https://github.com/askuma/guardrailmesh"
@@ -0,0 +1,6 @@
1
+ """
2
+ guardrailmesh — Unified AI guardrail enforcement.
3
+ One API for NeMo, Presidio, Lakera, LlamaFirewall,
4
+ LLM Guard, Azure, AWS Bedrock and more.
5
+ """
6
+ __version__ = "0.1.0"