-
Notifications
You must be signed in to change notification settings - Fork 2
/
hbp.yml
78 lines (66 loc) · 2.45 KB
/
hbp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
name: data-tracking
description: "This library provides functions to import data into an I2B2 DB schema"
long_description: |
This is a Python library providing methods to scan folders, extract meta-data
from files (DICOM, NIFTI, ...) and store them in a database.
authors:
- author: Mirco Nasuti
author_email:
organisation: LREN-CHUV
organisation_badge: https://img.shields.io/badge/CHUV-LREN-AF4C64.svg
platform: MIP
component:
mip_building_block: data-factory
nature: library
license:
name: Apache 2.0
badge: https://img.shields.io/badge/license-Apache--2.0-blue.svg
url: https://github.com/LREN-CHUV/data-tracking/blob/master/LICENSE
code_repositories:
- name: chuv-gitlab
visibility: private
url: https://___.chuv.ch/data-factory/data-tracking/
git_clone: https://___.chuv.ch/data-factory/data-tracking.git
- name: github/LREN-CHUV
visibility: public
url: https://github.io/LREN-CHUV/data-tracking/
git_clone: https://github.io/LREN-CHUV/data-tracking.git
- name: github/HBPMedical
visibility: public
url: https://github.io/HBPMedical/data-tracking/
git_clone: https://github.io/HBPMedical/data-tracking.git
code_quality_checks:
codacy:
badge: https://api.codacy.com/project/badge/Grade/4547fb5d1e464e4087640e046893576a
url: "https://www.codacy.com/app/hbp-mip/data-tracking?utm_source=github.com&utm_medium=referral&utm_content=LREN-CHUV/data-tracking&utm_campaign=Badge_Grade"
testing:
unit_testing:
- sources: /tests
- command: /tests/test.sh
release_management:
current_version: 1.7.3
current_code_release: https://github.com/HBPMedical/data-tracking/archive/1.7.3.zip
current_binary_release: https://pypi.python.org/pypi/data-tracking/1.7.3
release_script: 'publish.sh'
continuous_integration:
- name: CircleCI
description: "Check style and execute unit tests"
url: https://circleci.com/gh/LREN-CHUV/data-tracking
badge: https://circleci.com/gh/LREN-CHUV/data-tracking.svg?style=svg
actions:
- code_style
- unit_tests
distribution:
pypi:
badge: https://img.shields.io/pypi/v/data-tracking.svg
url: https://pypi.python.org/pypi/data-tracking/
planning:
github:
name: Issues on Github
url: https://github.com/LREN-CHUV/data-tracking/issues
related_projects:
- name: airflow-imaging-plugins
mip_building_block: data-factory
relationship: other-depends-on
relationship_scope: runtime