eem-python 1.2__py3-none-any.whl → 1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eem-python
3
- Version: 1.2
3
+ Version: 1.3
4
4
  Summary: A python toolkit for excitation-emission matrix (EEM) analysis
5
5
  Home-page: https://github.com/YongminHu/eempy
6
6
  Author: Yongmin Hu
7
7
  Author-email: yongminhu@outlook.com
8
8
  License: MIT
9
+ Requires-Python: >3.9
9
10
  License-File: LICENSE
10
11
  Requires-Dist: tensorly
11
12
  Requires-Dist: numpy
@@ -14,4 +15,7 @@ Requires-Dist: scikit-learn
14
15
  Requires-Dist: matplotlib
15
16
  Requires-Dist: pandas
16
17
  Requires-Dist: tlviz
18
+ Requires-Dist: plotly
19
+ Requires-Dist: dash
20
+ Requires-Dist: dash-bootstrap-components
17
21
 
@@ -0,0 +1,14 @@
1
+ eempy/__init__.py,sha256=97lm87pXaylf2Yl4hJXM9RoMFqt2ZVXgVmtsEKsQSfs,102
2
+ eempy/eem_processing/__init__.py,sha256=KkfDKxSizjaSBFYGrG80CXP4qwXeJSj8Fs_u6sOubrY,31
3
+ eempy/eem_processing/eem_processing.py,sha256=3B0h1bRojjj4kQs3a_Q3a9gaxGKvyHHwpnlvEF0QFxA,119313
4
+ eempy/plot/__init__.py,sha256=XPJH2dUsJtD703L3Kh9VA-rb0U4HDwxOqde_eJqwhEE,21
5
+ eempy/plot/plot.py,sha256=qMV7SHGy1qQkHA12HIxXEUvu1_VZ_ydRvsdtT7-j8Qs,23580
6
+ eempy/read_data/__init__.py,sha256=0mt5heF9TiKDzSYPYqFZXkxchPX6iieXz9rOhQNItKU,26
7
+ eempy/read_data/read_data.py,sha256=pEjpWQ57oAwgdsBagFhFGy9CuyDSp211muSaMozt8j0,22323
8
+ eempy/utils/__init__.py,sha256=nzX2vixf0jgvDnApDOmvAabXlkaJSNPkbMk5WX2O5SU,22
9
+ eempy/utils/utils.py,sha256=FcBmqTuHRX9QwwNFAr1daetJpLRop8FdG60d1LUYPi8,3813
10
+ eem_python-1.3.dist-info/LICENSE,sha256=6rijyDzYcARQT2GslbeOMbU0RKJ-QNMuhJABp8zoLuE,1088
11
+ eem_python-1.3.dist-info/METADATA,sha256=BRzPCuao_20tuJvxQY1lVUXUoOElMCEOHrHctiJsLTE,550
12
+ eem_python-1.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
13
+ eem_python-1.3.dist-info/top_level.txt,sha256=Bbe0Miu3bS3yJ3wHt0Sh3USH-ypWnjM2FL5Siuq8B0c,6
14
+ eem_python-1.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.38.4)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5