File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "creators" : [
3+ {
4+ "name" : " OMC-Team" ,
5+ "affiliation" : " CERN"
6+ },
7+ {
8+ "name" : " Joschua Dilly" ,
9+ "affiliation" : " CERN" ,
10+ "orcid" : " 0000-0001-7864-5448"
11+ },
12+ {
13+ "name" : " Felix Soubelet" ,
14+ "affiliation" : " University of Liverpool & CERN" ,
15+ "orcid" : " 0000-0001-8012-1440"
16+ },
17+ {
18+ "name" : " Maël Le Garrec" ,
19+ "affiliation" : " CERN" ,
20+ "orcid" : " 0000-0002-8146-2340"
21+ },
22+ {
23+ "name" : " Michael Hofer" ,
24+ "affiliation" : " CERN" ,
25+ "orcid" : " 0000-0001-6173-0232"
26+ }
27+ ],
28+ "title" : " generic-parser" ,
29+ "description" : " A parser for arguments and config-files that also allows direct python input."
30+ }
Original file line number Diff line number Diff line change 55__title__ = "generic_parser"
66__description__ = "A parser for arguments and config-files that also allows direct python input."
77__url__ = "https://github.com/pylhc/generic_parser"
8- __version__ = "1.0.8 "
8+ __version__ = "1.0.9 "
99__author__ = "pylhc"
1010__author_email__ = "[email protected] " 1111__license__ = "MIT"
You can’t perform that action at this time.
0 commit comments