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
Built Distributions
File details
Details for the file Clumsy-0.0.5.tar.gz
.
File metadata
- Download URL: Clumsy-0.0.5.tar.gz
- Upload date:
- Size: 57.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 654ef4550c0bffb94cfeaad18589ecb17f24ec5c84342fc1bf6e44d034a34d98 |
|
MD5 | 3af9fc384480f3fb473021ff3ccd1024 |
|
BLAKE2b-256 | d2cd12bf4484a5d74c0ebe1ea21b5bb5919b775353130b204c6da7227b79cf37 |
File details
Details for the file Clumsy-0.0.5-py3.7.egg
.
File metadata
- Download URL: Clumsy-0.0.5-py3.7.egg
- Upload date:
- Size: 149.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 948d0e08f3dff2896616bdea4669e57f6cfccf7cba5898de16067944662321a5 |
|
MD5 | d815f497ec5317b0d2e61f7362b315b9 |
|
BLAKE2b-256 | b22978948cf85982ccf782830d9a3af847b0374b6a8e15b254302240277b7115 |
File details
Details for the file Clumsy-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: Clumsy-0.0.5-py3-none-any.whl
- Upload date:
- Size: 68.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 979bf90f54638acff940dda04742ca98879d046d5311956c122ed5fb65aaa891 |
|
MD5 | e29caff274d777fa978781d5f16eead3 |
|
BLAKE2b-256 | e4a282a2f5e78e46bd74bacbd316c6874d59e8cefa1bacab6e5352a5aaf90d59 |