# SimianPy
**Author**: Janahan Selvanayagam
**E-mail**: <seljanahan@hotmail.com>
Data analysis tools designed for working with primate neuroscientific data
```python
>>> 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:
```python
>>> import simianpy as simi
>>> help(simi)
```
Sphinx autodocumentation build in progress! See docs subdirectory
# License
The MIT License
Copyright (c) 2019, Janahan Selvanayagam
[Read here](LICENSE.txt)
Raw data
{
"_id": null,
"home_page": null,
"name": "simianpy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": null,
"keywords": "behaviour, electrophysiology, signal processing",
"author": null,
"author_email": "Janahan Selvanayagam <me@janahan.ca>",
"download_url": "https://files.pythonhosted.org/packages/06/21/276e54c20701d755cadfee45d0ade013549072968a2ffc9df5b857785c0c/simianpy-0.1.11.tar.gz",
"platform": null,
"description": "# SimianPy\n\n**Author**: Janahan Selvanayagam \n**E-mail**: <seljanahan@hotmail.com> \n\nData analysis tools designed for working with primate neuroscientific data\n\n```python\n>>> import simianpy as simi\n>>> from simianpy.analysis.spiketrain import SpikeTrainSet\n>>> from simianpy.analysis.gaze import GazeData\n>>> from simianpy.signal.sosfilter import sosFilter\n```\n\n# Installation \n\nTo install directly from github, use pip (or pip3 as appropriate):\n```\npip install git+https://github.com/jselvan/simianpy.git\n```\n\nOr to install locally, clone this repo and run setuptools from the command line:\n```\npython setup.py install\n```\n\nTo install a specific version, use pip and the appropriate release tag:\n```\npip install git+file:///PATH_TO_REPO/.git@0.1.1-a1\n```\nOR\n```\npip install git+https://github.com/jselvan/simianpy.git@0.1.1-a1\n```\n\n## For developers\nto install in development mode, from the repo directory, use:\n```\npython setup.py install develop\n```\nOR \n```\npip install -e .\n```\n\n# Instructions\nFor help on using the code, rely on docstrings built into the code. \n\nFor example: \n```python\n>>> import simianpy as simi\n>>> help(simi) \n```\n\nSphinx autodocumentation build in progress! See docs subdirectory\n\n# License\nThe MIT License\n\nCopyright (c) 2019, Janahan Selvanayagam \n\n[Read here](LICENSE.txt)\n",
"bugtrack_url": null,
"license": null,
"summary": "Data analysis tools designed for working with primate neuroscientific data",
"version": "0.1.11",
"project_urls": null,
"split_keywords": [
"behaviour",
" electrophysiology",
" signal processing"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "14235c9ecd687b0d743fe08d3ebed0b9be0f542cfde312816d6ef31b40b860f9",
"md5": "3986f95888367fec09c96385d6dc9417",
"sha256": "afcf0540b0e5748a4813b6b6e80be9e5e3ac6580ac31279fd0ef037648b18f84"
},
"downloads": -1,
"filename": "simianpy-0.1.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3986f95888367fec09c96385d6dc9417",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 130226,
"upload_time": "2025-08-22T15:30:18",
"upload_time_iso_8601": "2025-08-22T15:30:18.967069Z",
"url": "https://files.pythonhosted.org/packages/14/23/5c9ecd687b0d743fe08d3ebed0b9be0f542cfde312816d6ef31b40b860f9/simianpy-0.1.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0621276e54c20701d755cadfee45d0ade013549072968a2ffc9df5b857785c0c",
"md5": "610bad04b3d4dd4bfcdbdcc4a17b9f61",
"sha256": "02f79ecbda45fd3fc2e6b7baf90b6c3dd647f5862496a8381586e1f7ad81f06a"
},
"downloads": -1,
"filename": "simianpy-0.1.11.tar.gz",
"has_sig": false,
"md5_digest": "610bad04b3d4dd4bfcdbdcc4a17b9f61",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 131713,
"upload_time": "2025-08-22T15:30:20",
"upload_time_iso_8601": "2025-08-22T15:30:20.386004Z",
"url": "https://files.pythonhosted.org/packages/06/21/276e54c20701d755cadfee45d0ade013549072968a2ffc9df5b857785c0c/simianpy-0.1.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-22 15:30:20",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "simianpy"
}