Metadata-Version: 2.0
Name: auto-instr
Version: 0.7.4
Summary: Library for automating scientific instruments.
Home-page: https://github.com/arvind0790/auto_instr
Author: Arvind Kumar
Author-email: vind0790@gmail.com
License: MIT License
Description-Content-Type: UNKNOWN
Keywords: measure instrument experiment control automate bench smu power supply oscilloscope thermonic function generator
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

Python auto-instr library
*************************

Introduction
------------
- auto-instr is a simple and user-friendly library for automating scientific instruments.
- It offers quick-set functions for configuring and measuring in a single line of code.
- It supports all common bench instruments such as power supply, oscilloscope, function generator, source meter, multimeter,temperature controller etc.

License
-------
- The code is distributed under MIT License.
- You can use auto-instr library in your project without any restrictions.

Supported Python versions
-------------------------
- auto-instr library supports Python 3.


Installation
------------
- Install using ``pip`` (recommended, no separate download required).

   pip install auto-instr


Source code, bug reports, patches
---------------------------------
auto-instr on GitHub:
https://github.com/arvind0790/auto_instr

User manual
-----------
User manual for auto-instr is available in the sources docs/manual/ directory. 

Changelog
---------
See CHANGES.rst


