Metadata-Version: 2.1
Name: BioPlate
Version: 0.1.3
Summary: An application to quickly generate plate schemes used in life science, save it in database and export it in nice table format or in spreadsheet
Home-page: https://github.com/Hatoris/BioPlate
Author: Florian Bernard
Author-email: florianxbernard@gmail.com
License: MIT
Project-URL: Documentation, https://hatoris.github.io/BioPlate/html/index.html
Project-URL: Source, https://github.com/Hatoris/BioPlate
Keywords: science,biological plate,tabulate,ELN,electronic lab notebook,spreadsheet
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Requires-Dist: sqlalchemy (>=1.2)
Requires-Dist: tabulate (>=0.8)
Requires-Dist: numpy (>=1.14)
Requires-Dist: pathlib (>=1.0)
Requires-Dist: xlsxwriter (>=1.0)
Requires-Dist: pyexcel (>=0.5)
Requires-Dist: pyexcel-xlsx (>=0.5)
Requires-Dist: pyexcel-xls (>=0.5)
Requires-Dist: typing (>=3.6.4)

[![Build Status](https://travis-ci.org/Hatoris/BioPlate.svg?branch=master)](https://travis-ci.org/Hatoris/BioPlate)
[![PyPI version](https://badge.fury.io/py/BioPlate.svg)](https://badge.fury.io/py/BioPlate)
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/Hatoris/BioPlate/blob/master/LICENCE.md)
[![coverage](https://codecov.io/gh/Hatoris/BioPlate/branch/master/graph/badge.svg)](https://codecov.io/gh/Hatoris/BioPlate)

BioPlate
==========

[Documentation](https://hatoris.github.io/BioPlate/html/index.html)

The main use cases of the library are:

* Working with a multi wells plate representation

* Set values or infos rapidly for each well on a plate

* Get a plate representation for other format such as markdow, html, rst ...

* Send data on a spreadsheet, iterate values by row or column, compilate multiple values from multiple plates in a unique table

* Use database to keep infos on a given plate type (volume and surface on each well, compagny url) and store plate in database



