pyreadstat 1.2.7__cp311-cp311-win_amd64.whl → 1.2.9__cp311-cp311-win_amd64.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.

Potentially problematic release.


This version of pyreadstat might be problematic. Click here for more details.

pyreadstat/__init__.py CHANGED
@@ -22,5 +22,5 @@ from .pyreadstat import read_file_in_chunks, read_file_multiprocessing
22
22
  from ._readstat_parser import ReadstatError, metadata_container
23
23
  from .pyfunctions import set_value_labels, set_catalog_to_sas
24
24
 
25
- __version__ = "1.2.7"
25
+ __version__ = "1.2.9"
26
26
 
Binary file
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyreadstat
3
- Version: 1.2.7
3
+ Version: 1.2.9
4
4
  Summary: Reads and Writes SAS, SPSS and Stata files into/from pandas data frames.
5
5
  Home-page: https://github.com/Roche/pyreadstat
6
6
  Download-URL: https://github.com/Roche/pyreadstat/dist
@@ -16,7 +16,18 @@ Classifier: Topic :: Scientific/Engineering
16
16
  Classifier: Environment :: Console
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
- Requires-Dist: pandas >=1.2.0
19
+ Requires-Dist: pandas>=1.2.0
20
+ Dynamic: author
21
+ Dynamic: author-email
22
+ Dynamic: classifier
23
+ Dynamic: description
24
+ Dynamic: description-content-type
25
+ Dynamic: download-url
26
+ Dynamic: home-page
27
+ Dynamic: license
28
+ Dynamic: license-file
29
+ Dynamic: requires-dist
30
+ Dynamic: summary
20
31
 
21
32
  A Python package to read and write SAS
22
33
  (sas7bdat, sas7bcat, xport/xpt), SPSS (sav, zsav, por) and Stata (dta) files into/from pandas data frames. It is a wrapper
@@ -0,0 +1,11 @@
1
+ pyreadstat/__init__.py,sha256=vtiUNptlyFWXtCbTNZGI4CCY3scZ6BnXgcDkLDRxCyc,1232
2
+ pyreadstat/_readstat_parser.cp311-win_amd64.pyd,sha256=Og_7H7UHFjcFNRK1plVH80_tYOxwv5piVTRC9LRTKVM,1213952
3
+ pyreadstat/_readstat_writer.cp311-win_amd64.pyd,sha256=97ouoATzI8BFGGG6G-arAF42_SJCSbbem40LrptH32M,1184256
4
+ pyreadstat/pyfunctions.py,sha256=wnlWbD5o1knLWX28s9ve8jWWv_MFDUTQ7vQUiyNFYmk,5172
5
+ pyreadstat/pyreadstat.cp311-win_amd64.pyd,sha256=8UEObxNhds2ZcTy7R2J9yZmHt0KhAEkY6obOwQGtl68,1122816
6
+ pyreadstat/worker.py,sha256=DHA7KXzZ3KSUSiYrepD7RpABPSLCYDq3-hOcoaFNBaI,972
7
+ pyreadstat-1.2.9.dist-info/licenses/LICENSE,sha256=Tjohfl1RlkuDoTF5ctnLvkGnr8TU27PEy7PhOHjRz5c,12903
8
+ pyreadstat-1.2.9.dist-info/METADATA,sha256=TqhP1z6kRGsraZ9gnpO1j8Ypw3GidMzXu-1U2d-2o2s,1317
9
+ pyreadstat-1.2.9.dist-info/WHEEL,sha256=k-xumuWLObPYij9XUaLGmBBArCJEJPpqSPX1z9h-Pvk,101
10
+ pyreadstat-1.2.9.dist-info/top_level.txt,sha256=7LlluhR4SADp00dJTEVpKMet_Jki7JHA6abJ-wu831E,11
11
+ pyreadstat-1.2.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (80.1.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win_amd64
5
5
 
@@ -1,11 +0,0 @@
1
- pyreadstat/__init__.py,sha256=6e1yogyEnompUT1Yk4Dl_LG5KHxFpXYAJMAuvDYfw8I,1232
2
- pyreadstat/_readstat_parser.cp311-win_amd64.pyd,sha256=NOvYakOXJjphMW7thhRdbjVU0g71okUQp2bkPMdKKmg,1230336
3
- pyreadstat/_readstat_writer.cp311-win_amd64.pyd,sha256=fz205Ysg-7YHYiMABIYDENWpGpkpVRmi9-ILr7dr9CM,1207808
4
- pyreadstat/pyfunctions.py,sha256=wnlWbD5o1knLWX28s9ve8jWWv_MFDUTQ7vQUiyNFYmk,5172
5
- pyreadstat/pyreadstat.cp311-win_amd64.pyd,sha256=VWnfm_ICA1bSve1qwfFnZaKQVdCZVJBO7oiPYXppWL4,1132032
6
- pyreadstat/worker.py,sha256=DHA7KXzZ3KSUSiYrepD7RpABPSLCYDq3-hOcoaFNBaI,972
7
- pyreadstat-1.2.7.dist-info/LICENSE,sha256=Tjohfl1RlkuDoTF5ctnLvkGnr8TU27PEy7PhOHjRz5c,12903
8
- pyreadstat-1.2.7.dist-info/METADATA,sha256=z85WkV9-tyAxDWX6K6vbv1LwdyNdS7ZpLpjnIVPUgyY,1074
9
- pyreadstat-1.2.7.dist-info/WHEEL,sha256=ircjsfhzblqgSzO8ow7-0pXK-RVqDqNRGQ8F650AUNM,102
10
- pyreadstat-1.2.7.dist-info/top_level.txt,sha256=7LlluhR4SADp00dJTEVpKMet_Jki7JHA6abJ-wu831E,11
11
- pyreadstat-1.2.7.dist-info/RECORD,,