forked from aiidateam/aiida-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugins.json
More file actions
490 lines (490 loc) · 22.9 KB
/
plugins.json
File metadata and controls
490 lines (490 loc) · 22.9 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
{
"aiida-core": {
"package_name": "aiida",
"entry_point_prefix": "",
"development_status": "stable",
"pip_url": "aiida-core",
"plugin_info": "https://raw.githubusercontent.com/aiidateam/aiida-core/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-core",
"documentation_url": "https://aiida-core.readthedocs.io/"
},
"aiida-quantumespresso": {
"entry_point_prefix": "quantumespresso",
"development_status": "stable",
"pip_url": "aiida-quantumespresso",
"plugin_info": "https://raw.github.com/aiidateam/aiida-quantumespresso/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-quantumespresso",
"documentation_url": "https://aiida-quantumespresso.readthedocs.io/"
},
"aiida-sssp": {
"entry_point_prefix": "sssp",
"development_status": "inactive",
"pip_url": "git+https://github.com/aiidateam/aiida-sssp",
"plugin_info": "https://raw.github.com/aiidateam/aiida-sssp/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-sssp"
},
"aiida-pseudo": {
"entry_point_prefix": "pseudo",
"development_status": "beta",
"pip_url": "aiida-pseudo",
"plugin_info": "https://raw.github.com/aiidateam/aiida-pseudo/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-pseudo"
},
"aiida-wannier90": {
"entry_point_prefix": "wannier90",
"development_status": "stable",
"pip_url": "aiida-wannier90",
"plugin_info": "https://raw.github.com/aiidateam/aiida-wannier90/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-wannier90",
"documentation_url": "https://aiida-wannier90.readthedocs.io/"
},
"aiida-diff": {
"entry_point_prefix": "diff",
"development_status": "stable",
"pip_url": "git+https://github.com/aiidateam/aiida-diff#egg=aiida-diff-0.1.0a0",
"plugin_info": "https://raw.github.com/aiidateam/aiida-diff/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-diff",
"documentation_url": "https://aiida-diff.readthedocs.io/"
},
"aiida-vasp": {
"entry_point_prefix": "vasp",
"development_status": "beta",
"pip_url": "aiida-vasp",
"code_home": "https://github.com/aiida-vasp/aiida-vasp",
"plugin_info": "https://raw.githubusercontent.com/aiida-vasp/aiida-vasp/master/setup.json",
"documentation_url": "https://aiida-vasp.readthedocs.io/"
},
"aiida-alloy": {
"entry_point_prefix": "alloy",
"development_status": "beta",
"code_home": "https://github.com/DanielMarchand/aiida-alloy",
"plugin_info": "https://raw.githubusercontent.com/DanielMarchand/aiida-alloy/master/setup.json",
"pip_url": "git+https://github.com/aiidateam/aiida-alloy"
},
"aiida-cp2k": {
"entry_point_prefix": "cp2k",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/cp2k/aiida-cp2k/master/setup.json",
"code_home": "https://github.com/cp2k/aiida-cp2k",
"pip_url": "aiida-cp2k"
},
"aiida-nanotech-empa": {
"entry_point_prefix": "nanotech_empa",
"development_status": "beta",
"plugin_info": "https://raw.githubusercontent.com/nanotech-empa/aiida-nanotech-empa/master/setup.json",
"code_home": "https://github.com/nanotech-empa/aiida-nanotech-empa",
"pip_url": "git+https://github.com/nanotech-empa/aiida-nanotech-empa"
},
"aiida-quantumespresso-hp": {
"entry_point_prefix": "quantumespresso.hp",
"development_status": "beta",
"plugin_info": "https://raw.githubusercontent.com/sphuber/aiida-quantumespresso-hp/master/setup.json",
"code_home": "https://github.com/sphuber/aiida-quantumespresso-hp",
"pip_url": "git+https://github.com/sphuber/aiida-quantumespresso-hp"
},
"aiida-fleur": {
"entry_point_prefix": "fleur",
"development_status": "stable",
"pip_url": "aiida-fleur",
"plugin_info": "https://raw.github.com/JuDFTteam/aiida-fleur/develop/setup.json",
"code_home": "https://github.com/JuDFTteam/aiida-fleur/tree/develop",
"documentation_url": "https://aiida-fleur.readthedocs.io/"
},
"aiida-siesta": {
"entry_point_prefix": "siesta",
"development_status": "stable",
"pip_url": "aiida-siesta",
"plugin_info": "https://raw.github.com/siesta-project/aiida_siesta_plugin/master/setup.json",
"code_home": "https://github.com/siesta-project/aiida_siesta_plugin/tree/master",
"documentation_url": "https://aiida-siesta-plugin.readthedocs.io/"
},
"aiida-yambo": {
"entry_point_prefix": "yambo",
"development_status": "stable",
"pip_url": "aiida-yambo",
"plugin_info": "https://raw.github.com/yambo-code/yambo-aiida/master/setup.json",
"code_home": "https://github.com/yambo-code/yambo-aiida/"
},
"aiida-ase": {
"entry_point_prefix": "ase",
"development_status": "stable",
"pip_url": "aiida-ase",
"plugin_info": "https://raw.github.com/aiidateam/aiida-ase/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-ase",
"documentation_url": "https://aiida-ase.readthedocs.io/"
},
"aiida-codtools": {
"entry_point_prefix": "codtools",
"development_status": "stable",
"pip_url": "aiida-codtools",
"plugin_info": "https://raw.githubusercontent.com/aiidateam/aiida-codtools/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-codtools",
"documentation_url": "https://aiida-codtools.readthedocs.io/"
},
"aiida-nwchem": {
"entry_point_prefix": "nwchem",
"development_status": "stable",
"pip_url": "aiida-nwchem",
"plugin_info": "https://raw.githubusercontent.com/aiidateam/aiida-nwchem/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-nwchem",
"documentation_url": "https://aiida-nwchem.readthedocs.io/"
},
"aiida-phonopy": {
"entry_point_prefix": "phonopy",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/aiida-phonopy/aiida-phonopy/master/setup.json",
"code_home": "https://github.com/aiida-phonopy/aiida-phonopy",
"pip_url": "aiida-phonopy",
"documentation_url": "https://aiida-phonopy.readthedocs.io/"
},
"aiida-lammps": {
"entry_point_prefix": "lammps",
"development_status": "beta",
"plugin_info": "https://raw.githubusercontent.com/aiidaplugins/aiida-lammps/master/setup.json",
"pip_url": "git+https://github.com/aiidaplugins/aiida-lammps",
"code_home": "https://github.com/aiidaplugins/aiida-lammps"
},
"aiida-castep": {
"entry_point_prefix": "castep",
"development_status": "beta",
"plugin_info": "https://gitlab.com/bz1/aiida-castep/raw/master/setup.json",
"code_home": "https://gitlab.com/bz1/aiida-castep",
"documentation_url": "https://aiida-castep.readthedocs.io/",
"pip_url": "aiida-castep"
},
"aiida-raspa": {
"entry_point_prefix": "raspa",
"development_status": "stable",
"plugin_info": "https://raw.github.com/yakutovicha/aiida-raspa/master/setup.json",
"code_home": "https://github.com/yakutovicha/aiida-raspa",
"pip_url": "aiida-raspa"
},
"aiida-zeopp": {
"entry_point_prefix": "zeopp",
"development_status": "stable",
"plugin_info": "https://raw.github.com/ltalirz/aiida-zeopp/master/setup.json",
"code_home": "https://github.com/ltalirz/aiida-zeopp",
"pip_url": "aiida-zeopp"
},
"aiida-gudhi": {
"entry_point_prefix": "gudhi",
"development_status": "beta",
"plugin_info": "https://raw.github.com/ltalirz/aiida-gudhi/master/setup.json",
"code_home": "https://github.com/ltalirz/aiida-gudhi",
"pip_url": "aiida-gudhi"
},
"aiida-phtools": {
"entry_point_prefix": "phtools",
"development_status": "beta",
"plugin_info": "https://raw.github.com/ltalirz/aiida-phtools/master/setup.json",
"code_home": "https://github.com/ltalirz/aiida-phtools",
"pip_url": "aiida-phtools"
},
"aiida-kkr": {
"entry_point_prefix": "kkr",
"development_status": "stable",
"plugin_info": "https://raw.github.com/JuDFTteam/aiida-kkr/develop/setup.json",
"code_home": "https://github.com/JuDFTteam/aiida-kkr/tree/develop",
"documentation_url": "https://aiida-kkr.readthedocs.io/",
"pip_url": "aiida-kkr"
},
"aiida-gollum": {
"entry_point_prefix": "gollum",
"development_status": "beta",
"plugin_info": "https://raw.github.com/garsua/aiida-gollum/master/setup.json",
"code_home": "https://github.com/garsua/aiida-gollum/",
"documentation_url": "https://aiida-gollum.readthedocs.io/",
"pip_url": "git+https://github.com/garsua/aiida-gollum"
},
"aiida-ddec": {
"entry_point_prefix": "ddec",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/yakutovicha/aiida-ddec/master/setup.json",
"code_home": "https://github.com/yakutovicha/aiida-ddec",
"pip_url": "git+https://github.com/yakutovicha/aiida-ddec"
},
"aiida-crystal17": {
"entry_point_prefix": "crystal17",
"development_status": "beta",
"plugin_info": "https://raw.githubusercontent.com/aiidaplugins/aiida-crystal17/master/setup.json",
"documentation_url": "https://aiida-crystal17.readthedocs.io",
"code_home": "https://github.com/aiidaplugins/aiida-crystal17",
"pip_url": "aiida-crystal17"
},
"aiida-crystal-dft": {
"entry_point_prefix": "crystal_dft",
"development_status": "alpha",
"plugin_info": "https://raw.githubusercontent.com/tilde-lab/aiida-crystal-dft/master/setup.json",
"documentation_url": "https://github.com/tilde-lab/aiida-crystal-dft",
"code_home": "https://github.com/tilde-lab/aiida-crystal-dft",
"pip_url": "git+https://github.com/tilde-lab/aiida-crystal-dft"
},
"aiida-z2pack": {
"entry_point_prefix": "z2pack",
"development_status": "beta",
"plugin_info": "https://raw.githubusercontent.com/antimomarrazzo/aiida-z2pack/master/setup.json",
"code_home": "https://github.com/AntimoMarrazzo/aiida-z2pack",
"pip_url": "git+https://github.com/AntimoMarrazzo/aiida-z2pack"
},
"aiida-spex": {
"entry_point_prefix": "spex",
"development_status": "planning",
"code_home": "https://github.com/JuDFTteam/aiida-spex",
"plugin_info": "https://raw.githubusercontent.com/JuDFTteam/aiida-spex/master/setup.json",
"pip_url": "git+https://github.com/JuDFTteam/aiida-spex"
},
"aiida-qeq": {
"entry_point_prefix": "qeq",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/ltalirz/aiida-qeq/master/setup.json",
"code_home": "https://github.com/ltalirz/aiida-qeq",
"pip_url": "aiida-qeq"
},
"aiida-optimize": {
"entry_point_prefix": "optimize",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/greschd/aiida-optimize/master/setup.json",
"code_home": "https://github.com/greschd/aiida-optimize",
"documentation_url": "https://aiida-optimize.readthedocs.io",
"pip_url": "aiida-optimize"
},
"aiida-bands-inspect": {
"entry_point_prefix": "bands_inspect",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/greschd/aiida-bands-inspect/master/setup.json",
"code_home": "https://github.com/greschd/aiida-bands-inspect",
"documentation_url": "https://aiida-bands-inspect.readthedocs.io",
"pip_url": "aiida-bands-inspect"
},
"aiida-symmetry-representation": {
"entry_point_prefix": "symmetry_representation",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/greschd/aiida_symmetry_representation/master/setup.json",
"code_home": "https://github.com/greschd/aiida_symmetry_representation",
"documentation_url": "https://aiida-symmetry-representation.readthedocs.io",
"pip_url": "aiida-symmetry-representation"
},
"aiida-strain": {
"entry_point_prefix": "strain",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/greschd/aiida-strain/trunk/setup.json",
"code_home": "https://github.com/greschd/aiida-strain",
"documentation_url": "https://aiida-strain.readthedocs.io",
"pip_url": "aiida-strain"
},
"aiida-tbmodels": {
"entry_point_prefix": "tbmodels",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/greschd/aiida-tbmodels/master/setup.json",
"code_home": "https://github.com/greschd/aiida-tbmodels",
"documentation_url": "https://aiida-tbmodels.readthedocs.io",
"pip_url": "aiida-tbmodels"
},
"aiida-tbextraction": {
"entry_point_prefix": "tbextraction",
"development_status": "beta",
"plugin_info": "https://raw.githubusercontent.com/greschd/aiida-tbextraction/master/setup.json",
"code_home": "https://github.com/greschd/aiida-tbextraction",
"documentation_url": "https://aiida-tbextraction.readthedocs.io/",
"pip_url": "aiida-tbextraction"
},
"aiida-tcod": {
"entry_point_prefix": "tcod",
"development_status": "beta",
"pip_url": "git+https://github.com/aiidateam/aiida-tcod",
"plugin_info": "https://raw.github.com/aiidateam/aiida-tcod/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-tcod"
},
"aiida-gaussian-datatypes": {
"entry_point_prefix": "gaussian",
"development_status": "beta",
"pip_url": "aiida-gaussian-datatypes",
"plugin_info": "https://raw.github.com/dev-zero/aiida-gaussian-datatypes/master/setup.json",
"code_home": "https://github.com/dev-zero/aiida-gaussian-datatypes",
"documentation_url": "https://github.com/dev-zero/aiida-gaussian-datatypes/blob/master/README.md"
},
"aiida-uppasd": {
"entry_point_prefix": "uppasd",
"development_status": "planning",
"pip_url": "git+https://github.com/unkcpz/aiida-uppasd",
"plugin_info": "https://raw.github.com/uppasd/aiida-uppasd/master/setup.json",
"code_home": "https://github.com/uppasd/aiida-uppasd",
"documentation_url": "https://github.com/uppasd/aiida-uppasd/blob/master/README.md"
},
"aiida-ce": {
"entry_point_prefix": "ce",
"development_status": "beta",
"code_home": "https://github.com/unkcpz/aiida-ce",
"plugin_info": "https://raw.github.com/unkcpz/aiida-ce/master/setup.json",
"pip_url": "git+https://github.com/unkcpz/aiida-ce"
},
"aiida-porousmaterials": {
"entry_point_prefix": "porousmaterials",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/pzarabadip/aiida-porousmaterials/master/setup.json",
"code_home": "https://github.com/pzarabadip/aiida-porousmaterials",
"pip_url": "aiida-porousmaterials"
},
"aiida-plumed": {
"entry_point_prefix": "plumed",
"development_status": "beta",
"code_home": "https://github.com/ConradJohnston/aiida-plumed",
"plugin_info": "https://raw.github.com/ConradJohnston/aiida-plumed/AiiDA-v1.0-compatibility/setup.json",
"pip_url": "aiida-plumed"
},
"aiida-graphql": {
"entry_point_prefix": "graphql",
"development_status": "beta",
"code_home": "https://github.com/dev-zero/aiida-graphql",
"plugin_info": "https://raw.github.com/dev-zero/aiida-graphql/develop/pyproject.toml",
"pip_url": "aiida-graphql"
},
"aiida-gulp": {
"entry_point_prefix": "gulp",
"development_status": "beta",
"plugin_info": "https://raw.githubusercontent.com/aiidaplugins/aiida-gulp/master/setup.json",
"documentation_url": "https://aiida-gulp.readthedocs.io",
"code_home": "https://github.com/aiidaplugins/aiida-gulp",
"pip_url": "aiida-gulp"
},
"aiida-bigdft": {
"entry_point_prefix": "bigdft",
"development_status": "beta",
"plugin_info": "https://raw.github.com/BigDFT-group/aiida-bigdft-plugin/master/setup.json",
"code_home": "https://github.com/BigDFT-group/aiida-bigdft-plugin",
"pip_url": "aiida-bigdft"
},
"aiida-gaussian": {
"entry_point_prefix": "gaussian",
"development_status": "beta",
"plugin_info": "https://raw.github.com/nanotech-empa/aiida-gaussian/master/setup.json",
"code_home": "https://github.com/nanotech-empa/aiida-gaussian",
"pip_url": "aiida-gaussian"
},
"aiida-orca": {
"entry_point_prefix": "orca",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/pzarabadip/aiida-orca/master/setup.json",
"code_home": "https://github.com/pzarabadip/aiida-orca",
"documentation_url": "https://aiida-orca.readthedocs.io/",
"pip_url": "git+https://github.com/pzarabadip/aiida-orca"
},
"aiida-wannier90-workflows": {
"entry_point_prefix": "wannier90_workflows",
"development_status": "stable",
"pip_url": "aiida-wannier90-workflows",
"plugin_info": "https://raw.github.com/aiidateam/aiida-wannier90-workflows/master/setup.json",
"code_home": "https://github.com/aiidateam/aiida-wannier90-workflows"
},
"aiida-QECpWorkChain": {
"entry_point_prefix": "qecpworkchain",
"development_status": "beta",
"pip_url": "git+https://github.com/rikigigi/aiida-QECpWorkChain",
"plugin_info": "https://raw.github.com/rikigigi/aiida-QECpWorkChain/master/setup.json",
"code_home": "https://github.com/rikigigi/aiida-QECpWorkChain"
},
"aiida-nims-scheduler": {
"entry_point_prefix": "nims_scheduler",
"development_status": "stable",
"plugin_info": "https://raw.githubusercontent.com/atztogo/aiida-nims-scheduler/master/setup.json",
"code_home": "https://github.com/atztogo/aiida-nims-scheduler",
"pip_url": "git+https://github.com/atztogo/aiida-nims-scheduler",
"documentation_url": "https://github.com/atztogo/aiida-nims-scheduler"
},
"aiida-cusp": {
"entry_point_prefix": "cusp",
"development_status": "beta",
"plugin_info": "https://raw.githubusercontent.com/aiida-cusp/aiida-cusp/master/setup.json",
"code_home": "https://github.com/aiida-cusp/aiida-cusp",
"pip_url": "https://pypi.org/project/aiida-cusp",
"documentation_url": "https://aiida-cusp.readthedocs.io"
},
"aiida-sshonly": {
"entry_point_prefix": "sshonly",
"development_status": "beta",
"plugin_info": "https://raw.github.com/adegomme/aiida-sshonly/master/setup.json",
"code_home": "https://github.com/adegomme/aiida-sshonly",
"pip_url": "aiida-sshonly"
},
"aiida-abinit": {
"entry_point_prefix": "abinit",
"development_status": "beta",
"pip_url": "aiida-abinit",
"plugin_info": "https://raw.github.com/sponce24/aiida-abinit/master/setup.json",
"code_home": "https://github.com/sponce24/aiida-abinit"
},
"aiida-metavo-scheduler": {
"entry_point_prefix": "metavo_scheduler",
"development_status": "stable",
"plugin_info": "https://raw.github.com/pzarabadip/aiida-metavo-scheduler/master/setup.json",
"code_home": "https://github.com/pzarabadip/aiida-metavo-scheduler",
"pip_url": "git+https://github.com/pzarabadip/aiida-metavo-scheduler"
},
"aiida-fireworks-scheduler": {
"entry_point_prefix": "fireworks_scheduler",
"development_status": "beta",
"plugin_info": "https://raw.github.com/zhubonan/aiida-fireworks-scheduler/master/setup.json",
"code_home": "https://github.com/zhubonan/aiida-fireworks-scheduler",
"pip_url": "git+https://https://github.com/zhubonan/aiida-fireworks-scheduler",
"documentation_url": "https://aiida-fireworks-scheduler.readthedocs.io"
},
"aiida-catmap": {
"entry_point_prefix": "catmap",
"development_status": "planning",
"plugin_info": "https://raw.github.com/sudarshanv01/aiida-catmap/master/setup.json",
"code_home": "https://github.com/sudarshanv01/aiida-catmap"
},
"aiida-spirit": {
"name": "aiida-spirit",
"entry_point_prefix": "spirit",
"development_status": "planning",
"plugin_info": "https://raw.github.com/JuDFTteam/aiida-spirit/main/setup.json",
"code_home": "https://github.com/JuDFTteam/aiida-spirit/tree/main",
"documentation_url": "https://aiida-spirit.readthedocs.io/",
"pip_url": "aiida-spirit"
},
"aiida-psi4": {
"entry_point_prefix": "psi4",
"development_status": "beta",
"plugin_info": "https://raw.github.com/ltalirz/aiida-psi4/master/setup.json",
"code_home": "https://github.com/ltalirz/aiida-psi4/tree/master",
"pip_url": "git+https://github.com/ltalirz/aiida-psi4"
},
"aiida-eonclient": {
"entry_point_prefix": "eonclient",
"development_status": "planning",
"code_home": "https://github.com/HaoZeke/aiida-eonclient"
},
"aiida-eon": {
"entry_point_prefix": "eon",
"development_status": "planning",
"code_home": "https://github.com/HaoZeke/aiida-eon"
},
"aiida-wien2k": {
"entry_point_prefix": "wien2k",
"development_status": "planning",
"code_home": "https://github.com/rubel75/aiida-wien2k"
},
"aiida-supercell": {
"entry_point_prefix": "supercell",
"development_status": "stable",
"plugin_info": "https://raw.github.com/pzarabadip/aiida-supercell/master/setup.json",
"code_home": "https://github.com/pzarabadip/aiida-supercell",
"documentation_url": "https://aiida-supercell.readthedocs.io/",
"pip_url": "git+https://github.com/pzarabadip/aiida-supercell"
},
"aiida-lsmo": {
"entry_point_prefix": "lsmo",
"development_status": "stable",
"plugin_info": "https://raw.github.com/lsmo-epfl/aiida-lsmo/master/setup.json",
"code_home": "https://github.com/lsmo-epfl/aiida-lsmo",
"pip_url": "git+https://github.com/lsmo-epfl/aiida-lsmo"
},
"aiida-environ": {
"entry_point_prefix": "environ",
"development_status": "beta",
"plugin_info": "https://raw.github.com/environ-developers/aiida-environ/master/setup.json",
"code_home": "https://github.com/environ-developers/aiida-environ",
"pip_url": "git+https://github.com/environ-developers/aiida-environ"
}
}