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