Metadata-Version: 2.1
Name: pykrev
Version: 1.0.2
Summary: FT-MS data analysis in Python
Home-page: https://github.com/kzra/pykrev
Author: Ezra Kitson
Author-email: ezrakitson@ed.ac.uk
License: UNKNOWN
Description: # PyKrev: van Krevelen analysis and beyond
        
        PyKrev is a Python 3 library to help with analysis of high resolution mass spectrometry data.
        
        To install use:
        
        ```
        pip install pykrev
        ```
        
        [**The User Guide can be accessed here**](https://github.com/Kzra/PyKrev/blob/master/docs/user_guide/PyKrevUserGuide.md)
        
        [*Making UpSet plots with PyKrev and UpSetPlot*](https://github.com/Kzra/PyKrev/blob/master/docs/upset_plots_with_pykrev/UpSetplotswithPyKrev.md)
        
        [*Performing PCA with PyKrev and scikit-learn*](https://github.com/Kzra/PyKrev/blob/master/docs/pca_with_pykrev/PCAwithPyKrev.md)
        
        Version 1.0.2 [*Changelog*](https://github.com/Kzra/pykrev/blob/master/CHANGELOG.md)
        
        Please send any feedback or comments to ezra.kitson@ed.ac.uk
        
        <img src="https://github.com/Kzra/pykrev/blob/master/docs/user_guide/Pykrev_blue.png" alt="PyKrev" width="650"/>
        
Platform: UNKNOWN
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
