Skip to content

kwierman/pyerman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyerman

License: GPL v3 Build Status

A simulations and analysis python sandbox. This is meant to compliment features of numpy, scipy and the built-in python libraries. The goal is to provide more comprehensive tools to python programmers in the physical sciences.

Features:

  • Tables
    • Tabular data slicing (horiz and vert)
    • Paintable objects in IPython notebooks
  • Statistics
    • GaussianValues automatically calculate statistics for iterable objects
    • Represents in scientific format
  • Style
    • Improved color tables for graphic readability
    • Painter/Actor patterns for plotting in notebooks
  • Configuration
    • Allows configuration of analyses on the fly
    • Reads and writes configs for workspaces
  • LSF
    • Remote management of LSF-based cluster system
    • Move files around
    • Submit jobs
    • Never have to shell into a system again

Installation

Using pip:

   pip install git+https://github.com/kwierman/pyerman/

Cloning from github:

   git clone https://github.com/kwierman/pyerman/
   cd pyerman
   python setup.py install