Metadata-Version: 1.1
Name: numkit
Version: 1.0.0
Summary: numerical first aid kit
Home-page: https://github.com/Becksteinlab/numkit
Author: Oliver Beckstein
Author-email: orbeckst@gmail.com
License: BSD
Description: ======
        numkit
        ======
        
        |docs| |build| |cov|
        
        **numkit** is a small collection of numerical helper functions and
        classes ("numerical first aid kit") that have been useful for
        GromacsWrapper_ and related projects.
        
        Originally, **numkit** was part of GromacsWrapper_ but was split off
        into its own small package in version 0.7.0 of GromacsWrapper.
        
        .. _GromacsWrapper: http://gromacswrapper.readthedocs.org/
        
        
        Getting numkit
        ==============
        
        Install from PyPi with ::
        
            pip install numkit
        
        The source code is available under the BSD 3-clause license (see file
        LICENSE) from GitHub in the repository
        https://github.com/Becksteinlab/numkit ::
        
          git clone https://github.com/Becksteinlab/numkit
        
        
        Contributing
        ============
        
        Contributions are very welcome in all forms, especially through issue
        reports and pull requests.
        
        
        .. |build| image:: https://travis-ci.org/Becksteinlab/numkit.svg?branch=master
           :target: https://travis-ci.org/Becksteinlab/numkit
           :alt: Build status
           :scale: 100%
           
        .. |docs| image:: https://readthedocs.org/projects/numkit/badge/?version=latest
           :target: http://numkit.readthedocs.org/en/latest/?badge=latest
           :alt: Documentation
           :scale: 100%
           
        .. |cov| image:: https://codecov.io/gh/Becksteinlab/numkit/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/Becksteinlab/numkit?branch=master
           :alt: Code Coverage
           :scale: 100%
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
