Metadata-Version: 2.2
Name: mskit
Version: 0.6.1
Summary: Utils for MS data processing
Home-page: https://github.com/gureann/MSKit
Author: Lou, R.
Author-email: lourh302@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.12.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scikit-learn
Requires-Dist: requests
Requires-Dist: prettytable
Requires-Dist: tqdm
Requires-Dist: joblib
Requires-Dist: dask
Requires-Dist: distributed
Provides-Extra: msdataaccess
Requires-Dist: pymzml; extra == "msdataaccess"
Requires-Dist: pyteomics; extra == "msdataaccess"
Requires-Dist: pymsfilereader; extra == "msdataaccess"
Provides-Extra: speedup
Requires-Dist: numba; extra == "speedup"
Provides-Extra: image
Requires-Dist: opencv-python; extra == "image"
Provides-Extra: torch
Requires-Dist: pytorch; extra == "torch"
Provides-Extra: tensorflow
Requires-Dist: tensorflow-gpu; extra == "tensorflow"
Provides-Extra: gui
Requires-Dist: wxpython; extra == "gui"
Provides-Extra: all
Requires-Dist: pymzml; extra == "all"
Requires-Dist: pyteomics; extra == "all"
Requires-Dist: pymsfilereader; extra == "all"
Requires-Dist: numba; extra == "all"
Requires-Dist: opencv-python; extra == "all"
Requires-Dist: pytorch; extra == "all"
Requires-Dist: tensorflow-gpu; extra == "all"
Requires-Dist: wxpython; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary



Handy functions extracted from part of codebase used in personal data analysis

If you find some func useful, feel free to copy and use
