idscrub 1.1.0__py3-none-any.whl → 1.1.2__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.
@@ -1,14 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: idscrub
3
- Version: 1.1.0
3
+ Version: 1.1.2
4
4
  Author: Department for Business and Trade
5
+ Classifier: Development Status :: 3 - Alpha
5
6
  Requires-Python: >=3.12
6
7
  Description-Content-Type: text/markdown
7
8
  License-File: LICENSE
8
9
  Requires-Dist: ipykernel>=7.1.0
9
10
  Requires-Dist: ipywidgets
10
11
  Requires-Dist: numpy>=2.3.4
11
- Requires-Dist: pandas>=2.3.3
12
+ Requires-Dist: pandas<3.0
12
13
  Requires-Dist: phonenumbers>=9.0.18
13
14
  Requires-Dist: pip>=25.3
14
15
  Requires-Dist: spacy-transformers>=1.3.9
@@ -19,12 +20,17 @@ Provides-Extra: trf
19
20
  Requires-Dist: en_core_web_trf; extra == "trf"
20
21
  Dynamic: license-file
21
22
 
23
+ ![Development](https://img.shields.io/badge/status-development-orange)
24
+
22
25
  # idscrub 🧽✨
23
26
 
24
27
  * Names and other personally identifying information are often present in text, even if they are not clearly visible or requested.
25
28
  * This information may need to be removed prior to further analysis in many cases.
26
29
  * `idscrub` identifies and removes (*✨scrubs✨*) personal data from text using [regular expressions](https://en.wikipedia.org/wiki/Regular_expression) and [named-entity recognition](https://en.wikipedia.org/wiki/Named-entity_recognition).
27
30
 
31
+ > [!IMPORTANT]
32
+ > * This package is undergoing frequent internal development. Major updates will be made public periodically.
33
+
28
34
  ## Installation
29
35
 
30
36
  `idscrub` can be installed using `pip` into a Python **>=3.12** environment. Example:
@@ -1,7 +1,7 @@
1
1
  idscrub/__init__.py,sha256=cRugJv27q1q--bl-VNLpfiScJb_ROlUxyLFhaF55S1w,38
2
2
  idscrub/locations.py,sha256=7fMNOcGMYe7sX8TrfhMW6oYGAlc1WVYVQKQbpxE3pqo,217
3
3
  idscrub/scrub.py,sha256=PPTKWW-RQxZ5NixRow8nrnX9KjfyZa3tPAP9Jgwnn_M,36631
4
- idscrub-1.1.0.dist-info/licenses/LICENSE,sha256=JJnuf10NSx7YXglte1oH_N9ZP3AcWR_Y8irvQb_wnsg,1090
4
+ idscrub-1.1.2.dist-info/licenses/LICENSE,sha256=JJnuf10NSx7YXglte1oH_N9ZP3AcWR_Y8irvQb_wnsg,1090
5
5
  notebooks/basic_usage.ipynb,sha256=V62Bz88a9Zo3LO_VxXF4sLw8-MP51ZdVRRNS-zjtNqw,42664
6
6
  test/conftest.py,sha256=y-pwGXpdg7bbFc36HtE3wQtZkeI0JM77fcMYjej5veY,557
7
7
  test/test_all.py,sha256=ifuXAI0Hq3ETNXzdITjNGCnuFyozhN5TpJC2hOtA2bM,1103
@@ -16,7 +16,7 @@ test/test_presidio.py,sha256=BOGghcTWLSQPBhQxO014rO3RG-IL5XEbAaKuGN677pU,1558
16
16
  test/test_regex.py,sha256=foc2N4UCi7mGL0EIfp1t-ivgujkXMrmbsnsU77sbWZ0,5424
17
17
  test/test_scrub.py,sha256=tMYrIhbyXXKqt24tS1U_kAJT_vZfhOD4DAsf5ZFbEvU,1380
18
18
  test/test_spacy.py,sha256=gxJrNpV5B3HydUfoMsbmzRUoiKNs3_zwdSXqbPeW0qA,1846
19
- idscrub-1.1.0.dist-info/METADATA,sha256=HyPSfPJuFUPOib2fNr3eUtQIcvgJHr3uVNZaZQcXmS8,7003
20
- idscrub-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- idscrub-1.1.0.dist-info/top_level.txt,sha256=D4EEodXGCjGiX35ObiBTmjjBAdouN-eCvH-LezGGtks,23
22
- idscrub-1.1.0.dist-info/RECORD,,
19
+ idscrub-1.1.2.dist-info/METADATA,sha256=2cgKI6cNWw-6zmTgiRoGt9fStRtGdSTLY7YnYBqHKm0,7242
20
+ idscrub-1.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
21
+ idscrub-1.1.2.dist-info/top_level.txt,sha256=D4EEodXGCjGiX35ObiBTmjjBAdouN-eCvH-LezGGtks,23
22
+ idscrub-1.1.2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5