bm-preprocessing 0.2.0__tar.gz → 0.2.1__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.
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/PKG-INFO +2 -2
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/pyproject.toml +2 -2
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/.gitignore +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/README.md +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/__init__.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/all.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/apriori.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/hash.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/preprocessing.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/sources/all.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/sources/apriori.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/sources/hash.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/sources/preprocessing.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/IR/__init__.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/IR/all.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/IR/sources/all.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/__init__.py +0 -0
- {bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/uv.lock +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bm-preprocessing
|
|
3
|
-
Version: 0.2.
|
|
4
|
-
Summary: A package to
|
|
3
|
+
Version: 0.2.1
|
|
4
|
+
Summary: A package to preprocess text data
|
|
5
5
|
Requires-Python: >=3.8
|
|
6
6
|
Requires-Dist: build>=1.2.2.post1
|
|
7
7
|
Requires-Dist: twine>=6.1.0
|
|
@@ -4,8 +4,8 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "bm-preprocessing"
|
|
7
|
-
version = "0.2.
|
|
8
|
-
description = "A package to
|
|
7
|
+
version = "0.2.1"
|
|
8
|
+
description = "A package to preprocess text data"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
11
11
|
dependencies = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/sources/apriori.py
RENAMED
|
File without changes
|
|
File without changes
|
{bm_preprocessing-0.2.0 → bm_preprocessing-0.2.1}/src/bm_preprocessing/DM/sources/preprocessing.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|