bsb-nest 6.0.0a18__py3-none-any.whl → 6.0.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bsb-nest might be problematic. Click here for more details.
- bsb_nest-6.0.2.dist-info/METADATA +28 -0
- {bsb_nest-6.0.0a18.dist-info → bsb_nest-6.0.2.dist-info}/RECORD +5 -5
- bsb_nest-6.0.0a18.dist-info/METADATA +0 -36
- {bsb_nest-6.0.0a18.dist-info → bsb_nest-6.0.2.dist-info}/WHEEL +0 -0
- {bsb_nest-6.0.0a18.dist-info → bsb_nest-6.0.2.dist-info}/entry_points.txt +0 -0
- {bsb_nest-6.0.0a18.dist-info → bsb_nest-6.0.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: bsb-nest
|
|
3
|
+
Version: 6.0.2
|
|
4
|
+
Summary: NEST simulation adapter for the BSB framework.
|
|
5
|
+
Author-email: Robin De Schepper <robin@alexandria.sc>, Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
6
|
+
Requires-Python: >=3.10,<4
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
9
|
+
License-File: LICENSE
|
|
10
|
+
Requires-Dist: bsb-core~=6.0
|
|
11
|
+
Requires-Dist: bsb-core[parallel] ; extra == "parallel"
|
|
12
|
+
Provides-Extra: parallel
|
|
13
|
+
|
|
14
|
+
[](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
|
|
15
|
+
[](https://bsb-nest.readthedocs.io/en/latest/?badge=latest)
|
|
16
|
+
[](https://github.com/astral-sh/ruff)
|
|
17
|
+
|
|
18
|
+
# bsb-nest
|
|
19
|
+
|
|
20
|
+
bsb-nest is a plugin of the [BSB](https://github.com/dbbs-lab/bsb).
|
|
21
|
+
It contains the interfaces and tools to simulate BSB circuits with the
|
|
22
|
+
[NEST simulator](https://www.nest-simulator.org/).
|
|
23
|
+
|
|
24
|
+
Comprehensive documentation is available at:
|
|
25
|
+
|
|
26
|
+
* [BSB Documentation](https://bsb.readthedocs.io/en/latest)
|
|
27
|
+
* [bsb-nest Documentation](https://bsb-nest.readthedocs.io/en/latest)
|
|
28
|
+
|
|
@@ -12,8 +12,8 @@ bsb_nest/devices/multimeter.py,sha256=Gy_rRBpEoxbPZVHCI14rVqp19GM31RMxoZL6_PQgq6
|
|
|
12
12
|
bsb_nest/devices/poisson_generator.py,sha256=g0t-L0s-JdGjT7x17vNi9HwLcBIBZybcAim0I4rPvl8,1529
|
|
13
13
|
bsb_nest/devices/sinusoidal_poisson_generator.py,sha256=4L_EIXqn9qaUcozv17m3FK4IHlXW-mxEJcQAhRyC1ZI,2271
|
|
14
14
|
bsb_nest/devices/spike_recorder.py,sha256=1ViQBtFICt1xACzoemSf-f9WSD949QCdggRk_muwrww,916
|
|
15
|
-
bsb_nest-6.0.
|
|
16
|
-
bsb_nest-6.0.
|
|
17
|
-
bsb_nest-6.0.
|
|
18
|
-
bsb_nest-6.0.
|
|
19
|
-
bsb_nest-6.0.
|
|
15
|
+
bsb_nest-6.0.2.dist-info/entry_points.txt,sha256=uJlX9h2VeYfAumav18IM2PTJ3FssfwDUnUmfSFdR2SA,41
|
|
16
|
+
bsb_nest-6.0.2.dist-info/licenses/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
|
|
17
|
+
bsb_nest-6.0.2.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
18
|
+
bsb_nest-6.0.2.dist-info/METADATA,sha256=ZAAeXRnhK2qOvS-FQMFWTCpQ11OyJgCEOfoLlL7qdWw,1322
|
|
19
|
+
bsb_nest-6.0.2.dist-info/RECORD,,
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: bsb-nest
|
|
3
|
-
Version: 6.0.0a18
|
|
4
|
-
Summary: NEST simulation adapter for the BSB framework.
|
|
5
|
-
Author-email: Robin De Schepper <robin@alexandria.sc>, Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
6
|
-
Requires-Python: >=3.10,<4
|
|
7
|
-
Description-Content-Type: text/markdown
|
|
8
|
-
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
9
|
-
License-File: LICENSE
|
|
10
|
-
Requires-Dist: bsb-core~=6.0
|
|
11
|
-
Requires-Dist: bsb-nest[test, docs] ; extra == "dev"
|
|
12
|
-
Requires-Dist: pre-commit~=3.5 ; extra == "dev"
|
|
13
|
-
Requires-Dist: snakeviz~=2.1 ; extra == "dev"
|
|
14
|
-
Requires-Dist: ruff>=0.8.2 ; extra == "dev"
|
|
15
|
-
Requires-Dist: furo~=2024.0 ; extra == "docs"
|
|
16
|
-
Requires-Dist: sphinxext-bsb~=6.0 ; extra == "docs"
|
|
17
|
-
Requires-Dist: bsb-core[parallel] ; extra == "parallel"
|
|
18
|
-
Requires-Dist: bsb-core[parallel] ; extra == "test"
|
|
19
|
-
Requires-Dist: bsb-test~=6.0 ; extra == "test"
|
|
20
|
-
Requires-Dist: bsb-hdf5~=6.0 ; extra == "test"
|
|
21
|
-
Requires-Dist: bsb-arbor~=6.0 ; extra == "test"
|
|
22
|
-
Requires-Dist: coverage~=7.0 ; extra == "test"
|
|
23
|
-
Provides-Extra: dev
|
|
24
|
-
Provides-Extra: docs
|
|
25
|
-
Provides-Extra: parallel
|
|
26
|
-
Provides-Extra: test
|
|
27
|
-
|
|
28
|
-
[](https://github.com/dbbs-lab/bsb-nest/actions/workflows/main.yml)
|
|
29
|
-
[](https://github.com/astral-sh/ruff)
|
|
30
|
-
|
|
31
|
-
# bsb-nest
|
|
32
|
-
|
|
33
|
-
bsb-nest is a plugin of the [BSB](https://github.com/dbbs-lab/bsb).
|
|
34
|
-
It contains the interfaces and tools to simulate BSB circuit with the
|
|
35
|
-
[NEST simulator](https://www.nest-simulator.org/).
|
|
36
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|