Metadata-Version: 2.1
Name: hpcbench
Version: 0.11
Summary: Specify and run your benchmarks
Home-page: https://github.com/BlueBrain/hpcbench
Author: Tristan Carel
Author-email: tristan.carel@epfl.ch
License: UNKNOWN
Description: HPC Benchmarks
        ==============
        
        .. image:: https://travis-ci.org/tristan0x/hpcbench.svg?branch=master
            :target: https://travis-ci.org/tristan0x/hpcbench
            :alt: Travis CI
        
        .. image:: https://readthedocs.org/projects/hpcbench/badge/?version=latest
           :target: http://hpcbench.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/tristan0x/hpcbench/badge.svg?branch=master
           :target: https://coveralls.io/github/tristan0x/hpcbench?branch=master
           :alt: Code coverage
        
        .. image:: https://scan.coverity.com/projects/13264/badge.svg
           :target: https://scan.coverity.com/projects/tristan0x-hpcbench
           :alt: Coverity
        
        .. image:: https://landscape.io/github/tristan0x/hpcbench/master/landscape.svg?style=flat
           :target: https://landscape.io/github/tristan0x/hpcbench/master
           :alt: Lanscape.io Code Health
        
        .. image:: https://codeclimate.com/github/tristan0x/hpcbench/badges/gpa.svg
           :target: https://codeclimate.com/github/tristan0x/hpcbench
           :alt: Code Climate
        
        .. image:: https://codeclimate.com/github/tristan0x/hpcbench/badges/issue_count.svg
           :target: https://codeclimate.com/github/tristan0x/hpcbench
           :alt: Issue Count
        
        
        This project provides a Python package that helps defining benchmarks and executing them on your grid. More information available in the
        `package documentation <http://hpcbench.readthedocs.io/en/latest/>`_
        
        License
        =======
        
        This project is licensed under the GPLv3 License. See the LICENSE_ file for more details.
        
        .. _LICENSE: ./LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Benchmark
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
