zea 0.0.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.
- zea/__init__.py +0 -0
- zea-0.0.0.dist-info/METADATA +17 -0
- zea-0.0.0.dist-info/RECORD +5 -0
- zea-0.0.0.dist-info/WHEEL +5 -0
- zea-0.0.0.dist-info/top_level.txt +1 -0
zea/__init__.py
ADDED
|
File without changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: zea
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: A Toolbox for Cognitive Ultrasound Imaging. Provides a set of tools for processing of ultrasound data, all built in your favorite machine learning framework.
|
|
5
|
+
Author-email: Tristan Stevens <t.s.w.stevens@tue.nl>, Wessel van Nierop <w.l.v.nierop@tue.nl>, Ben Luijten <w.m.b.luijten@tue.nl>, Vincent van de Schaft <v.v.d.schaft@tue.nl>, Oisín Nolan <o.i.nolan@tue.nl>, Beatrice Federici <b.fedherici@tue.nl>, Louis van Harten <l.d.v.arten@tue.nl>, Simon Penninga <s.w.penninga@tue.nl>, Noortje Schueler <n.i.p.schueler@tue.nl>, Ruud van Sloun <r.j.g.v.sloun@tue.nl>
|
|
6
|
+
Keywords: ultrasound,machine learning,beamforming
|
|
7
|
+
Classifier: Development Status :: 3 - Alpha
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: Intended Audience :: Science/Research
|
|
10
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Classifier: Natural Language :: English
|
|
15
|
+
Classifier: Topic :: Scientific/Engineering
|
|
16
|
+
Requires-Python: <3.13,>=3.10
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
zea/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
zea-0.0.0.dist-info/METADATA,sha256=MKR7uxNz7JheWu_VKqlnoc1BjhrkeEKTSZHbJKweWmc,1171
|
|
3
|
+
zea-0.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
+
zea-0.0.0.dist-info/top_level.txt,sha256=rjHA9R9_7gmGk7jxaG675FRief-ZjlUXshFcvpV2cKo,4
|
|
5
|
+
zea-0.0.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
zea
|