umd 0.1.0__tar.gz

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-0.1.0/PKG-INFO ADDED
@@ -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.
umd-0.1.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
umd-0.1.0/setup.py ADDED
@@ -0,0 +1,17 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name="umd", # This registers the name!
5
+ version="0.1.0",
6
+ author="Harry Woodhouse",
7
+ author_email="jgf526@york.ac.uk",
8
+ description="The Universal Measurement Data (UMD) Structure for MOSAIC in Python",
9
+ long_description="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.",
10
+ url="https://github.com/mosaic-rs/MOSAIC-UMD",
11
+ packages=find_packages(),
12
+ classifiers=[
13
+ "Programming Language :: Python :: 3",
14
+ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
15
+ ],
16
+ python_requires=">=3.7",
17
+ )
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,6 @@
1
+ setup.py
2
+ umd/__init__.py
3
+ umd.egg-info/PKG-INFO
4
+ umd.egg-info/SOURCES.txt
5
+ umd.egg-info/dependency_links.txt
6
+ umd.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ umd