Metadata-Version: 1.2
Name: scope_plot
Version: 0.1.2
Summary: Plot Google Benchmark results
Home-page: http://scope_plot.readthedocs.io
Author: Abdul Dakkak
Author-email: dakkak@illinois.edu
Maintainer: Abdul Dakkak
Maintainer-email: dakkak@illinois.edu
License: MIT
Description: MicrobenchPlot
        =======
        
        .. image:: https://img.shields.io/travis/rai-project/scope_plot/master.svg
            :target: https://travis-ci.org/rai-project/scope_plot
            :alt: Linux and MacOS Build Status
        .. image:: https://img.shields.io/appveyor/ci/rai-project/scope_plot/master.svg
            :target: https://ci.appveyor.com/project/rai-project/scope_plot
            :alt: Windows Build Status
        .. image:: https://img.shields.io/codecov/c/github/rai-project/scope_plot/master.svg
            :target: https://codecov.io/gh/rai-project/scope_plot
            :alt: Test Suite Coverage
        .. image:: https://img.shields.io/codeclimate/github/rai-project/scope_plot.svg
            :target: https://codeclimate.com/github/rai-project/scope_plot
            :alt: Code Health
        .. image:: https://readthedocs.org/projects/scope_plot/badge/?version=latest
            :target: http://scope_plot.readthedocs.io
            :alt: Documentation Build Status
        .. image:: https://pyup.io/repos/github/rai-project/scope_plot/shield.svg
             :target: https://pyup.io/repos/github/rai-project/scope_plot
             :alt: Dependency Versions
        .. image:: https://img.shields.io/pypi/v/scope_plot.svg
            :target: https://pypi.python.org/pypi/scope_plot
            :alt: PyPI Version
        .. image:: https://img.shields.io/badge/say-thanks-ff69b4.svg
            :target: https://saythanks.io/to/abduld
            :alt: Say Thanks to the Maintainers
        
        plot microbenchmarks
        
        Getting Started with MicrobenchPlot
        ----------------------------
        
        MicrobenchPlot is available on PyPI can be installed with `pip <https://pip.pypa.io>`_.::
        
            $ python -m pip install scope_plot
        
        To install the latest development version from `Github <https://github.com/rai-project/scope_plot>`_::
        
            $ python -m pip install git+git://github.com/rai-project/scope_plot.git
        
        
        If your current Python installation doesn't have pip available, try `get-pip.py <bootstrap.pypa.io>`_
        
        After installing MicrobenchPlot you can use it like any other Python module.
        Here's a very simple example:
        
        .. code-block:: python
        
            import scope_plot
            # Fill this section in with the common use-case.
        
        API Reference
        -------------
        
        The `API Reference on readthedocs.io <http://scope_plot.readthedocs.io>`_ provides API-level documentation.
        
        Support / Report Issues
        -----------------------
        
        All support requests and issue reports should be
        `filed on Github as an issue <https://github.com/rai-project/scope_plot/issues>`_.
        Make sure to follow the template so your request may be as handled as quickly as possible.
        Please respect contributors by not using personal contacts for support requests.
        
        Contributing
        ------------
        
        We happily welcome contributions, please see `our guide for Contributors <http://scope_plot.readthedocs.io/en/latest/contributing.html>`_ for the best places to start and help.
        
        License
        -------
        
        scope_plot is made available under the MIT License. For more details, see `LICENSE.txt <https://github.com/rai-project/scope_plot/blob/master/LICENSE.txt>`_.
        
        
        Changelog
        =========
        
        Release 1.0.0 (Development)
        ---------------------------
        
        * (Add summary of changes here, along with author.)
        
Keywords: scope_plot
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
