stringextn 1.0.3__py3-none-any.whl → 1.0.4__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.1
2
2
  Name: stringextn
3
- Version: 1.0.3
3
+ Version: 1.0.4
4
4
  Summary: Pragmatic string utilities for APIs and data cleaning
5
5
  Author: Balaji Katta Venkatarathnam
6
6
  License: MIT
@@ -65,14 +65,14 @@ contains_any("hello world", ["world", "foo"]) # True
65
65
  contains_all("hello world", ["hello", "world"]) # True
66
66
 
67
67
  # Fuzzy string matching
68
- similarity("kitten", "sitting") # 0.571
68
+ similarity("kitten", "sitting") # 0.615
69
69
 
70
70
  # Multi-replace
71
71
  multi_replace("abc abc abc", {"a": "X", "b": "Y"}) # "XYc XYc XYc"
72
72
 
73
73
  # Privacy masking
74
74
  mask_email("user@example.com") # "u***@example.com"
75
- mask_phone("5551234567") # "****1234"
75
+ mask_phone("5551234567") # "****4567"
76
76
 
77
77
  # URL-safe slugs
78
78
  slugify("Hello, World! ✨") # "hello-world"
@@ -166,5 +166,4 @@ Contributions are welcome. Please ensure all tests pass and add tests for new fu
166
166
 
167
167
  ---
168
168
 
169
- **Package**: stringextn v1.0.0
170
169
  **GitHub**: [stringextn](https://github.com/balaji-kv/stringextn)
@@ -6,8 +6,8 @@ stringextn/fuzzy.py,sha256=OeSuNjEkaXs6SmhZ1AVOIl3ipUgA6NFQ9ZUdT9vomX0,1122
6
6
  stringextn/replace.py,sha256=ylqCw2DoRWrbR6SEaNkVyKZRl58Y16BsC5Tf6YZaN5U,1276
7
7
  stringextn/security.py,sha256=jQRV8lF6hwoKsX8MpiAgrmV9hPrwVdrjGl7xtfKWygc,1887
8
8
  stringextn/slug.py,sha256=MYDmAGlm0N8et-Njnik-deVn45EZ9MrVD5wtLH2M4bE,1208
9
- stringextn-1.0.3.dist-info/LICENSE,sha256=PWxsZvoTQzW_6Oo3dR9F4Xc3B0UzzMyC55PVfOQb5r8,1084
10
- stringextn-1.0.3.dist-info/METADATA,sha256=V_A4BQKW5ZbQB5ZDbbwG8xGloES0pImxrqoHY4wR8lo,6476
11
- stringextn-1.0.3.dist-info/WHEEL,sha256=WnJ8fYhv8N4SYVK2lLYNI6N0kVATA7b0piVUNvqIIJE,91
12
- stringextn-1.0.3.dist-info/top_level.txt,sha256=tCN4hz31Y52rDem2AoOHJKNVhD-RdPysvksM9HpJMXI,11
13
- stringextn-1.0.3.dist-info/RECORD,,
9
+ stringextn-1.0.4.dist-info/LICENSE,sha256=PWxsZvoTQzW_6Oo3dR9F4Xc3B0UzzMyC55PVfOQb5r8,1084
10
+ stringextn-1.0.4.dist-info/METADATA,sha256=W2tfNTo5OVExCYaM9TmM-mVmMak7JOlqhUiypFXItN4,6443
11
+ stringextn-1.0.4.dist-info/WHEEL,sha256=WnJ8fYhv8N4SYVK2lLYNI6N0kVATA7b0piVUNvqIIJE,91
12
+ stringextn-1.0.4.dist-info/top_level.txt,sha256=tCN4hz31Y52rDem2AoOHJKNVhD-RdPysvksM9HpJMXI,11
13
+ stringextn-1.0.4.dist-info/RECORD,,