Metadata-Version: 1.1
Name: PyMeasure
Version: 0.4
Summary: Scientific measurement library for instruments, experiments, and live-plotting
Home-page: https://github.com/ralph-group/pymeasure
Author: PyMeasure Developers
Author-email: UNKNOWN
License: MIT License
Download-URL: https://github.com/ralph-group/pymeasure/tarball/v0.4
Description: .. image:: https://raw.githubusercontent.com/ralph-group/pymeasure/master/docs/images/PyMeasure.png
            :alt: PyMeasure Scientific package
        
        PyMeasure scientific package
        ############################
        
        PyMeasure makes scientific measurements easy to set up and run. The package contains a repository of instrument classes and a system for running experiment procedures, which provides graphical interfaces for graphing live data and managing queues of experiments. Both parts of the package are independent, and when combined provide all the necessary requirements for advanced measurements with only limited coding.
        
        PyMeasure is currently under active development, so please report any issues you experience to our `Issues page`_.
        
        .. image:: https://ci.appveyor.com/api/projects/status/hcj2n2a7l97wfbb8/branch/master?svg=true
            :target: https://ci.appveyor.com/project/cjermain/pymeasure
        
        .. image:: https://travis-ci.org/ralph-group/pymeasure.svg?branch=master
            :target: https://travis-ci.org/ralph-group/pymeasure
        
        .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
            :target: http://pymeasure.readthedocs.org/en/latest/
        
        Quick start
        ***********
        
        Check out `the documentation`_ for the `quick start guide`_, that covers the installation of Python and PyMeasure.
        
        There are a number of examples in the `examples`_ directory that can help you get up and running.
        
        
        .. _the documentation: http://pymeasure.readthedocs.org/en/latest/
        .. _quick start guide: http://pymeasure.readthedocs.io/en/latest/quick_start.html
        .. _Issues page: https://github.com/ralph-group/pymeasure/issues
        .. _examples: https://github.com/ralph-group/pymeasure/tree/master/examples
Keywords: measure instrument experiment control automate graph plot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
