paradigma 0.1.0__py3-none-any.whl → 0.1.5__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.
paradigma/__init__.py CHANGED
@@ -1 +1,8 @@
1
- pass
1
+ # read version from installed package
2
+ from importlib.metadata import version
3
+
4
+ __version__ = version("paradigma")
5
+
6
+ from .dummy import (
7
+ hello_world
8
+ )
paradigma/dummy.py ADDED
@@ -0,0 +1,3 @@
1
+
2
+ def hello_world():
3
+ return "Hello, world!"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: paradigma
3
- Version: 0.1.0
3
+ Version: 0.1.5
4
4
  Summary: Digital Biomarkers for Parkinson's Disease Toolbox
5
5
  License: Apache-2.0
6
6
  Author: Radboud, eScience Center
@@ -0,0 +1,6 @@
1
+ paradigma/__init__.py,sha256=atJmtkI7Lwg7FTTQK-edI_FB_XzLtISyHsM4K12a9uE,153
2
+ paradigma/dummy.py,sha256=yMrlH2N6rI7W8SnitKLfTMfafQhrtVvMb52hC0AvvlI,47
3
+ paradigma-0.1.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
4
+ paradigma-0.1.5.dist-info/METADATA,sha256=GYqx7EA7zrR1Hvyq8u88bGBL2Cq6UQEQK-rVe97e5Ho,613
5
+ paradigma-0.1.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
6
+ paradigma-0.1.5.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- paradigma/__init__.py,sha256=n1bnYdeb_bNDBKASWGywTRa0Ne9hMAkal3AuVZJgovI,5
2
- paradigma-0.1.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
3
- paradigma-0.1.0.dist-info/METADATA,sha256=qyAUxZmmv46agNXsahFGY_2dxrBCvgb5K0nHqj4PxMM,613
4
- paradigma-0.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
5
- paradigma-0.1.0.dist-info/RECORD,,