Metadata-Version: 2.1
Name: BioPlate
Version: 0.1.1
Summary: An application to quickly generate plate schemes used in life science, save it in database and export in nice format on electronic lab notebook
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
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Requires-Dist: sqlalchemy
Requires-Dist: tabulate
Requires-Dist: numpy
Requires-Dist: pathlib
Requires-Dist: xlsxwriter
Requires-Dist: pyexcel
Requires-Dist: pyexcel-xlsx
Requires-Dist: pyexcel-xls

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



