csv-detective 0.8.1.dev1380__py3-none-any.whl → 0.8.1.dev1440__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.
Files changed (35) hide show
  1. csv_detective/detect_fields/other/url/__init__.py +7 -6
  2. csv_detective/utils.py +1 -0
  3. {csv_detective-0.8.1.dev1380.data → csv_detective-0.8.1.dev1440.data}/data/share/csv_detective/CHANGELOG.md +2 -0
  4. csv_detective-0.8.1.dev1440.data/data/share/csv_detective/LICENSE +21 -0
  5. {csv_detective-0.8.1.dev1380.data → csv_detective-0.8.1.dev1440.data}/data/share/csv_detective/README.md +6 -39
  6. csv_detective-0.8.1.dev1440.dist-info/METADATA +267 -0
  7. {csv_detective-0.8.1.dev1380.dist-info → csv_detective-0.8.1.dev1440.dist-info}/RECORD +12 -32
  8. {csv_detective-0.8.1.dev1380.dist-info → csv_detective-0.8.1.dev1440.dist-info}/WHEEL +1 -1
  9. csv_detective-0.8.1.dev1440.dist-info/licenses/LICENSE +21 -0
  10. tests/test_fields.py +11 -2
  11. csv_detective/detect_fields/FR/other/code_csp_insee/code_csp_insee.txt +0 -498
  12. csv_detective/detect_fields/FR/other/csp_insee/csp_insee.txt +0 -571
  13. csv_detective/detect_fields/FR/other/insee_ape700/insee_ape700.txt +0 -733
  14. csv_detective/detect_fields/geo/iso_country_code_alpha2/iso_country_code_alpha2.txt +0 -495
  15. csv_detective/detect_fields/geo/iso_country_code_alpha3/iso_country_code_alpha3.txt +0 -251
  16. csv_detective/detect_fields/geo/iso_country_code_numeric/iso_country_code_numeric.txt +0 -251
  17. csv_detective/detection/columns.py +0 -89
  18. csv_detective/detection/encoding.py +0 -27
  19. csv_detective/detection/engine.py +0 -46
  20. csv_detective/detection/formats.py +0 -145
  21. csv_detective/detection/headers.py +0 -32
  22. csv_detective/detection/rows.py +0 -18
  23. csv_detective/detection/separator.py +0 -44
  24. csv_detective/detection/variables.py +0 -98
  25. csv_detective/parsing/columns.py +0 -139
  26. csv_detective/parsing/compression.py +0 -11
  27. csv_detective/parsing/csv.py +0 -55
  28. csv_detective/parsing/excel.py +0 -169
  29. csv_detective/parsing/load.py +0 -97
  30. csv_detective/parsing/text.py +0 -61
  31. csv_detective-0.8.1.dev1380.data/data/share/csv_detective/LICENSE.AGPL.txt +0 -661
  32. csv_detective-0.8.1.dev1380.dist-info/METADATA +0 -42
  33. csv_detective-0.8.1.dev1380.dist-info/licenses/LICENSE.AGPL.txt +0 -661
  34. {csv_detective-0.8.1.dev1380.dist-info → csv_detective-0.8.1.dev1440.dist-info}/entry_points.txt +0 -0
  35. {csv_detective-0.8.1.dev1380.dist-info → csv_detective-0.8.1.dev1440.dist-info}/top_level.txt +0 -0
@@ -1,42 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: csv_detective
3
- Version: 0.8.1.dev1380
4
- Summary: Detect CSV column content
5
- Home-page: https://github.com/etalab/csv_detective
6
- Author: Etalab
7
- Author-email: opendatateam@data.gouv.fr
8
- License: http://www.fsf.org/licensing/licenses/agpl-3.0.html
9
- Keywords: CSV data processing encoding guess parser tabular
10
- Classifier: Development Status :: 2 - Pre-Alpha
11
- Classifier: License :: OSI Approved :: GNU Affero General Public License v3
12
- Classifier: Operating System :: POSIX
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Topic :: Scientific/Engineering :: Information Analysis
15
- Description-Content-Type: text/markdown
16
- License-File: LICENSE.AGPL.txt
17
- Requires-Dist: boto3==1.34.0
18
- Requires-Dist: dateparser==1.2.0
19
- Requires-Dist: faust-cchardet==2.1.19
20
- Requires-Dist: pandas==2.2.0
21
- Requires-Dist: pytest==8.3.0
22
- Requires-Dist: python-dateutil==2.8.2
23
- Requires-Dist: Unidecode==1.3.6
24
- Requires-Dist: openpyxl==3.1.5
25
- Requires-Dist: xlrd==2.0.1
26
- Requires-Dist: odfpy==1.4.1
27
- Requires-Dist: requests==2.32.3
28
- Requires-Dist: responses==0.25.0
29
- Requires-Dist: python-magic==0.4.27
30
- Requires-Dist: frformat==0.4.0
31
- Requires-Dist: faker==33.0.0
32
- Requires-Dist: rstr==3.2.2
33
- Dynamic: author
34
- Dynamic: author-email
35
- Dynamic: classifier
36
- Dynamic: description-content-type
37
- Dynamic: home-page
38
- Dynamic: keywords
39
- Dynamic: license
40
- Dynamic: license-file
41
- Dynamic: requires-dist
42
- Dynamic: summary