Skip to content

Commit 42d8faa

Browse files
committed
feat: mark packages as being on PyPI
1 parent e81dbe9 commit 42d8faa

File tree

7 files changed

+24
-6
lines changed

7 files changed

+24
-6
lines changed

simtools/ANNarchy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ processing_support: Single Machine, GPU
66
interface_language: Python, C++
77
summary: |
88
ANNarchy (Artificial Neural Networks architect) is a neural simulator designed for distributed rate-coded or spiking neural networks. The core of the library is written in C++ and distributed using openMP or CUDA. It provides an interface in Python for the definition of the networks.
9+
release:
10+
source: pypi
911
urls:
1012
documentation: https://annarchy.readthedocs.io
1113
installation: https://annarchy.readthedocs.io/Installation.html

simtools/Arbor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ summary: |
1414
1515
1616
Arbor is open source and openly developed, and we use development practices such as unit testing, continuous integration, and validation.
17+
release:
18+
source: pypi
19+
package_name: arbor
1720
urls:
1821
homepage: https://arbor-sim.org
1922
documentation: https://docs.arbor-sim.org

simtools/Brian.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
name: Brian
22
features: frontend, simulator
33
operating_system: Linux, MacOS, Windows
4-
biological_level: Population Model, Single-Compartment (Simple) Model, Single-Compartment (Complex) Model, Multi-Compartment Model
4+
biological_level: Population Model, Single-Compartment (Simple) Model, Single-Compartment
5+
(Complex) Model, Multi-Compartment Model
56
processing_support: Single Machine, Cluster
67
interface_language: Python
7-
summary: |
8-
Brian is a free, open source simulator for spiking neural networks. It is written in the Python programming language
9-
and is available on almost all platforms. We believe that a simulator should not only save the time of processors,
10-
but also the time of scientists. Brian is therefore designed to be easy to learn and use, highly flexible and easily
11-
extensible.
8+
summary: 'Brian is a free, open source simulator for spiking neural networks. It is
9+
written in the Python programming language and is available on almost all platforms.
10+
We believe that a simulator should not only save the time of processors, but also
11+
the time of scientists. Brian is therefore designed to be easy to learn and use,
12+
highly flexible and easily extensible. '
13+
release:
14+
source: pypi
15+
package_name: Brian2
1216
urls:
1317
homepage: https://briansimulator.org/
1418
documentation: https://brian2.readthedocs.io/

simtools/Brian2CUDA.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ summary: |
88
It is an extension of the spiking neural network simulator Brian2, which allows flexible model definitions in
99
Python. Brian2CUDA uses the code generation system from Brian2 to generate simulation code in C++/CUDA, which is
1010
then executed on NVIDIA GPUs.
11+
release:
12+
source: pypi
1113
relations:
1214
- name: Brian
1315
description: simulates

simtools/Brian2GeNN.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ interface_language: Python
55
summary: |
66
Brian2GeNN connects Brian 2 to the GeNN simulator, so that users can make use of GeNN GPU acceleration when
77
developing their models in Brian, without requiring any technical knowledge about GPUs, C++ or GeNN.
8+
release:
9+
source: pypi
810
relations:
911
- name: Brian
1012
description: converts from

simtools/EDEN.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ processing_support: Single Machine, Cluster
66
interface_language: CLI, Python
77
summary: |
88
Extensible Dynamics Engine for Networks (EDEN) is a high-performance NeuroML-based neural simulator.
9+
release:
10+
source: pypi
11+
package_name: eden-simulator
912
urls:
1013
source: https://gitlab.com/c7859/neurocomputing-lab/Inferior_OliveEMC/eden
1114
installation: https://gitlab.com/c7859/neurocomputing-lab/Inferior_OliveEMC/eden/-/tree/main#installing

simtools/LFPy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ interface_language: Python
55
summary: |
66
LFPy is a Python module for calculation of extracellular potentials from multicompartment neuron models.
77
It relies on the NEURON simulator and uses the Python interface it provides.
8+
release:
9+
source: pypi
810
urls:
911
homepage: https://lfpy.readthedocs.io/en/latest/
1012
documentation: https://lfpy.readthedocs.io/en/latest/

0 commit comments

Comments
 (0)