Metadata-Version: 2.1
Name: mdbase
Version: 0.4
Summary: MDbase :: join + process multiple XLS databases
Home-page: https://github.com/mirekslouf/mdbase/
Author: Mirek Slouf
Author-email: mirek.slouf@gmail.com
License: MIT
Project-URL: Documentation, https://mirekslouf.github.io/mdbase/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

MDBASE
------

MDBASE joins and processes data from multiple XLS databases.

* The XLS databases:
    - MS Excel files with similar structure.
    - Similar structure = the same columns names.
* The processing of joined databases:
	- Correlations: statistical plots + correlation coefficients and p-values.
	- Comparisons: boxplots + statistical significance of different groups.
* Example of usage and more details:
	- *Polymers* 15 (2023) 568.
	  [https://doi.org/10.3390/polym15030568](https://doi.org/10.3390/polym15030568)
	- If you use MDBASE in your research, **please cite** the publication above.

Quick start
-----------
* TODO; at the moment, you can see
  [GitHub Pages](https://mirekslouf.github.io/mdbase/docs).

Installation, documentation and examples
----------------------------------------
* [PyPI](https://pypi.org/project/mdbase/) repository.
* [GitHub](https://github.com/mirekslouf/mdbase/) repository. 
* [GitHub pages](https://mirekslouf.github.io/mdbase/) with
  [documentation](https://mirekslouf.github.io/mdbase/docs/).

Versions of MDBASE
------------------
* Version 0.1 = complete, working, but without documentation
* Version 0.2 = several minor improvements + basic documentation
* Version 0.3 = further improvements in both code and documentation
* Version 0.4 = updates, corrections, re-arranged modules, updated docs


