Metadata-Version: 2.0
Name: LabToolkit
Version: 0.1.2
Summary: Engineering project to operate a test system
Home-page: https://github.com/DavidLutton/LabToolkit
Author: David A Lutton
Author-email: david@dalun.space
License: MIT license
Keywords: labtoolkit
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 :: 3.4
Classifier: Programming Language :: Python :: 3.5

===============================
LabToolkit
===============================


.. image:: https://img.shields.io/pypi/v/LabToolkit.svg
        :target: https://pypi.python.org/pypi/LabToolkit

.. image:: https://img.shields.io/travis/DavidLutton/LabToolkit.svg
        :target: https://travis-ci.org/DavidLutton/LabToolkit

.. image:: https://readthedocs.org/projects/engineering-project/badge/?version=latest
        :target: https://engineering-project.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/DavidLutton/LabToolkit/shield.svg
     :target: https://pyup.io/repos/github/DavidLutton/LabToolkit/
     :alt: Updates



A project to

* Free software: MIT license
* Documentation: https://LabToolkit.readthedocs.io.

Modules
--------

* `Numpy <http://www.numpy.org/>`_
* `Pandas <http://pandas.pydata.org/>`_
* `PyVISA <http://pyvisa.readthedocs.io/en/stable/>`_ : communicating with instruments
* `py-test <http://doc.pytest.org/en/latest/>`_
* `OpenPyXL <https://openpyxl.readthedocs.io/en/default/>`_


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.2 (2017-09-21)
------------------

* Fix history to enable 0.1.1 and 0.1.2.

0.1.1 (2017-09-21)
------------------

* Fix cross reference of package not imported.

0.1.0 (2017-01-24)
------------------

* First release on PyPI.


