Metadata-Version: 2.1
Name: driverlib
Version: 0.0.2
Summary: Control your instruments via USB or LAN.
Home-page: https://github.com/kyrylo-gr/driverlib
Author: LKB
Author-email: cryo.paris.su@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pyvisa

<h1 align="center"> 
<img src="docs/images/driverlib-logo.png" width="400">
</h1><br>

<div align="center">

[![Pypi](https://img.shields.io/pypi/v/driverlib.svg)](https://pypi.org/project/driverlib/)
![Python 3.7+](https://img.shields.io/badge/python-3.7%2B-blue)
[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![CodeFactor](https://www.codefactor.io/repository/github/kyrylo-gr/driverlib/badge/main)](https://www.codefactor.io/repository/github/kyrylo-gr/driverlib/overview/main)
[![Codecov](https://codecov.io/gh/kyrylo-gr/driverlib/graph/badge.svg?token=5U0FU9XNID)](https://codecov.io/gh/kyrylo-gr/driverlib)
[![Download Stats](https://img.shields.io/pypi/dm/driverlib)](https://pypistats.org/packages/driverlib)
[![Documentation](https://img.shields.io/badge/docs-blue)](https://kyrylo-gr.github.io/driverlib/)

</div>

`DriverLIB` - a package that allows you to control different instruments.

This is alpha version that is going to be updated.

## Install

`pip install driverlib`

## Installation in dev mode

`pip install -e .[dev]` or `python setup.py develop`

## Usage

To see more look at [the documentation](https://kyrylo-gr.github.io/driverlib/)
