statslibx 0.1.0__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.
@@ -0,0 +1,46 @@
1
+ Metadata-Version: 2.4
2
+ Name: statslibx
3
+ Version: 0.1.0
4
+ Summary: Librería de estadística descriptiva e inferencial para Python
5
+ Home-page: https://github.com/Immanuel3008/StatsLibrary
6
+ Author: Emmanuel Ascendra Perez
7
+ Author-email: ascendraemmanuel@gmail.com
8
+ Classifier: Development Status :: 3 - Alpha
9
+ Classifier: Intended Audience :: Science/Research
10
+ Classifier: Topic :: Scientific/Engineering :: Mathematics
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.8
14
+ Classifier: Programming Language :: Python :: 3.9
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Requires-Python: >=3.8
19
+ Description-Content-Type: text/markdown
20
+ Requires-Dist: numpy>=1.20.0
21
+ Requires-Dist: pandas>=1.3.0
22
+ Requires-Dist: scipy>=1.7.0
23
+ Requires-Dist: matplotlib>=3.4.0
24
+ Provides-Extra: viz
25
+ Requires-Dist: seaborn>=0.11.0; extra == "viz"
26
+ Requires-Dist: plotly>=5.0.0; extra == "viz"
27
+ Provides-Extra: advanced
28
+ Requires-Dist: scikit-learn>=1.0.0; extra == "advanced"
29
+ Requires-Dist: statsmodels>=0.13.0; extra == "advanced"
30
+ Provides-Extra: all
31
+ Requires-Dist: seaborn>=0.11.0; extra == "all"
32
+ Requires-Dist: plotly>=5.0.0; extra == "all"
33
+ Requires-Dist: scikit-learn>=1.0.0; extra == "all"
34
+ Requires-Dist: statsmodels>=0.13.0; extra == "all"
35
+ Dynamic: author
36
+ Dynamic: author-email
37
+ Dynamic: classifier
38
+ Dynamic: description
39
+ Dynamic: description-content-type
40
+ Dynamic: home-page
41
+ Dynamic: provides-extra
42
+ Dynamic: requires-dist
43
+ Dynamic: requires-python
44
+ Dynamic: summary
45
+
46
+ Librería de estadística descriptiva e inferencial para Python
@@ -0,0 +1,8 @@
1
+ statslib/__init__.py,sha256=x8UYU-ZUJpaoPrga2YV94-z_pBkj0hYSiOPkJvpHtJU,1066
2
+ statslib/descriptive.py,sha256=iUugVdB84HAKIjcCWBJLIGD8LdQUfx8O7N4ejKKoWSA,23210
3
+ statslib/inferential.py,sha256=Vf0Y5rywohQ78q4PZ6un2BVmV3PA-9d_uXNujbOqHPQ,20780
4
+ statslib/utils.py,sha256=H-KEdoV1mYkXg84Kk2JU0uT09_wNEeUIvW6F-AvU9s8,36709
5
+ statslibx-0.1.0.dist-info/METADATA,sha256=otgOet6JPtXwFPOErJHk12x0I_vC5HL4fcyzQ6YN-HU,1737
6
+ statslibx-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ statslibx-0.1.0.dist-info/top_level.txt,sha256=lFFmLUn3rF6qe_vokWJPM5xtNAqS-_OL-CnPXWRsuiM,9
8
+ statslibx-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ statslib