Branch | Codecov | CI | Requirements |
---|---|---|---|
Master |
Data parser for Spikes SNN library but can also be used as an external library.
SpikesParser supports csv
, json
(coming soon) and sml
(coming soon) reading and writing.
Some basic examples on reading and writing of files.
from spiksparser import reader
csv_reader = reader.ReadCSV('path/to/folder/')