Metadata-Version: 1.2
Name: pyNSC
Version: 0.1.dev0
Summary: NSC: a template for small scientific Python projects
Home-page: http://github.com/pynsc/pyNSC
Author: Michael Beyeler
Author-email: mbeyeler@uw.edu
Maintainer: Michael Beyeler
Maintainer-email: mbeyeler@uw.edu
License: MIT
Description: 
        
        pyNSC
        =====
        
        pyNSC is a Python package for nonnegative sparse coding (NSC).
        
        To get started using these components in your own software, please go to the
        repository README_.
        
        .. _README: https://github.com/pynsc/pyNSC/blob/master/README.md
        
        License
        =======
        ``pyNSC`` is licensed under the terms of the MIT license. See the file
        "LICENSE" for information on the history of this software, terms & conditions
        for usage, and a DISCLAIMER OF ALL WARRANTIES.
        
        All trademarks referenced herein are property of their respective holders.
        
        Copyright (c) 2018--, Michael Beyeler, University of Washington
        
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires: numpy
