elenacuoco / wdfml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix: Unix Build Status Windows: Windows Build Status
Metrics: Coverage Status Scrutinizer Code Quality
Usage: PyPI Version

Overview

Transient signal detector and classifier.

Setup

Requirements

  • Python 3.5+

Installation

Install wdfml with pip:

$ pip install wdfml

or directly from the source code:

$ git clone https://github.com/elenacuoco/wdfml.git
$ cd wdfml
$ python setup.py install

Usage

After installation, the package can imported:

$ python
>>> import wdfml
>>> wdfml.__version__

About

License:Other


Languages

Language:Python 93.4%Language:Makefile 6.6%