lunapi 1.3.1__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.
- lunapi/__init__.py +13 -0
- lunapi/lunapi0.cpp +391 -0
- lunapi/lunapi0.cpython-313-darwin.so +0 -0
- lunapi/lunapi1.py +2546 -0
- lunapi-1.3.1.dist-info/METADATA +37 -0
- lunapi-1.3.1.dist-info/RECORD +8 -0
- lunapi-1.3.1.dist-info/WHEEL +5 -0
- lunapi-1.3.1.dist-info/licenses/LICENSE +674 -0
@@ -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,8 @@
|
|
1
|
+
lunapi/__init__.py,sha256=cDep9d2N4KKUt81AzHUyFsuRdGwxCD1rqqFmptsAqsk,352
|
2
|
+
lunapi/lunapi1.py,sha256=jIXaSl8eazbD3b23Ua-ZRV8-gtj7W75wmoiaDQdbnEY,94080
|
3
|
+
lunapi/lunapi0.cpython-313-darwin.so,sha256=qyfZJqQg_a_TH2IfHRZlS8oKoIu4gMNUI8B-MGgsZh8,16339488
|
4
|
+
lunapi/lunapi0.cpp,sha256=zARcfjSlzyfGkRaOc_SNeFaDPcDpjGWEX3G13jYrwlE,14471
|
5
|
+
lunapi-1.3.1.dist-info/RECORD,,
|
6
|
+
lunapi-1.3.1.dist-info/WHEEL,sha256=xL_I_TleH-YV9h3oMcQi1F0DSqA1tyOenDLO1uzk5E8,114
|
7
|
+
lunapi-1.3.1.dist-info/METADATA,sha256=uWaw2hLPqyIKYrSqBxMVk6ij13Q2fSOidrgm6lCYLNc,1519
|
8
|
+
lunapi-1.3.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|