datamask-core-plugins 1.0.0__py3-none-any.whl
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.
|
File without changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: datamask-core-plugins
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: DataMask 插件 Registry — 自定义脱敏钩子、字典匹配、扩展规则加载
|
|
5
|
+
Author-email: TianluAudit <contact@datamask.cn>
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Project-URL: Homepage, https://datamask.cn
|
|
8
|
+
Project-URL: Documentation, https://datamask.cn/docs
|
|
9
|
+
Keywords: data-masking,privacy,NER,entity-recognition,FPE
|
|
10
|
+
Classifier: Development Status :: 4 - Beta
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Requires-Python: >=3.9
|
|
17
|
+
Requires-Dist: datamask-core>=1.0.0
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
datamask_core_plugins/__init__.py,sha256=Qy6nLatHjoaLNlozCxZIVbpWx9-41gXHiatYpePXzos,79
|
|
2
|
+
datamask_core_plugins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
datamask_core_plugins-1.0.0.dist-info/METADATA,sha256=5VIIGDPsxO7WNlzamFPgN_mYDlpVqVjpW8NZPPbJ9yk,733
|
|
4
|
+
datamask_core_plugins-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
5
|
+
datamask_core_plugins-1.0.0.dist-info/top_level.txt,sha256=Zfjjv4eJSuzCvOhXrOa6qzo0_W7nIuFIGSwMejJ8pgA,22
|
|
6
|
+
datamask_core_plugins-1.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
datamask_core_plugins
|