A collection of scripts used in the Nusbaum Lab for data analysis, modeling, and visualization
Project description
crabby
crabby is a collection of various scripts used in the Nusbaum lab's python analysis.
What is crabby?
more details about it here blah blah blah:
from crabby.io import loadspike2
from typing import Iterator
def fib(n: int) -> Iterator[int]:
a, b = 0, 1
while a < n:
yield a
a, b = b, a + b
See the documentation for more examples.
crabby is in development; some features are missing and there may be bugs. See 'Development status' below.
Requirements
scipy
numpy
pandas
matplotlib
seaborn
pandastable
brian2
neo
Quick start
crabby can be installed using pip:
$ pip install crabby
If you want to run the latest version of the code, you can install from git:
$mkdir crabby
$cd crabby
$git clone https://github.com/LoganJF/crabby.git .
$python setup.py install
Development status
Beta testing currently 0.0.1
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
File details
Details for the file crabby-0.0.2.tar.gz
.
File metadata
- Download URL: crabby-0.0.2.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c05384c0eef52b1857d2df87b91dc96b982d6260baac74de3e31d3e8d06ed79 |
|
MD5 | 375c061746ee3ff6b63d100bb87fdf32 |
|
BLAKE2b-256 | ccc08e44be8e57a54c2a67c0894ebb09da309ee435847386a28fb9228da05e90 |
File details
Details for the file crabby-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: crabby-0.0.2-py3-none-any.whl
- Upload date:
- Size: 30.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30e2fac11b1ef53191a8c87a31114484b6d2de468365c2255d1a84f550c76be4 |
|
MD5 | 3dbc79c887dc43b34b870da369bb47ce |
|
BLAKE2b-256 | d14aec068cfb33626588ef60f0117a61f7851c10c8d1afcf02dbf981f991b428 |