svy 0.0.1__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.

Potentially problematic release.


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

svy/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+ __version__ = "0.0.1"
2
+
3
+ print("A PLACEHOLDER FOR AN UPCOMING SURVEY ANALYSIS PACKAGE!!!")
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: svy
3
+ Version: 0.0.1
4
+ Summary: Design and analysis of complex sample data
5
+ Author-email: Mamadou S Diallo <me@msdiallo.io>
6
+ Keywords: estimation,sample,sampling,survey,weighting
7
+ Classifier: Development Status :: 4 - Beta
8
+ Classifier: Operating System :: OS Independent
9
+ Classifier: Programming Language :: Python :: 3.11
10
+ Classifier: Programming Language :: Python :: 3.12
11
+ Classifier: Programming Language :: Python :: 3.13
12
+ Classifier: Programming Language :: Python :: Implementation :: CPython
13
+ Classifier: Topic :: Scientific/Engineering
14
+ Requires-Python: >=3.11
15
+ Requires-Dist: msgspec>=0.19.0
16
+ Requires-Dist: numpy>=2.1
17
+ Requires-Dist: polars>=1.25.0
18
+ Requires-Dist: pyarrow>=19.0
19
+ Requires-Dist: scipy>=1.16.0
20
+ Requires-Dist: statsmodels>=0.14
@@ -0,0 +1,4 @@
1
+ svy/__init__.py,sha256=s2J2c5M77mecIb99beKKgDwyhncT5jdus56SpkyEFwE,88
2
+ svy-0.0.1.dist-info/METADATA,sha256=lnwnhRIqiKwKpuPBOTaSWBE9N6aF-0FJDeZ_sYlnXQs,762
3
+ svy-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ svy-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.27.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any