lawkit-python 2.4.3__tar.gz → 2.4.6__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.
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/Cargo.toml +1 -1
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/PKG-INFO +1 -1
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/Cargo.lock +2 -2
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/Cargo.toml +2 -2
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/pyproject.toml +1 -1
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/README.md +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/Cargo.toml +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/README.md +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/benches/law_benchmark.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/filtering.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/file_detector.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/csv.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/excel.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/html.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/json_xml.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/opendocument.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/pdf.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/powerpoint.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/word.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/parser.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/international.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/memory.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/outliers.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/output/formatter.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/output/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/parallel.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/risk.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/statistics.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/streaming_io.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/timeseries.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/core/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/error.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/generate/benford.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/generate/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/generate/normal.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/generate/pareto.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/generate/poisson.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/generate/zipf.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/benford/analysis.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/benford/japanese.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/benford/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/benford/result.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/integration/analysis.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/integration/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/integration/result.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/normal/analysis.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/normal/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/normal/result.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/pareto/analysis.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/pareto/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/pareto/result.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/poisson/analysis.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/poisson/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/poisson/result.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/zipf/analysis.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/zipf/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/laws/zipf/result.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/lib.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/PACKAGE_SUMMARY.md +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/README.md +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/STRUCTURE.md +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/analyze.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/benf.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/colors.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/common_options.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/diagnose.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/lawkit/__init__.py +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/lawkit/__main__.py +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/lawkit/lawkit.py +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/lib.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/main.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/normal.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/pareto.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/poisson.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/analyze.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/benf.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/diagnose.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/integration_common.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/mod.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/normal.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/pareto.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/poisson.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/validate.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/zipf.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/validate.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/zipf.rs +0 -0
- {lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/uv.lock +0 -0
|
@@ -786,7 +786,7 @@ dependencies = [
|
|
|
786
786
|
|
|
787
787
|
[[package]]
|
|
788
788
|
name = "lawkit-core"
|
|
789
|
-
version = "2.4.
|
|
789
|
+
version = "2.4.6"
|
|
790
790
|
dependencies = [
|
|
791
791
|
"anyhow",
|
|
792
792
|
"calamine",
|
|
@@ -809,7 +809,7 @@ dependencies = [
|
|
|
809
809
|
|
|
810
810
|
[[package]]
|
|
811
811
|
name = "lawkit-python"
|
|
812
|
-
version = "2.4.
|
|
812
|
+
version = "2.4.6"
|
|
813
813
|
dependencies = [
|
|
814
814
|
"chrono",
|
|
815
815
|
"clap",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
[package]
|
|
5
5
|
name = "lawkit-python"
|
|
6
|
-
version = "2.4.
|
|
6
|
+
version = "2.4.6"
|
|
7
7
|
edition = "2021"
|
|
8
8
|
authors = ["kako-jun"]
|
|
9
9
|
license = "MIT"
|
|
@@ -17,7 +17,7 @@ path = "src/main.rs"
|
|
|
17
17
|
|
|
18
18
|
[dependencies]
|
|
19
19
|
# Reference to the actual lawkit dependencies
|
|
20
|
-
lawkit-core = { version = "2.4.
|
|
20
|
+
lawkit-core = { version = "2.4.6", path = "../lawkit-core" }
|
|
21
21
|
clap = { version = "4.0", features = ["derive", "cargo"] }
|
|
22
22
|
serde_json = "1.0"
|
|
23
23
|
owo-colors = "4.1"
|
|
@@ -4,7 +4,7 @@ build-backend = "maturin"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "lawkit-python"
|
|
7
|
-
version = "2.4.
|
|
7
|
+
version = "2.4.6"
|
|
8
8
|
description = "Python wrapper for lawkit - Statistical law analysis toolkit for fraud detection and data quality assessment"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/json_xml.rs
RENAMED
|
File without changes
|
|
File without changes
|
{lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/opendocument.rs
RENAMED
|
File without changes
|
|
File without changes
|
{lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-core/src/common/input/formats/powerpoint.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lawkit_python-2.4.3 → lawkit_python-2.4.6}/lawkit-python/src/subcommands/integration_common.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|