This package provides utilities for interacting with a SpiNNaker machine.
Requirements
============
In addition to a standard Python installation, this package depends on:
- SpiNNMachine
These requirements can be install using pip:
pip install SpiNNMachine
User Installation
=================
If you want to install for all users, run:
sudo pip install SpiNNMan
If you want to install only for yourself, run:
pip install SpiNNMan --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install SpiNNMan
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.
In this case, download the source code, and extract it locally, or else clone
the git repository:
git clone http://github.com/SpiNNakerManchester/SpiNNMan.git
To install as a development version which all users will then be able to use,
run the following where the code has been extracted:
sudo pip install -e .
To install as a development version for only yourself, run:
pip install -e . --user
To install as a development version in a `virtualenv`, with the `virutalenv`
enabled, run:
pip install -e .
Test Installation
=================
To be able to run the unitests add [Test] to the pip installs above
pip install -e .[Test]
Documentation
=============
[SpiNNMan Python documentation](http://spinnman.readthedocs.io/en/7.2.1)
[Combined python documentation](http://spinnakermanchester.readthedocs.io/en/7.2.1)
Raw data
{
"_id": null,
"home_page": "https://github.com/SpiNNakerManchester/SpiNNMan",
"name": "SpiNNMan",
"maintainer": "SpiNNakerTeam",
"docs_url": null,
"requires_python": "<4,>=3.8",
"maintainer_email": "spinnakerusers@googlegroups.com",
"keywords": "spinnaker, machine interface",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/08/8e/35f5e103028fbbffb47bb09986ce8c4f02e975cf972b4c5740cb107403c1/spinnman-1!7.2.1.tar.gz",
"platform": null,
"description": "\n\nThis package provides utilities for interacting with a SpiNNaker machine.\n\nRequirements\n============\nIn addition to a standard Python installation, this package depends on:\n\n - SpiNNMachine\n\nThese requirements can be install using pip:\n\n pip install SpiNNMachine\n\nUser Installation\n=================\nIf you want to install for all users, run:\n\n sudo pip install SpiNNMan\n\nIf you want to install only for yourself, run:\n\n pip install SpiNNMan --user\n\nTo install in a virtualenv, with the virtualenv enabled, run:\n\n pip install SpiNNMan\n\nDeveloper Installation\n======================\nIf you want to be able to edit the source code, but still have it referenced\nfrom other Python modules, you can set the install to be a developer install.\nIn this case, download the source code, and extract it locally, or else clone\nthe git repository:\n\n git clone http://github.com/SpiNNakerManchester/SpiNNMan.git\n\nTo install as a development version which all users will then be able to use,\nrun the following where the code has been extracted:\n\n sudo pip install -e .\n\nTo install as a development version for only yourself, run:\n\n pip install -e . --user\n\nTo install as a development version in a `virtualenv`, with the `virutalenv`\nenabled, run:\n\n pip install -e .\n\nTest Installation\n=================\nTo be able to run the unitests add [Test] to the pip installs above\n\n pip install -e .[Test]\n\nDocumentation\n=============\n[SpiNNMan Python documentation](http://spinnman.readthedocs.io/en/7.2.1)\n\n[Combined python documentation](http://spinnakermanchester.readthedocs.io/en/7.2.1)\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Interaction with a SpiNNaker Machine",
"version": "1!7.2.1",
"project_urls": {
"Homepage": "https://github.com/SpiNNakerManchester/SpiNNMan"
},
"split_keywords": [
"spinnaker",
" machine interface"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "95d29565c768ecba29580758386252b3776f5d6e38c2430b664ceef21b54e723",
"md5": "01d27f0d8355f8a20751e5b786631a19",
"sha256": "e8e487925d321d9d1ae9b80ecd7b1c12fee1598c354794f47995344746e6bbf8"
},
"downloads": -1,
"filename": "SpiNNMan-1!7.2.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "01d27f0d8355f8a20751e5b786631a19",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.8",
"size": 353802,
"upload_time": "2024-08-12T11:37:25",
"upload_time_iso_8601": "2024-08-12T11:37:25.186832Z",
"url": "https://files.pythonhosted.org/packages/95/d2/9565c768ecba29580758386252b3776f5d6e38c2430b664ceef21b54e723/SpiNNMan-1!7.2.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "088e35f5e103028fbbffb47bb09986ce8c4f02e975cf972b4c5740cb107403c1",
"md5": "f2479fda4028d84b4df1eb519b23b6cb",
"sha256": "06dcee1ed99da8055afe9ceccce57223245632f8418a2ab5f2ee6b2fb933ca37"
},
"downloads": -1,
"filename": "spinnman-1!7.2.1.tar.gz",
"has_sig": false,
"md5_digest": "f2479fda4028d84b4df1eb519b23b6cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.8",
"size": 190719,
"upload_time": "2024-08-12T11:37:27",
"upload_time_iso_8601": "2024-08-12T11:37:27.588395Z",
"url": "https://files.pythonhosted.org/packages/08/8e/35f5e103028fbbffb47bb09986ce8c4f02e975cf972b4c5740cb107403c1/spinnman-1!7.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-12 11:37:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SpiNNakerManchester",
"github_project": "SpiNNMan",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "spinnman"
}