Skip to content

AugustUnderground/pynut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyNut

You can pronounce it 🥜 when you think no one's listening.

Installation

With pip:

$ pip install git+https://github.com/augustunderground/pynut.git

From source:

$ git clone https://github.com/augustunderground/pynut.git
$ pushd pynut
$ pip install .

Example

import pynut as pn

file = './test/rc2.raw'

raw = pn.read_raw(file)

Or see test/example.py.