Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crabby-0.0.2.tar.gz (28.5 kB view hashes)

Uploaded Source

Built Distribution

crabby-0.0.2-py3-none-any.whl (30.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page