oafuncs 0.0.88__tar.gz → 0.0.90__tar.gz

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.
Files changed (34) hide show
  1. {oafuncs-0.0.88/oafuncs.egg-info → oafuncs-0.0.90}/PKG-INFO +9 -10
  2. oafuncs-0.0.90/oafuncs/data_store/OAFuncs.png +0 -0
  3. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_data.py +1 -0
  4. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_down/hycom_3hourly.py +213 -345
  5. oafuncs-0.0.90/oafuncs/oa_down/literature.py +263 -0
  6. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_down/user_agent.py +0 -3
  7. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_draw.py +1 -0
  8. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_file.py +23 -7
  9. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_help.py +3 -2
  10. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_nc.py +1 -0
  11. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_python.py +1 -0
  12. {oafuncs-0.0.88 → oafuncs-0.0.90/oafuncs.egg-info}/PKG-INFO +9 -10
  13. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs.egg-info/requires.txt +7 -6
  14. {oafuncs-0.0.88 → oafuncs-0.0.90}/setup.py +16 -10
  15. oafuncs-0.0.88/oafuncs/data_store/OAFuncs.png +0 -0
  16. oafuncs-0.0.88/oafuncs/oa_down/literature.py +0 -332
  17. {oafuncs-0.0.88 → oafuncs-0.0.90}/LICENSE.txt +0 -0
  18. {oafuncs-0.0.88 → oafuncs-0.0.90}/MANIFEST.in +0 -0
  19. {oafuncs-0.0.88 → oafuncs-0.0.90}/README.md +0 -0
  20. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/__init__.py +0 -0
  21. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_cmap.py +0 -0
  22. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_down/User_Agent-list.txt +0 -0
  23. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_down/__init__.py +0 -0
  24. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_down/test_ua.py +0 -0
  25. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_sign/__init__.py +0 -0
  26. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_sign/meteorological.py +0 -0
  27. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_sign/ocean.py +0 -0
  28. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_sign/scientific.py +0 -0
  29. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_tool/__init__.py +0 -0
  30. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs/oa_tool/email.py +0 -0
  31. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs.egg-info/SOURCES.txt +0 -0
  32. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs.egg-info/dependency_links.txt +0 -0
  33. {oafuncs-0.0.88 → oafuncs-0.0.90}/oafuncs.egg-info/top_level.txt +0 -0
  34. {oafuncs-0.0.88 → oafuncs-0.0.90}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oafuncs
3
- Version: 0.0.88
3
+ Version: 0.0.90
4
4
  Summary: Oceanic and Atmospheric Functions
5
5
  Home-page: https://github.com/Industry-Pays/OAFuncs
6
6
  Author: Kun Liu
@@ -9,28 +9,27 @@ License: MIT
9
9
  Classifier: License :: OSI Approved :: MIT License
10
10
  Classifier: Programming Language :: Python
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.7
13
- Classifier: Programming Language :: Python :: 3.8
14
12
  Classifier: Programming Language :: Python :: 3.9
15
13
  Classifier: Programming Language :: Python :: 3.10
16
14
  Classifier: Programming Language :: Python :: 3.11
17
15
  Classifier: Programming Language :: Python :: 3.12
18
16
  Classifier: Programming Language :: Python :: Implementation :: CPython
19
17
  Classifier: Programming Language :: Python :: Implementation :: PyPy
20
- Requires-Python: >=3.7.0
18
+ Requires-Python: >=3.9.0
21
19
  Description-Content-Type: text/markdown
22
20
  License-File: LICENSE.txt
23
- Requires-Dist: matplotlib
24
21
  Requires-Dist: numpy
25
22
  Requires-Dist: scipy
23
+ Requires-Dist: pandas
26
24
  Requires-Dist: xarray
27
- Requires-Dist: Cartopy
28
- Requires-Dist: netCDF4
29
- Requires-Dist: requests
30
- Requires-Dist: bs4
31
25
  Requires-Dist: rich
32
26
  Requires-Dist: pathlib
33
- Requires-Dist: pandas
27
+ Requires-Dist: requests
28
+ Requires-Dist: bs4
29
+ Requires-Dist: matplotlib
30
+ Requires-Dist: Cartopy
31
+ Requires-Dist: netCDF4
32
+ Requires-Dist: xlrd
34
33
 
35
34
 
36
35
  # oafuncs
@@ -19,6 +19,7 @@ from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor
19
19
 
20
20
  import numpy as np
21
21
  from scipy.interpolate import griddata
22
+ from rich import print
22
23
 
23
24
  __all__ = ["interp_2d","ParallelExecutor"]
24
25