csv-detective 0.8.1.dev1416__py3-none-any.whl → 0.8.1.dev1460__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 (34) hide show
  1. csv_detective/explore_csv.py +2 -0
  2. {csv_detective-0.8.1.dev1416.data → csv_detective-0.8.1.dev1460.data}/data/share/csv_detective/CHANGELOG.md +3 -1
  3. csv_detective-0.8.1.dev1460.data/data/share/csv_detective/LICENSE +21 -0
  4. {csv_detective-0.8.1.dev1416.data → csv_detective-0.8.1.dev1460.data}/data/share/csv_detective/README.md +6 -39
  5. csv_detective-0.8.1.dev1460.dist-info/METADATA +267 -0
  6. {csv_detective-0.8.1.dev1416.dist-info → csv_detective-0.8.1.dev1460.dist-info}/RECORD +11 -31
  7. csv_detective-0.8.1.dev1460.dist-info/licenses/LICENSE +21 -0
  8. tests/test_file.py +39 -32
  9. csv_detective/detect_fields/FR/other/code_csp_insee/code_csp_insee.txt +0 -498
  10. csv_detective/detect_fields/FR/other/csp_insee/csp_insee.txt +0 -571
  11. csv_detective/detect_fields/FR/other/insee_ape700/insee_ape700.txt +0 -733
  12. csv_detective/detect_fields/geo/iso_country_code_alpha2/iso_country_code_alpha2.txt +0 -495
  13. csv_detective/detect_fields/geo/iso_country_code_alpha3/iso_country_code_alpha3.txt +0 -251
  14. csv_detective/detect_fields/geo/iso_country_code_numeric/iso_country_code_numeric.txt +0 -251
  15. csv_detective/detection/columns.py +0 -89
  16. csv_detective/detection/encoding.py +0 -27
  17. csv_detective/detection/engine.py +0 -46
  18. csv_detective/detection/formats.py +0 -145
  19. csv_detective/detection/headers.py +0 -32
  20. csv_detective/detection/rows.py +0 -18
  21. csv_detective/detection/separator.py +0 -44
  22. csv_detective/detection/variables.py +0 -98
  23. csv_detective/parsing/columns.py +0 -139
  24. csv_detective/parsing/compression.py +0 -11
  25. csv_detective/parsing/csv.py +0 -55
  26. csv_detective/parsing/excel.py +0 -169
  27. csv_detective/parsing/load.py +0 -97
  28. csv_detective/parsing/text.py +0 -61
  29. csv_detective-0.8.1.dev1416.data/data/share/csv_detective/LICENSE.AGPL.txt +0 -661
  30. csv_detective-0.8.1.dev1416.dist-info/METADATA +0 -42
  31. csv_detective-0.8.1.dev1416.dist-info/licenses/LICENSE.AGPL.txt +0 -661
  32. {csv_detective-0.8.1.dev1416.dist-info → csv_detective-0.8.1.dev1460.dist-info}/WHEEL +0 -0
  33. {csv_detective-0.8.1.dev1416.dist-info → csv_detective-0.8.1.dev1460.dist-info}/entry_points.txt +0 -0
  34. {csv_detective-0.8.1.dev1416.dist-info → csv_detective-0.8.1.dev1460.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.dev1416
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