Metadata-Version: 2.1
Name: aprheology
Version: 0.2.3
Summary: Set of tools to easily analyse Anton Paar rheometer data
Home-page: UNKNOWN
Author: Kevin De Bruycker
Author-email: kevindebruycker@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: PySimpleGUI
Requires-Dist: scipy
Requires-Dist: statsmodels

# APRheology
##### _Toolkit for Anton Paar rheometer data_

The purpose of this program is to facilitate the analysis 
of rheometer data of polymeric samples. The program is originally
designed to use RheoCompass csv exports as input, however, it is 
developed without involvement of Anton Paar and is thus independent
from the company and its RheoCompass software. 

Currently, the extraction of relaxation times from frequency sweep
and stress relaxation experiments is supported. Other functionality might 
be added as needed.

##### License

APRheology is available free of charge under an MIT License. 
See the LICENCE file for more details.


##### Changelog

###### 0.2.3
* Export of advanced tab now possible
* Bugfixes

###### 0.2.0
* Introduce generalised Maxwell model

###### 0.1.4
* Bugfixes

###### 0.1.0
* Initial release





