Metadata-Version: 1.1
Name: acqpack
Version: 1.0.0
Summary: Library for instrument control and automated data acquisition
Home-page: https://github.com/fordycelab/acqpack
Author: Scott Longwell
Author-email: longwell@stanford.edu
License: MIT license
Description: AcqPack
        =======
        
        | |doc-status| ``Docs``
        | |pkg-updates| ``Requirements``
        | |linux-status| ``Linux``
        | |win-status| ``Windows``
        
        Code to perform acquisitions (experiment automation and hardware
        control). Should be combined with MMCorePy for microscope control.
        
        | -``config/`` should be for computer scope settings
        | -``setup/`` should be for experiment scope settings
        
        ``from acqpack import ...``
        
        .. |doc-status| image:: https://readthedocs.org/projects/acqpack/badge/?version=latest
           :target: http://acqpack.readthedocs.io/en/latest/?badge=latest
        .. |pkg-updates| image:: https://pyup.io/repos/github/FordyceLab/AcqPack/shield.svg
           :target: https://pyup.io/repos/github/FordyceLab/AcqPack/
        .. |linux-status| image:: https://travis-ci.org/FordyceLab/AcqPack.svg?branch=master
           :target: https://travis-ci.org/FordyceLab/AcqPack
        .. |win-status| image:: https://ci.appveyor.com/api/projects/status/github/fordycelab/acqpack?branch=master&svg=true
           :target: https://ci.appveyor.com/api/projects/status/github/fordycelab/acqpack?branch=master&svg=true
        
        
        =======
        History
        =======
        
        0.1.0 (2017-07-03)
        ------------------
        
        * First release on PyPI.
        
Keywords: acqpack
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
