Metadata-Version: 2.1
Name: sPyNNaker
Version: 1!7.2.1
Summary: Tools for simulating neural models generated using PyNN on the SpiNNaker platform
Home-page: https://github.com/SpiNNakerManchester/SpyNNaker
Maintainer: SpiNNakerTeam
Maintainer-email: spinnakerusers@googlegroups.com
License: Apache-2.0
Keywords: spinnaker,pynn
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_POLICY.md
Requires-Dist: SpiNNFrontEndCommon ==1!7.2.1
Requires-Dist: matplotlib
Requires-Dist: quantities
Requires-Dist: pynn !=0.12.0,>=0.11
Requires-Dist: neo
Requires-Dist: lazyarray
Requires-Dist: scipy
Requires-Dist: csa
Provides-Extra: test
Requires-Dist: SpiNNakerTestBase ==1!7.2.1 ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: testfixtures ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: graphviz ; extra == 'test'


sPyNNaker - PyNN Simulations on SpiNNaker Hardware
==================================================
This package provides common code for PyNN implementations for SpiNNaker.

We have [user installation instructions](http://spinnakermanchester.github.io/)
which describe in detail more about what is going on.

Developer Installation
----------------------
If you want to be able to edit the source code, but still have it referenced
from other Python modules, you can set the install to be a
[developer install](http://spinnakermanchester.github.io/development/devenv.html)
which describes the process of installing the other modules which these
depend upon for a complete editable install.

Documentation
-------------
[sPyNNaker Python documentation](https://spynnaker.readthedocs.io/en/7.2.1)
<br>
[sPyNNaker C documentation](http://spinnakermanchester.github.io/sPyNNaker/c/)

[Combined PyNN8 python documentation](http://spinnakermanchester.readthedocs.io/en/7.2.1)

