datasentry-core
DataSentry AI 核心领域模型与引擎:连接器、检测器、融合、评分、 修复、规则引擎与隐私脱敏。纯离线、零网络依赖,可独立测试。
pip install datasentry-core
模块
connectors/— 多格式数据源(CSV / Parquet / JSONL / XLSX)detectors/— 检测器注册表与 36+ 内置检测器(Detector协议)engine/— 画像、融合、评分repair/— 修复引擎(propose → preview → apply → rollback)rules/— 规则模型与预运行引擎(期望语义取反)privacy/— 确定性 PII 脱敏(mask_profile / mask_rows)llm/— LLM Provider 协议与数据结构(零网络)plugins.py— 检测器插件加载(插件 API v1,ADR-031)
使用
from datasentry_core.connectors import DataSourceSpec, default_registry
from datasentry_core.detectors.initial import register_default_detectors
from datasentry_core.detectors import DetectorRegistry
from datasentry_core.detectors.runner import ScanRunner
registry = DetectorRegistry()
register_default_detectors(registry)
runner = ScanRunner(registry)
handle = default_registry().open(DataSourceSpec(source_type="csv", path="data.csv"))
runs = runner.run_all(handle, config)
许可
Apache-2.0。完整产品(CLI / API / UI)见 datasentry 包。
Release files for datasentry-core 0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| datasentry_core-0.8.1.tar.gz | 142.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| datasentry_core-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 348.0 kB
Release files / datasentry_core-0.8.1.tar.gz
| Download URL | datasentry_core-0.8.1.tar.gz |
|---|---|
| Size | 142.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a83bbd315f74349ca2211e96c23707471e29431db1baf6cecae751b260996f74
|
|
BLAKE2b-256 checksum How to use checksums |
019d02a88c65d7aac55426bc210ab3a349d1e2cee73406081fb8e141e8113458
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 29, 2026.
Transparency logRelease files / datasentry_core-0.8.1-py3-none-any.whl
| Download URL | datasentry_core-0.8.1-py3-none-any.whl |
|---|---|
| Size | 206.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
429a36b72fd269b1d33bcafafe4132fdbccccf49a5630a9e5e0123962cdcb9f8
|
|
BLAKE2b-256 checksum How to use checksums |
fb54a4f11e01af5d615fbcf018850d11408e5152f6f24216bf5c45189ee4d902
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 29, 2026.
Transparency log