Metadata-Version: 2.0
Name: SciSalt
Version: 1.0rc0.dev1
Summary: Tools to make scientific data analysis easier
Home-page: https://github.com/joelfrederico/SciSalt
Author: Joel Frederico, SLAC National Accelerator Laboratory
Author-email: joelfred@slac.stanford.edu
License: MIT
Keywords: analysis numpy scipy matplotlib pyqt pyqt4
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: numpy
Requires-Dist: matplotlib

SciSalt
=======

This project has slowly grown from frequently-used code snippets. The
main objective is to create a collection of interconnected methods
frequently needed to visualize and analyze data using Numpy, Scipy,
Matplotlib, and PyQt.

It is broken down into sections, with a large main section where most
everything is kept. It probably should be organized better, but that
could break backwards compatibility. Organization will probably happen
if and/or when the package is officially used by >1 person.


