TIBET CI/CD Audit — lightweight validators for pipelines, AI, and B2B (alias for tibet-ci)
Project description
tibet-ci-audit
TIBET CI/CD Audit — lightweight validators for pipelines, AI, and B2B.
This is an alias for tibet-ci. Install either one — they're the same thing.
pip install tibet-ci-audit
# or
pip install tibet-ci
Quick Start
# One-liner for CI/CD (exit 0=pass, 1=fail)
tibet-ci-audit audit-line .
# Full project validation (<1ms, no pipeline run)
tibet-ci-audit validate .
# Demo all validators
tibet-ci-audit validate-demo
Python API
from tibet_ci_audit import QuickValidator, AIValidator, B2BValidator
# Project validation
v = QuickValidator()
result = v.validate_project(".")
print(result.badge) # VALID / WARNING / INVALID
# AI pipeline validation (EU AI Act compliance)
ai = AIValidator()
result = ai.validate_ai_pipeline(steps)
# B2B transaction validation
b2b = B2BValidator()
result = b2b.validate_transaction(tx)
License
MIT — Humotica AI Lab 2025-2026
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tibet_ci_audit-0.2.0.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tibet_ci_audit-0.2.0.tar.gz.
File metadata
- Download URL: tibet_ci_audit-0.2.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e628f1a3526622fd3e8c5302a976a4b384649b887af68c397dcef55f4747a54
|
|
| MD5 |
12f669c69bf4a06ffcf11677029c19ed
|
|
| BLAKE2b-256 |
e9d759ff6452cbc02afa072119a4c45e6b5ac091027e450acf69607a4718767c
|
File details
Details for the file tibet_ci_audit-0.2.0-py3-none-any.whl.
File metadata
- Download URL: tibet_ci_audit-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b69fe1d69e23f8c059a77f32c525c16d86a515a6db1b405cbe38bcdb0d06d329
|
|
| MD5 |
a1f9fa90e3ed89758ce16b36a0dd8fdd
|
|
| BLAKE2b-256 |
72a2e7e1390dbaf6d1ea6884163a7f7159cc2ecd7afa4c4b3507ad4cc2853b5c
|