Metadata-Version: 2.1
Name: micromechanics-indentationGUI
Version: 0.0.15
Summary: GUI for nanoindentation data
Home-page: https://micromechanics.github.io/
Author: Micromechanics Team and Weiguang Yang
Author-email: sbrinckm@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: micromechanics
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyside6 (==6.4.2)

# Install
``` bash
pip install micromechanics-indentationGUI
```
# Usage
``` bash
python micromechanics-indentationGUI
``` 

# More detailed description to developers

# Prepare and create a new version
Test the code: linting, documentation and then the tests from project main directory
``` bash
pylint micromechanics_indentationGUI/
make -C docs html
# python tests/testVerification.py
```

Then upload/create-pull-request to github, via
``` bash
./commit.py 'my message'
```


