csv-detective 0.9.3.dev2391__py3-none-any.whl → 0.9.3.dev2400__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.
@@ -20,7 +20,7 @@ labels = [
20
20
 
21
21
  pattern = re.compile(
22
22
  r"^((https?|ftp)://|www\.)(([A-Za-z0-9-]+\.)+[A-Za-z]{2,6})"
23
- r"(/[A-Za-z0-9._~:/?#[@!$&'()*+,;=%-]*)?$"
23
+ r"(/[A-Za-z\u00C0-\u024F\u1E00-\u1EFF0-9\s._~:/?#[@!$&'()*+,;=%-]*)?$"
24
24
  )
25
25
 
26
26
 
@@ -40,6 +40,7 @@ _test_values = {
40
40
  "aaaaaaaa-1111-bbbb-2222-cccccccccccc/data/"
41
41
  "?score__greater=0.9&decompte__exact=13"
42
42
  ),
43
+ "https://une-ville.fr/délibérations/2025/Doc avec espaces et àccëñts.pdf",
43
44
  ],
44
45
  False: ["tmp@data.gouv.fr"],
45
46
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: csv-detective
3
- Version: 0.9.3.dev2391
3
+ Version: 0.9.3.dev2400
4
4
  Summary: Detect tabular files column content
5
5
  Keywords: CSV,data processing,encoding,guess,parser,tabular
6
6
  Author: data.gouv.fr
@@ -66,7 +66,7 @@ csv_detective/formats/siren.py,sha256=ieLe50vdSnkXadcUI8VXnnId9GFGHyIBWVTP6bJtyM
66
66
  csv_detective/formats/siret.py,sha256=ehkZgOH-HggN6IgxF4G0DMut_6giZ3gc4g9wMdwZFHQ,997
67
67
  csv_detective/formats/tel_fr.py,sha256=yKCqIlqKO2yKucCoCjYfSjqNKfTjqFcmNXxg6THG0WE,624
68
68
  csv_detective/formats/uai.py,sha256=uT5gjdTmoFH9QPZdTFkJgiyuKLW0B6KmT6yqHQeaeOU,711
69
- csv_detective/formats/url.py,sha256=GYE9j_i4kpEQueBXa1Fla0wk8_sc0n230GL3KaIRvwY,932
69
+ csv_detective/formats/url.py,sha256=j6tCbcEzQw7U53ixeeFfhzueN8syVgQsjmAmY7RRWdU,1049
70
70
  csv_detective/formats/username.py,sha256=y38OggfWpEQsGi0JnD9QRM30musa29lO6nz-qybR24U,249
71
71
  csv_detective/formats/uuid.py,sha256=ekMEFfzQtz0cLudzmu3AoCM0Yf5pu23qAcFNFgHWJ1A,346
72
72
  csv_detective/formats/year.py,sha256=pkAfYPKZdy0g1ZoHGgJNpgTS5y5weGEKXCVMGaxIX8k,472
@@ -85,7 +85,7 @@ csv_detective/parsing/load.py,sha256=f-8aKiNpy_47qg4Lq-UZUR4NNrbJ_-KEGvcUQZ8cmb0
85
85
  csv_detective/parsing/text.py,sha256=uz8wfmNTQnOd_4fjrIZ_5rxmFmgrg343hJh2szB73Hc,1770
86
86
  csv_detective/utils.py,sha256=RJ_zFOJ1DRY8HtDrKPiCdNk5gU6-KwOrOKOyfSkBZZY,1118
87
87
  csv_detective/validate.py,sha256=XldlbGkUlPaIh0y4z9iaWlmmahwCrD1900s5Cxlq5wI,5430
88
- csv_detective-0.9.3.dev2391.dist-info/WHEEL,sha256=ePp19eyRASTHUPCpRsqjeFjsybXoCLYnd2O6QHdRRAY,79
89
- csv_detective-0.9.3.dev2391.dist-info/entry_points.txt,sha256=1J86TQNCanjsLMboAufdEUla03qEQaC9QmVGYgt2FCQ,57
90
- csv_detective-0.9.3.dev2391.dist-info/METADATA,sha256=w0gdMkvNv8LR5CG9PYA0V-ZkOtjIurJ5qePjm4ae_Tc,11063
91
- csv_detective-0.9.3.dev2391.dist-info/RECORD,,
88
+ csv_detective-0.9.3.dev2400.dist-info/WHEEL,sha256=z-mOpxbJHqy3cq6SvUThBZdaLGFZzdZPtgWLcP2NKjQ,79
89
+ csv_detective-0.9.3.dev2400.dist-info/entry_points.txt,sha256=1J86TQNCanjsLMboAufdEUla03qEQaC9QmVGYgt2FCQ,57
90
+ csv_detective-0.9.3.dev2400.dist-info/METADATA,sha256=XBMZp650BNXuUmMPEw7ffC7tNfMD69JGd0diGhKCIQE,11063
91
+ csv_detective-0.9.3.dev2400.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: uv 0.9.14
2
+ Generator: uv 0.9.15
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any