Skip to content

Commit 3af6d30

Browse files
committed
feat: add pypi release information to more packages
1 parent 9d728b7 commit 3af6d30

File tree

12 files changed

+36
-0
lines changed

12 files changed

+36
-0
lines changed

simtools/BMTK.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ summary: |
1717
1818
The BMTK was developed and is supported at the Allen Institute for Brain Science and released under a BSD 3-clause license.
1919
We encourage others to use the BMTK for their own research, and suggestions and contributions to the BMTK are welcome.
20+
release:
21+
source: pypi
22+
package_name: bmtk
2023
urls:
2124
homepage: https://alleninstitute.github.io/bmtk/
2225
relations:

simtools/BluePyOpt.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ summary: |
99
This is achieved by abstracting the optimisation and evaluation tasks into various reusable and flexible discrete elements according to established best-practices.
1010
1111
Further, BluePyOpt provides methods for setting up both small- and large-scale optimisations on a variety of platforms, ranging from laptops to Linux clusters and cloud-based compute infrastructures.
12+
release:
13+
source: pypi
14+
package_name: bluepyopt
1215
urls:
1316
homepage: https://bluepyopt.readthedocs.io
1417
relations:

simtools/Brain-Scaffold-Builder.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ summary: |
1212
This way, by implementing our component interfaces and declaring them in a configuration file, most models end up being code-free, well-parametrized, self-contained, human-readable, multi-scale models!
1313
urls:
1414
homepage: https://bsb.readthedocs.io
15+
release:
16+
source: pypi
17+
package_name: bsb
1518
relations:
1619
- name: Neuron
1720
description: simulates with

simtools/MOOSE.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ urls:
1717
homepage: https://moose.ncbs.res.in/
1818
source: https://github.com/BhallaLab/moose
1919
documentation: https://moose.ncbs.res.in/readthedocs/index.html
20+
release:
21+
source: pypi
22+
package_name: pymoose
2023
relations:
2124
- name: NeuroML
2225
description: can import, can export to

simtools/NEST-Desktop.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ urls:
1010
homepage: https://nest-desktop.readthedocs.io
1111
documentation: https://nest-desktop.readthedocs.io
1212
source: https://github.com/nest-desktop/nest-desktop
13+
release:
14+
source: pypi
15+
package_name: nest-desktop
1316
relations:
1417
- name: NEST
1518
description: is GUI for

simtools/NESTML.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ operating_system: Linux, MacOS, Windows
44
interface_language: Python
55
summary: |
66
NESTML is a domain-specific language for neuron and synapse models. These dynamical models can be used in simulations of brain activity on several platforms, in particular the NEST Simulator. NESTML combines an easy to understand, yet powerful syntax; a flexible processing toolchain, written in Python; and good simulation performance by means of code generation (C++ for NEST Simulator).
7+
release:
8+
source: pypi
9+
package_name: nestml
710
urls:
811
homepage: https://nestml.readthedocs.org/
912
source: https://github.com/nest/nestml/

simtools/NetPyNE.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ interface_language: Python, GUI
55
model_description_language: NeuroML/LEMS
66
summary: |
77
NetPyNE is an open-source Python package to facilitate the development, parallel simulation, analysis, and optimization of biological neuronal networks using the NEURON simulator.
8+
release:
9+
source: pypi
10+
package_name: netpyne
811
urls:
912
homepage: http://www.netpyne.org/
1013
installation: https://www.netpyne.org/documentation/installation

simtools/Neuron.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ model_description_language: NMODL, HOC
88
summary: |
99
NEURON is a simulator for neurons and networks of neurons that runs efficiently on your local machine, in the cloud, or on an HPC.
1010
Build and simulate models using Python, HOC, and/or NEURON's graphical interface.
11+
release:
12+
source: pypi
13+
package_name: neuron
1114
urls:
1215
homepage: https://neuron.yale.edu/neuron/
1316
installation: https://nrn.readthedocs.io/en/latest/install/install.html

simtools/PyNN.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ summary: |
1414
1515
Even if you don't wish to run simulations on multiple simulators, you may benefit from writing your simulation code using PyNN's powerful, high-level interface.
1616
In this case, you can use any neuron or synapse model supported by your simulator, and are not restricted to the standard models.
17+
release:
18+
source: pypi
19+
package_name: PyNN
1720
urls:
1821
homepage: http://neuralensemble.org/PyNN/
1922
source: https://github.com/NeuralEnsemble/PyNN/

simtools/PyNeuroML.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ urls:
1111
tutorial: https://docs.neuroml.org/Userdocs/GettingStarted.html
1212
source: https://github.com/NeuroML/pyNeuroML
1313
download: https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
14+
release:
15+
source: pypi
16+
package_name: pyneuroml
1417
relations:
1518
- name: NeuroML
1619
description: is Python package for

0 commit comments

Comments
 (0)