svy 0.0.2a0__cp313-cp313-macosx_11_0_arm64.whl → 0.0.3a0__cp313-cp313-macosx_11_0_arm64.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 svy might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: svy
3
- Version: 0.0.2a0
3
+ Version: 0.0.3a0
4
4
  Summary: End-to-end surveys: design, sample, analyze, report.
5
5
  Author: Mamadou S Diallo
6
6
  Author-email: Mamadou S Diallo <msdiallo@samplics.org>
@@ -0,0 +1,7 @@
1
+ svy.cpython-313-darwin.so,sha256=RWP2HNB4oJ9J46H5PlUI9OcgQ6rx9lELB8fbLAHpLvY,7466104
2
+ svy.pyi,sha256=wqh_0-S2Rwy2Bt024pkj-_UgGUKAjRwrwGVhp_MB8m8,3559
3
+ svy-0.0.3a0.dist-info/RECORD,,
4
+ svy-0.0.3a0.dist-info/WHEEL,sha256=OQj3ZBOQehKWNxU4SX1c6Ypl6m9xmYzR6c-_Y3mI2Rk,131
5
+ svy-0.0.3a0.dist-info/entry_points.txt,sha256=IObkdwEMVwhU2xmTN-r4bk4s04ZrmMId47gz74Ert-g,42
6
+ svy-0.0.3a0.dist-info/top_level.txt,sha256=mGEerPDvPzZwfrSZqaI5GcIwlMeoK7Aj6ei0WmxhF_8,4
7
+ svy-0.0.3a0.dist-info/METADATA,sha256=wQrYqMPJP8lztCUE-1ceFimt595h_SG88cZ1GUDl9iM,1130
svy.cpython-313-darwin.so CHANGED
Binary file
svy.pyi CHANGED
@@ -22,7 +22,7 @@ import os
22
22
  import sys
23
23
 
24
24
  __all__ = ['CaseStyle', 'FitMethod', 'LetterCase', 'MeasurementType', 'ModelType', 'PopParam', 'QuantileMethod', 'EstMethod', 'PPSMethod', 'SingletonMethod', 'OnePropSizeMethod', 'CertaintyError', 'DimensionError', 'MethodError', 'ProbError', 'SvyError', 'SinglePSUError', 'CellEst', 'ChiSquare', 'DescribeResult', 'Design', 'Estimate', 'FDist', 'ParamEst', 'Sample', 'SampSize', 'SampSizeConfigs', 'Table', 'TableStats', 'TableType', 'TableUnits', 'Target', 'TargetMean', 'TargetProp', 'TargetTwoProps', 'TargetTwoMeans', 'TTestOneGroup', 'TTestTwoGroups', 'create_from_spss', 'create_from_sas', 'create_from_stata', 'load_dataset', 'read_stata', 'read_spss', 'read_sas', 'Category', 'DF', 'DT', 'Number', 'col', 'lit', 'when', 'enable_logging', 'enable_debug', 'temporary_log_level']
25
- __version__ = '0.0.2a'
25
+ __version__ = '0.0.3a'
26
26
  def _maybe_install_rich() -> None:
27
27
  ...
28
28
 
@@ -1,7 +0,0 @@
1
- svy.cpython-313-darwin.so,sha256=tNZhUq60GHZvEKn1vNxxzb6ClwhNzEdq6TCVARGyDbE,7466104
2
- svy.pyi,sha256=YBAfy3iHHgqVAu0nJjyx3Ejf36tLCWknJUTqYEHSQqI,3559
3
- svy-0.0.2a0.dist-info/RECORD,,
4
- svy-0.0.2a0.dist-info/WHEEL,sha256=OQj3ZBOQehKWNxU4SX1c6Ypl6m9xmYzR6c-_Y3mI2Rk,131
5
- svy-0.0.2a0.dist-info/entry_points.txt,sha256=IObkdwEMVwhU2xmTN-r4bk4s04ZrmMId47gz74Ert-g,42
6
- svy-0.0.2a0.dist-info/top_level.txt,sha256=mGEerPDvPzZwfrSZqaI5GcIwlMeoK7Aj6ei0WmxhF_8,4
7
- svy-0.0.2a0.dist-info/METADATA,sha256=bd1M3HevaPCUw9ReMNEavB_8Ed4qfM1sx0hMCmygA_Q,1130
File without changes