Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 859 Bytes

index.rst

File metadata and controls

43 lines (28 loc) · 859 Bytes

Welcome to channelpack's documentation!

A small Python library providing an object to hold a number of Numpy arrays. The object is callable like a function and calls are made to get at data.

A few factory functions to get a ChannelPack object from data files are also provided.

Site contents:

overview_examples api_reference changelog

Install

To install channelpack, do the usual pip tango:

$ pip install channelpack

A numpy (https://numpy.org/) installation is assumed and not installed by channelpack.

Getting the source code

Get the source for the package:

$ git clone https://github.com/tomnor/channelpack.git

License

GPL

image