bsb-nest 4.0.0rc2__py2.py3-none-any.whl → 4.2.0__py2.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,36 @@
1
+ Metadata-Version: 2.1
2
+ Name: bsb-nest
3
+ Version: 4.2.0
4
+ Summary: NEST simulation adapter for the BSB framework.
5
+ Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
+ Description-Content-Type: text/markdown
7
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
+ Requires-Dist: bsb-core~=4.1
9
+ Requires-Dist: bsb-nest[test] ; extra == "dev"
10
+ Requires-Dist: build~=1.0 ; extra == "dev"
11
+ Requires-Dist: twine~=4.0 ; extra == "dev"
12
+ Requires-Dist: pre-commit~=3.5 ; extra == "dev"
13
+ Requires-Dist: black~=24.1.1 ; extra == "dev"
14
+ Requires-Dist: isort~=5.12 ; extra == "dev"
15
+ Requires-Dist: snakeviz~=2.1 ; extra == "dev"
16
+ Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
17
+ Requires-Dist: bsb-core[parallel] ; extra == "parallel"
18
+ Requires-Dist: bsb-core[parallel] ; extra == "test"
19
+ Requires-Dist: bsb-test~=4.0 ; extra == "test"
20
+ Requires-Dist: bsb-hdf5~=4.0 ; extra == "test"
21
+ Requires-Dist: bsb-arbor~=4.0 ; extra == "test"
22
+ Requires-Dist: coverage~=7.0 ; extra == "test"
23
+ Provides-Extra: dev
24
+ Provides-Extra: parallel
25
+ Provides-Extra: test
26
+
27
+ [![Build Status](https://github.com/dbbs-lab/bsb-nest/actions/workflows/build.yml/badge.svg)](https://github.com/dbbs-lab/bsb-nest/actions/workflows/build.yml)
28
+ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
29
+
30
+ # bsb-nest
31
+
32
+ bsb-nest is a pluggin of [BSB](https://github.com/dbbs-lab/bsb) (see also
33
+ [bsb-core](https://github.com/dbbs-lab/bsb-core)).
34
+ It contains the interfaces and tools to simulate BSB circuit with the
35
+ [NEST simulator](https://www.nest-simulator.org/).
36
+
@@ -0,0 +1,18 @@
1
+ bsb_nest/__init__.py,sha256=grUmjvzx_g4wMo7kIS9rlkroLTMN6hRuXm0u5QHs7B4,311
2
+ bsb_nest/adapter.py,sha256=uwFdicGOx7mRyYlfRY89zw7re0dnv9qumli1llJ0Rok,6668
3
+ bsb_nest/cell.py,sha256=AauERRJd5OkKVSIxbx6LO2D9L7LDA6iMFfYjxu59e4c,960
4
+ bsb_nest/connection.py,sha256=SkZQt3REBaiWjJf4eMo1bKVgrBs1eq1mfvaoid_PnjE,5425
5
+ bsb_nest/device.py,sha256=w6jeGSOzqd8iTtw6HxsWS0TuYTxf6iO9eqAseaFC3W8,2615
6
+ bsb_nest/distributions.py,sha256=qAYaHJkMwaCfbTh_efoJT1hMoDHWsfQo_3SNLoD8WeA,1950
7
+ bsb_nest/exceptions.py,sha256=NX4oiGWIshrLG1DCak_nTfI8cQI7GTdewR71qNzsXGM,264
8
+ bsb_nest/simulation.py,sha256=MCfEhwhbl_S1WNyY-EAzW8SmVKk-nLui71jK9M3lGKw,985
9
+ bsb_nest/devices/__init__.py,sha256=0-zwJ8jdvBdTFetU-q87OfyZYpKl_JVcVDrsLNn7yHQ,163
10
+ bsb_nest/devices/dc_generator.py,sha256=g-jRZorCl2yYhr5bx2I00ZlxYrblDcqVbtk0XYZzmdI,953
11
+ bsb_nest/devices/multimeter.py,sha256=dLBDNCJuFIgxOZ0ssEoir7d65EW7ORS1jFNsvmU2wJ0,1811
12
+ bsb_nest/devices/poisson_generator.py,sha256=SGo4jhq_rbIoB38OM5FTTYlyShxGAwWqCqAncWVB3qg,1465
13
+ bsb_nest/devices/spike_recorder.py,sha256=vJ9FQqmrcF0HdLl5Jy_bt_ABCUIgF-PLVI23E76JkhY,894
14
+ bsb_nest-4.2.0.dist-info/entry_points.txt,sha256=uJlX9h2VeYfAumav18IM2PTJ3FssfwDUnUmfSFdR2SA,41
15
+ bsb_nest-4.2.0.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
16
+ bsb_nest-4.2.0.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
17
+ bsb_nest-4.2.0.dist-info/METADATA,sha256=O2RU36NPHHLWNNKLpDp3RE9u20MCd69qMlwZCoijkU4,1602
18
+ bsb_nest-4.2.0.dist-info/RECORD,,
@@ -1,23 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: bsb-nest
3
- Version: 4.0.0rc2
4
- Summary: NEST simulation adapter for the BSB framework.
5
- Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
- Description-Content-Type: text/markdown
7
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
8
- Requires-Dist: bsb-core==4.0.0rc2
9
- Requires-Dist: pre-commit~=3.5 ; extra == "dev"
10
- Requires-Dist: black~=24.1.1 ; extra == "dev"
11
- Requires-Dist: isort~=5.12 ; extra == "dev"
12
- Requires-Dist: bump-my-version~=0.18 ; extra == "dev"
13
- Requires-Dist: bsb-core[parallel] ; extra == "parallel"
14
- Requires-Dist: bsb-test==4.0.0rc2 ; extra == "test"
15
- Requires-Dist: bsb-hdf5==4.0.0rc2 ; extra == "test"
16
- Requires-Dist: bsb-arbor==4.0.0rc2 ; extra == "test"
17
- Requires-Dist: coverage~=7.0 ; extra == "test"
18
- Provides-Extra: dev
19
- Provides-Extra: parallel
20
- Provides-Extra: test
21
-
22
- # bsb-nest
23
-
@@ -1,15 +0,0 @@
1
- bsb_nest/__init__.py,sha256=yg1ZCLcbfniJPEA6HRi8T0jBqFTF7Rj4rU_EJAo3hUE,315
2
- bsb_nest/adapter.py,sha256=Zlt0QuV-3UtFoHrSF_sdPb4O1u0OVTEzBsEqjj0M3QQ,6733
3
- bsb_nest/cell.py,sha256=hYuCp-60RlGO5lO7SdJsYadoyFjKgiqBqP9aLOpTxcc,772
4
- bsb_nest/connection.py,sha256=sdFiTSCyM0u8gcE5rpMjn29bX3bmhcRPyLBc7L7KFXc,5568
5
- bsb_nest/device.py,sha256=Hw2bIzMmUAWHlrOi-fn72riyiFFmT338YKlkh2KNCaU,2478
6
- bsb_nest/exceptions.py,sha256=c0_-DqSXNm0pHP-v_pQqUcC2uhFhDUAb5TVAw6QW-P8,276
7
- bsb_nest/simulation.py,sha256=09P7u78z6ruYD24RWDroiBypSix_RPzRHoS6MZELer0,707
8
- bsb_nest/devices/__init__.py,sha256=ecfuof-qH8WdPYnbmn4iMZPjXn1WIzxzAZPa6_iPYLI,92
9
- bsb_nest/devices/poisson_generator.py,sha256=Dr7jtoHk7HCYoGcqCqpX4FVHVUkWx1RI3GHIRq538Fk,1030
10
- bsb_nest/devices/spike_recorder.py,sha256=W2xuoKNEYkdYNfNPdPCJe7snc-ff3PB1miX8Eqrix7I,924
11
- bsb_nest-4.0.0rc2.dist-info/entry_points.txt,sha256=uJlX9h2VeYfAumav18IM2PTJ3FssfwDUnUmfSFdR2SA,41
12
- bsb_nest-4.0.0rc2.dist-info/LICENSE,sha256=0SAgqCl8RI6Vm7Rv5YC6CPyLA2MXedQM9tq17WMXl-o,33041
13
- bsb_nest-4.0.0rc2.dist-info/WHEEL,sha256=Sgu64hAMa6g5FdzHxXv9Xdse9yxpGGMeagVtPMWpJQY,99
14
- bsb_nest-4.0.0rc2.dist-info/METADATA,sha256=k3RAmbGYHCHQXS32KeND_NeN-O_qtxxKUZltLs7JfUE,870
15
- bsb_nest-4.0.0rc2.dist-info/RECORD,,