lunapi 1.3.1__cp311-cp311-musllinux_1_2_x86_64.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,37 @@
1
+ Metadata-Version: 2.2
2
+ Name: lunapi
3
+ Version: 1.3.1
4
+ Summary: Python interface to the Luna toolset for sleep signal analysis
5
+ Keywords: Sleep,EEG,PSG,Luna,Signal processing
6
+ Author-Email: Shaun Purcell <smpurcell@bwh.harvard.edu>, Senthil Palanivelu <spalanivelu@mgh.harvard.edu>, Nataliia Kozhemiako <nkozhemiako@bwh.harvard.edu>
7
+ Maintainer-Email: Senthil Palanivelu <spalanivelu@mgh.harvard.edu>
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Intended Audience :: Science/Research
10
+ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
11
+ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
12
+ Classifier: Framework :: Jupyter :: JupyterLab
13
+ Classifier: Natural Language :: English
14
+ Classifier: Programming Language :: Python :: 3.8
15
+ Classifier: Programming Language :: Python :: 3.9
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Programming Language :: Python :: 3.13
20
+ Project-URL: www, https://zzz.bwh.harvard.edu/luna
21
+ Project-URL: github, http://github.com/remnrem/luna-api
22
+ Requires-Python: >=3.9
23
+ Requires-Dist: pandas<3,>=2
24
+ Requires-Dist: numpy>=2
25
+ Requires-Dist: matplotlib<4.0,>=3
26
+ Requires-Dist: scipy<2,>=1
27
+ Requires-Dist: plotly<6,>=5
28
+ Requires-Dist: nbformat<6,>=5
29
+ Requires-Dist: ipywidgets<9,>=8
30
+ Requires-Dist: tqdm<5,>=4
31
+ Requires-Dist: requests<3,>=2
32
+ Requires-Dist: IPython
33
+ Description-Content-Type: text/markdown
34
+
35
+ # lunapi
36
+
37
+ Python bindings for C/C++ Luna library
@@ -0,0 +1,10 @@
1
+ lunapi/lunapi0.cpython-311-x86_64-linux-musl.so,sha256=g2PZB1n7ZcFY__2lNLbNt6l-uGG3Z5SvVAy8LNG1duM,30389705
2
+ lunapi/lunapi1.py,sha256=jIXaSl8eazbD3b23Ua-ZRV8-gtj7W75wmoiaDQdbnEY,94080
3
+ lunapi/__init__.py,sha256=cDep9d2N4KKUt81AzHUyFsuRdGwxCD1rqqFmptsAqsk,352
4
+ lunapi/lunapi0.cpp,sha256=zARcfjSlzyfGkRaOc_SNeFaDPcDpjGWEX3G13jYrwlE,14471
5
+ lunapi.libs/libstdc++-496613c0.so.6.0.32,sha256=AwZhL5WFT99I2Q6vIxXOhW7qddfuOZ1xecxiP9QTVY4,3494361
6
+ lunapi.libs/libgcc_s-a3a07607.so.1,sha256=5ptIUeAzZweNZrFehN0_Bb5B0FcJgux7NbAFoU8vwwo,148041
7
+ lunapi-1.3.1.dist-info/METADATA,sha256=uWaw2hLPqyIKYrSqBxMVk6ij13Q2fSOidrgm6lCYLNc,1519
8
+ lunapi-1.3.1.dist-info/WHEEL,sha256=Y3GjFou-TcvYG8r2iXbNPPSJEiD3r1Fl3pPy2E65s_w,117
9
+ lunapi-1.3.1.dist-info/RECORD,,
10
+ lunapi-1.3.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: scikit-build-core 0.11.6
3
+ Root-Is-Purelib: false
4
+ Tag: cp311-cp311-musllinux_1_2_x86_64
5
+