Skip to main content

A collection of scripts used in the Computational Memory Lab for timeseries analysis

Project description

Clumsy

Clumsy (originally cml_lib) is a collection of various scripts used in the computational memory lab's python analysis.

What is Clumsy?

more details about it here blah blah blah:

from Clumsy.signal import rolling_window
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.

Clumsy is in development; some features are missing and there are bugs. See 'Development status' below.

Requirements

pyedflib

mne

ptsa

scipy

numpy

xarray

pandas

six

cmlreaders

numba

visbrain

Quick start

Clumsy can be installed using pip:

$ pip install Clumsy

If you want to run the latest version of the code, you can install from git:

$mkdir Clumsy
$cd Clumsy
$git clone https://github.com/LoganJF/Clumsy.git .
$python setup.py install

Development status

Beta testing currently 0.0.4

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

Clumsy-0.0.4.tar.gz (46.2 kB view hashes)

Uploaded Source

Built Distributions

Clumsy-0.0.4-py3.7.egg (107.5 kB view hashes)

Uploaded Source

Clumsy-0.0.4-py3-none-any.whl (54.6 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