Metadata-Version: 2.4
Name: sPyNNaker
Version: 1!7.4.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: 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
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <4,>=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE_POLICY.md
Requires-Dist: SpiNNFrontEndCommon==1!7.4.1
Requires-Dist: quantities
Requires-Dist: pynn!=0.12.0,>=0.11
Requires-Dist: neo
Requires-Dist: lazyarray
Requires-Dist: csa
Provides-Extra: test
Requires-Dist: SpiNNakerTestBase==1!7.4.1; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: testfixtures; extra == "test"
Requires-Dist: mock; extra == "test"
Requires-Dist: graphviz; extra == "test"
Requires-Dist: types-requests; extra == "test"
Dynamic: license-file

[![PyPi version](https://img.shields.io/pypi/v/sPyNNaker.svg?style=flat)](https://pypi.org/project/sPyNNaker/)
[![Python Build Status](https://github.com/SpiNNakerManchester/sPyNNaker/workflows/Python%20Actions/badge.svg?branch=master)](https://github.com/SpiNNakerManchester/sPyNNaker/actions?query=workflow%3A%22Python+Actions%22+branch%3Amaster)
[![C Build Status](https://github.com/SpiNNakerManchester/sPyNNaker/workflows/C%20Actions/badge.svg?branch=master)](https://github.com/SpiNNakerManchester/sPyNNaker/actions?query=workflow%3A%22C+Actions%22+branch%3Amaster)
[![Documentation Status](https://readthedocs.org/projects/spynnaker/badge/?version=7.4.1)](https://spynnaker.readthedocs.io/en/7.4.1)
[![Coverage Status](https://coveralls.io/repos/github/SpiNNakerManchester/sPyNNaker/badge.svg?branch=master)](https://coveralls.io/github/SpiNNakerManchester/sPyNNaker?branch=master)

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.4.1)
<br>
[sPyNNaker C documentation](http://spinnakermanchester.github.io/sPyNNaker/c/)

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

