Skip to content

gwappa/python-sliding1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python sliding1d library

a library for sliding-window computation.

Dependencies

Probably it only works on Python 3 (not on Python 2) as I took zero care about it.

It uses the following libraries (presumably handled automatically in pip):

  1. numpy
  2. bottleneck

Installation

You can directly install it via pip:

$ pip install git+https://github.com/gwappa/python-sliding1d.git

Alternatively, you can first clone the Git repository and then perform local installation:

$ git clone https://github.com/gwappa/python-sliding1d.git
$ cd python-sliding1d
$ pip install .

In both cases, note that you may need to add the --user option, to install the package without administrative previleges.

License

MIT

About

1D sliding window calculation tools for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published