bsb-nest 6.0.0a18__py3-none-any.whl → 6.0.1__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.

@@ -0,0 +1,28 @@
1
+ Metadata-Version: 2.4
2
+ Name: bsb-nest
3
+ Version: 6.0.1
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
+ [![Build Status](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
15
+ [![Documentation](https://readthedocs.org/projects/bsb-nest/badge/?version=latest)](https://bsb-nest.readthedocs.io/en/latest/?badge=latest)
16
+ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](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.0a18.dist-info/entry_points.txt,sha256=uJlX9h2VeYfAumav18IM2PTJ3FssfwDUnUmfSFdR2SA,41
16
- bsb_nest-6.0.0a18.dist-info/licenses/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
17
- bsb_nest-6.0.0a18.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
18
- bsb_nest-6.0.0a18.dist-info/METADATA,sha256=WyMIuza3cugJ-aRwrDAj7GL3DlZcT4NsNfuzd2k_MC4,1608
19
- bsb_nest-6.0.0a18.dist-info/RECORD,,
15
+ bsb_nest-6.0.1.dist-info/entry_points.txt,sha256=uJlX9h2VeYfAumav18IM2PTJ3FssfwDUnUmfSFdR2SA,41
16
+ bsb_nest-6.0.1.dist-info/licenses/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
17
+ bsb_nest-6.0.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
18
+ bsb_nest-6.0.1.dist-info/METADATA,sha256=ewHIwj885aTjYK7WNANeB02xgviu_io1iT2dJ6CxJPU,1322
19
+ bsb_nest-6.0.1.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
- [![Build Status](https://github.com/dbbs-lab/bsb-nest/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb-nest/actions/workflows/main.yml)
29
- [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](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
-