Metadata-Version: 2.1
Name: autolab
Version: 2.0b2
Summary: Python package for scientific experiments interfacing and automation
Home-page: https://github.com/autolab-project/autolab
Author: Quentin Chateiller, Bruno Garbin, Jonathan Peltier, Mathieu Jeannin
Author-email: autolab-project@googlegroups.com
License: GPL-3.0 license
Project-URL: Documentation, https://autolab.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/autolab-project/autolab.git
Project-URL: Bug Tracker, https://github.com/autolab-project/autolab/issues
Keywords: scanning,interface,automation,scientific,laboratory,devices,experiments,measures,interface,gui,scan
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.16
Requires-Dist: pandas>=0.24
Requires-Dist: pyvisa>=1.10
Requires-Dist: python-vxi11>=0.9
Requires-Dist: pyqtgraph
Requires-Dist: qtpy
Requires-Dist: requests
Requires-Dist: tqdm
Requires-Dist: comtypes
Provides-Extra: gui
Requires-Dist: PyQt5; extra == "gui"
Requires-Dist: pillow; extra == "gui"

# Autolab
__Python package for scientific experiments automation__

The purpose of this package it to provide easy and efficient tools to deal with your scientific instruments, and to run automated experiments with them, by command line instructions or through a graphical user interface (GUI).

Created by Quentin Chateiller, Python drivers originally from Quentin Chateiller and Bruno Garbin, for the C2N-CNRS (Center for Nanosciences and Nanotechnologies, Palaiseau, France) ToniQ team.
Project continued by Jonathan Peltier, for the C2N-CNRS, Minaphot team.

Project hosted at https://github.com/autolab-project/autolab

Drivers made for this package can be found at https://github.com/autolab-project/autolab-drivers

Visit https://autolab.readthedocs.io/ for the full documentation of this package.

## Overview

![Autolab scheme](docs/scheme.png)

## GUI example

![Autolab Scanning GUI](docs/gui/scanning.png)

![Autolab Control Panel GUI](docs/gui/control_panel.png)
