I/O handler classes for SpiNNaker software stack
Project description
This package provides classes to handle data storage, both in memory (through
a bytearray buffer) and in a file. The file may be permanent or temporary.
Requirements
============
In addition to a standard Python installation, this package depends on:
- six
These requirements can be install using pip:
pip install six
User Installation
=================
If you want to install for all users, run:
sudo pip install SpiNNStorageHandlers
If you want to install only for yourself, run:
pip install SpiNNStorageHandlers --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install SpiNNStorageHandlers
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:
https://github.com/SpiNNakerManchester/SpiNNStorageHandlers.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 python setup.py develop
To install as a development version for only yourself, run:
python setup.py develop --user
To install as a development version in a virtualenv, with the virutalenv
enabled, run:
python setup.py develop
a bytearray buffer) and in a file. The file may be permanent or temporary.
Requirements
============
In addition to a standard Python installation, this package depends on:
- six
These requirements can be install using pip:
pip install six
User Installation
=================
If you want to install for all users, run:
sudo pip install SpiNNStorageHandlers
If you want to install only for yourself, run:
pip install SpiNNStorageHandlers --user
To install in a virtualenv, with the virtualenv enabled, run:
pip install SpiNNStorageHandlers
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:
https://github.com/SpiNNakerManchester/SpiNNStorageHandlers.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 python setup.py develop
To install as a development version for only yourself, run:
python setup.py develop --user
To install as a development version in a virtualenv, with the virutalenv
enabled, run:
python setup.py develop
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SpiNNStorageHandlers-2016.001.zip
(13.4 kB
view hashes)
Close
Hashes for SpiNNStorageHandlers-2016.001.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0a875fa39dff0b2a73acc47ede095c5b70678f018fdbfcd82e3539d49964396 |
|
MD5 | b135e3f7e2ff29563c9eacc6afb6b794 |
|
BLAKE2b-256 | d3d083fe1382b8952c0a8abdd6b1165c9eac911d0ef73e71fc6d719508403865 |