idscrub 1.1.0__py3-none-any.whl → 1.1.1__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: idscrub
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Author: Department for Business and Trade
5
5
  Requires-Python: >=3.12
6
6
  Description-Content-Type: text/markdown
@@ -8,7 +8,7 @@ License-File: LICENSE
8
8
  Requires-Dist: ipykernel>=7.1.0
9
9
  Requires-Dist: ipywidgets
10
10
  Requires-Dist: numpy>=2.3.4
11
- Requires-Dist: pandas>=2.3.3
11
+ Requires-Dist: pandas<3.0
12
12
  Requires-Dist: phonenumbers>=9.0.18
13
13
  Requires-Dist: pip>=25.3
14
14
  Requires-Dist: spacy-transformers>=1.3.9
@@ -19,12 +19,17 @@ Provides-Extra: trf
19
19
  Requires-Dist: en_core_web_trf; extra == "trf"
20
20
  Dynamic: license-file
21
21
 
22
+ ![Development](https://img.shields.io/badge/status-development-orange)
23
+
22
24
  # idscrub 🧽✨
23
25
 
24
26
  * Names and other personally identifying information are often present in text, even if they are not clearly visible or requested.
25
27
  * This information may need to be removed prior to further analysis in many cases.
26
28
  * `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
29
 
30
+ > [!IMPORTANT]
31
+ > * This package is undergoing frequent internal development. Major updates will be made public periodically.
32
+
28
33
  ## Installation
29
34
 
30
35
  `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.1.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.1.dist-info/METADATA,sha256=Jmcybn7MsJqGGeir3K_HVlqMsNFcMcq1B1YlsvuHZLI,7198
20
+ idscrub-1.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
21
+ idscrub-1.1.1.dist-info/top_level.txt,sha256=D4EEodXGCjGiX35ObiBTmjjBAdouN-eCvH-LezGGtks,23
22
+ idscrub-1.1.1.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