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
Release files for Clumsy 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Clumsy-0.0.5.tar.gz | 57.2 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Clumsy-0.0.5-py3.7.egg | Legacy Egg format | - | - | Details |
| Clumsy-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 275.5 kB
Release files / Clumsy-0.0.5.tar.gz
| Download URL | Clumsy-0.0.5.tar.gz |
|---|---|
| Size | 57.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
654ef4550c0bffb94cfeaad18589ecb17f24ec5c84342fc1bf6e44d034a34d98
|
|
BLAKE2b-256 checksum How to use checksums |
d2cd12bf4484a5d74c0ebe1ea21b5bb5919b775353130b204c6da7227b79cf37
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / Clumsy-0.0.5-py3.7.egg
| Download URL | Clumsy-0.0.5-py3.7.egg |
|---|---|
| Size | 149.9 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
948d0e08f3dff2896616bdea4669e57f6cfccf7cba5898de16067944662321a5
|
|
BLAKE2b-256 checksum How to use checksums |
b22978948cf85982ccf782830d9a3af847b0374b6a8e15b254302240277b7115
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / Clumsy-0.0.5-py3-none-any.whl
| Download URL | Clumsy-0.0.5-py3-none-any.whl |
|---|---|
| Size | 68.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
979bf90f54638acff940dda04742ca98879d046d5311956c122ed5fb65aaa891
|
|
BLAKE2b-256 checksum How to use checksums |
e4a282a2f5e78e46bd74bacbd316c6874d59e8cefa1bacab6e5352a5aaf90d59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|