edc-vitals 0.1.12__py3-none-any.whl → 0.1.14__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.
@@ -0,0 +1 @@
1
+ Erik van Widenfelt <ew2789@gmail.com>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: edc-vitals
3
- Version: 0.1.12
3
+ Version: 0.1.14
4
4
  Summary: Classes for BP, weight, etc for clinicedc/edc projects
5
5
  Home-page: https://github.com/clinicedc/edc-vitals
6
6
  Author: Erik van Widenfelt
@@ -9,13 +9,13 @@ License: GPL license, see LICENSE
9
9
  Keywords: django edc vitals,clinicedc,clinical trials
10
10
  Classifier: Environment :: Web Environment
11
11
  Classifier: Framework :: Django
12
- Classifier: Framework :: Django :: 4.2
12
+ Classifier: Framework :: Django :: 5.1
13
13
  Classifier: Intended Audience :: Developers
14
14
  Classifier: Intended Audience :: Science/Research
15
15
  Classifier: Operating System :: OS Independent
16
- Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
17
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
18
- Requires-Python: >=3.11
18
+ Requires-Python: >=3.12
19
19
  Description-Content-Type: text/x-rst
20
20
  License-File: LICENSE
21
21
  License-File: AUTHORS
@@ -45,8 +45,8 @@ Settings:
45
45
  .. |pypi| image:: https://img.shields.io/pypi/v/edc-vitals.svg
46
46
  :target: https://pypi.python.org/pypi/edc-vitals
47
47
 
48
- .. |actions| image:: https://github.com/clinicedc/edc-vitals/workflows/build/badge.svg?branch=develop
49
- :target: https://github.com/clinicedc/edc-vitals/actions?query=workflow:build
48
+ .. |actions| image:: https://github.com/clinicedc/edc-vitals/actions/workflows/build.yml/badge.svg
49
+ :target: https://github.com/clinicedc/edc-vitals/actions/workflows/build.yml
50
50
 
51
51
  .. |codecov| image:: https://codecov.io/gh/clinicedc/edc-vitals/branch/develop/graph/badge.svg
52
52
  :target: https://codecov.io/gh/clinicedc/edc-vitals
@@ -35,9 +35,9 @@ edc_vitals/tests/tests/test_heart_rate.py,sha256=0-FpuWg1iDSRw6EmfFhH8u4OmvH9o1S
35
35
  edc_vitals/tests/tests/test_respiratory_rate.py,sha256=-R7XIIw6gHd0u69AHdOcEgFjLQrjdYdsGbf7B3d_GwU,1906
36
36
  edc_vitals/tests/tests/test_temperature.py,sha256=KYK-PrvCQIsNUPajUhl0R1FmuspwEYhxIZtc-TKgRjc,3518
37
37
  edc_vitals/tests/tests/test_weight_height_bmi.py,sha256=aMlxxvdbeNAKX8IMp6x6zxRmjd3oL_mO8nCE06vyBV4,2322
38
- edc_vitals-0.1.12.dist-info/AUTHORS,sha256=bASVS-K7ZNbIK4-9QOpuBM4CAkpiE5g8DKv7rSqST5g,37
39
- edc_vitals-0.1.12.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
40
- edc_vitals-0.1.12.dist-info/METADATA,sha256=VHgRiBV-55ofJHQCC7T0l18hG6jU9W1GIJOhqmrg9QI,1762
41
- edc_vitals-0.1.12.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
42
- edc_vitals-0.1.12.dist-info/top_level.txt,sha256=hwo2JnqOF-wcBFoQz-fEhszjPca4sZ9a3QDF7BHGFhI,11
43
- edc_vitals-0.1.12.dist-info/RECORD,,
38
+ edc_vitals-0.1.14.dist-info/AUTHORS,sha256=6jjF41GocVpG01NLt55LeDKdjuwuDdA77fb_MENCTOk,38
39
+ edc_vitals-0.1.14.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
40
+ edc_vitals-0.1.14.dist-info/METADATA,sha256=HChN9jzx4apAhwGTIV31aE-6d9J-QnxWhULwpQzOWG4,1758
41
+ edc_vitals-0.1.14.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
42
+ edc_vitals-0.1.14.dist-info/top_level.txt,sha256=hwo2JnqOF-wcBFoQz-fEhszjPca4sZ9a3QDF7BHGFhI,11
43
+ edc_vitals-0.1.14.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1 +0,0 @@
1
- Erik van Widenfelt <ew2789@gmail.com>