Data analysis tools designed for working with primate neuroscientific data
Project description
SimianPy
Author: Janahan Selvanayagam
E-mail: seljanahan@hotmail.com
Data analysis tools designed for working with primate neuroscientific data
>>> import simianpy as simi
>>> from simianpy.analysis.spiketrain import SpikeTrainSet
>>> from simianpy.analysis.gaze import GazeData
>>> from simianpy.signal.sosfilter import sosFilter
Installation
To install directly from github, use pip (or pip3 as appropriate):
pip install git+https://github.com/jselvan/simianpy.git
Or to install locally, clone this repo and run setuptools from the command line:
python setup.py install
To install a specific version, use pip and the appropriate release tag:
pip install git+file:///PATH_TO_REPO/.git@0.1.1-a1
OR
pip install git+https://github.com/jselvan/simianpy.git@0.1.1-a1
For developers
to install in development mode, from the repo directory, use:
python setup.py install develop
OR
pip install -e .
Instructions
For help on using the code, rely on docstrings built into the code.
For example:
>>> import simianpy as simi
>>> help(simi)
Sphinx autodocumentation build in progress! See docs subdirectory
License
The MIT License
Copyright (c) 2019, Janahan Selvanayagam
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simianpy-0.1.14.tar.gz.
File metadata
- Download URL: simianpy-0.1.14.tar.gz
- Upload date:
- Size: 129.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d589d15dafbc11ffc088fa1405117494f198e8e49f140fa7837da3ae4997c47
|
|
| MD5 |
a9134b9454ed5ec086151aad97719e5f
|
|
| BLAKE2b-256 |
47635dbeca2faf1d76bdd8d3993a973dfca25d31278bf12d61cb3af84f771405
|
File details
Details for the file simianpy-0.1.14-py3-none-any.whl.
File metadata
- Download URL: simianpy-0.1.14-py3-none-any.whl
- Upload date:
- Size: 128.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac7b998b595514fab97df0f0543b0efe31169f90a1f2e74ef5f8a9e422a05fd7
|
|
| MD5 |
67f687843d82b02364ed93e8c043f3b8
|
|
| BLAKE2b-256 |
1796a679a80eb98747a97246394a841e60e55bb0a9cf68bce3ff4ced7cf88b2d
|