simianpy


Namesimianpy JSON
Version 0.1.10 PyPI version JSON
download
home_pageNone
SummaryData analysis tools designed for working with primate neuroscientific data
upload_time2025-07-14 20:49:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseNone
keywords behaviour electrophysiology signal processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SimianPy

**Author**: Janahan Selvanayagam  
**E-mail**: <me@janahan.ca>  

```python
>>> import simianpy as simi
```

# 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/0d/c7/c75f95df45d7c468786b5cc153c242cfa2912eea4b8f13c82cdbd762edab/simianpy-0.1.10.tar.gz",
    "platform": null,
    "description": "# SimianPy\n\n**Author**: Janahan Selvanayagam  \n**E-mail**: <me@janahan.ca>  \n\n```python\n>>> import simianpy as simi\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.10",
    "project_urls": null,
    "split_keywords": [
        "behaviour",
        " electrophysiology",
        " signal processing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "588dc84ba2fdade163ac8630e2978da3a792a781f78ee6b490da782906fdfd19",
                "md5": "dfab67ad0bc98fcda09296b0c280b39a",
                "sha256": "74d799eccd945cbf5ea4b43ec268a1a996dd70a1e373591f643cbe89e1448d61"
            },
            "downloads": -1,
            "filename": "simianpy-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dfab67ad0bc98fcda09296b0c280b39a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 127550,
            "upload_time": "2025-07-14T20:49:37",
            "upload_time_iso_8601": "2025-07-14T20:49:37.644619Z",
            "url": "https://files.pythonhosted.org/packages/58/8d/c84ba2fdade163ac8630e2978da3a792a781f78ee6b490da782906fdfd19/simianpy-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0dc7c75f95df45d7c468786b5cc153c242cfa2912eea4b8f13c82cdbd762edab",
                "md5": "06dd4894426f831b826524393e9991aa",
                "sha256": "c6856adf097601391a03b38cb000f7d5ecd7e490945ec37bcbe51143fde8dbb8"
            },
            "downloads": -1,
            "filename": "simianpy-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "06dd4894426f831b826524393e9991aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 90092,
            "upload_time": "2025-07-14T20:49:38",
            "upload_time_iso_8601": "2025-07-14T20:49:38.917659Z",
            "url": "https://files.pythonhosted.org/packages/0d/c7/c75f95df45d7c468786b5cc153c242cfa2912eea4b8f13c82cdbd762edab/simianpy-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 20:49:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "simianpy"
}
        
Elapsed time: 0.72802s