umd 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.
- umd/__init__.py +0 -0
- umd-0.1.0.dist-info/METADATA +19 -0
- umd-0.1.0.dist-info/RECORD +5 -0
- umd-0.1.0.dist-info/WHEEL +5 -0
- umd-0.1.0.dist-info/top_level.txt +1 -0
umd/__init__.py
ADDED
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: umd
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: The Universal Measurement Data (UMD) Structure for MOSAIC in Python
|
|
5
|
+
Home-page: https://github.com/mosaic-rs/MOSAIC-UMD
|
|
6
|
+
Author: Harry Woodhouse
|
|
7
|
+
Author-email: jgf526@york.ac.uk
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
10
|
+
Requires-Python: >=3.7
|
|
11
|
+
Dynamic: author
|
|
12
|
+
Dynamic: author-email
|
|
13
|
+
Dynamic: classifier
|
|
14
|
+
Dynamic: description
|
|
15
|
+
Dynamic: home-page
|
|
16
|
+
Dynamic: requires-python
|
|
17
|
+
Dynamic: summary
|
|
18
|
+
|
|
19
|
+
Python version of the Universal Measurement Data (UMD) Structure for the Motor Oral Speech Analysis and Integrated Computation (MOSAIC) software. This library converts the most common articulatory/kinematic phonetics data into a standardised file structure referred to as teh 'UMD' or 'Universal Measurement Data Structure'. This is to ensure that data is both reproducible and comparable across methods of analysis and capture.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
umd/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
umd-0.1.0.dist-info/METADATA,sha256=PlJ-eo7PfaJ1CIDi9x_2aS9U_V7-GylWTOK_18iDH8Q,949
|
|
3
|
+
umd-0.1.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
4
|
+
umd-0.1.0.dist-info/top_level.txt,sha256=e_Gi0ev15CClu44RZtzeyuVygPPAlX-TaEKmp0JCVhY,4
|
|
5
|
+
umd-0.1.0.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
umd
|