oafuncs 0.0.87__tar.gz → 0.0.88__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 (32) hide show
  1. {oafuncs-0.0.87/oafuncs.egg-info → oafuncs-0.0.88}/PKG-INFO +3 -1
  2. {oafuncs-0.0.87 → oafuncs-0.0.88/oafuncs.egg-info}/PKG-INFO +3 -1
  3. {oafuncs-0.0.87 → oafuncs-0.0.88}/setup.py +17 -17
  4. {oafuncs-0.0.87 → oafuncs-0.0.88}/LICENSE.txt +0 -0
  5. {oafuncs-0.0.87 → oafuncs-0.0.88}/MANIFEST.in +0 -0
  6. {oafuncs-0.0.87 → oafuncs-0.0.88}/README.md +0 -0
  7. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/__init__.py +0 -0
  8. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/data_store/OAFuncs.png +0 -0
  9. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_cmap.py +0 -0
  10. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_data.py +0 -0
  11. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_down/User_Agent-list.txt +0 -0
  12. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_down/__init__.py +0 -0
  13. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_down/hycom_3hourly.py +0 -0
  14. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_down/literature.py +0 -0
  15. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_down/test_ua.py +0 -0
  16. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_down/user_agent.py +0 -0
  17. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_draw.py +0 -0
  18. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_file.py +0 -0
  19. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_help.py +0 -0
  20. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_nc.py +0 -0
  21. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_python.py +0 -0
  22. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_sign/__init__.py +0 -0
  23. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_sign/meteorological.py +0 -0
  24. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_sign/ocean.py +0 -0
  25. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_sign/scientific.py +0 -0
  26. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_tool/__init__.py +0 -0
  27. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs/oa_tool/email.py +0 -0
  28. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs.egg-info/SOURCES.txt +0 -0
  29. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs.egg-info/dependency_links.txt +0 -0
  30. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs.egg-info/requires.txt +0 -0
  31. {oafuncs-0.0.87 → oafuncs-0.0.88}/oafuncs.egg-info/top_level.txt +0 -0
  32. {oafuncs-0.0.87 → oafuncs-0.0.88}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oafuncs
3
- Version: 0.0.87
3
+ Version: 0.0.88
4
4
  Summary: Oceanic and Atmospheric Functions
5
5
  Home-page: https://github.com/Industry-Pays/OAFuncs
6
6
  Author: Kun Liu
@@ -9,6 +9,8 @@ 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
12
14
  Classifier: Programming Language :: Python :: 3.9
13
15
  Classifier: Programming Language :: Python :: 3.10
14
16
  Classifier: Programming Language :: Python :: 3.11
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: oafuncs
3
- Version: 0.0.87
3
+ Version: 0.0.88
4
4
  Summary: Oceanic and Atmospheric Functions
5
5
  Home-page: https://github.com/Industry-Pays/OAFuncs
6
6
  Author: Kun Liu
@@ -9,6 +9,8 @@ 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
12
14
  Classifier: Programming Language :: Python :: 3.9
13
15
  Classifier: Programming Language :: Python :: 3.10
14
16
  Classifier: Programming Language :: Python :: 3.11
@@ -18,7 +18,7 @@ URL = 'https://github.com/Industry-Pays/OAFuncs'
18
18
  EMAIL = 'liukun0312@stu.ouc.edu.cn'
19
19
  AUTHOR = 'Kun Liu'
20
20
  REQUIRES_PYTHON = '>=3.7.0'
21
- VERSION = '0.0.87'
21
+ VERSION = '0.0.88'
22
22
 
23
23
  # What packages are required for this module to be executed?
24
24
  REQUIRED = [
@@ -106,42 +106,42 @@ class UploadCommand(Command):
106
106
  # Where the magic happens:
107
107
  setup(
108
108
  name=NAME,
109
- version=about['__version__'],
109
+ version=about["__version__"],
110
110
  description=DESCRIPTION,
111
111
  long_description=long_description,
112
- long_description_content_type='text/markdown',
112
+ long_description_content_type="text/markdown",
113
113
  author=AUTHOR,
114
114
  author_email=EMAIL,
115
115
  python_requires=REQUIRES_PYTHON,
116
116
  url=URL,
117
- packages=find_packages(
118
- exclude=["oa_*", "oa_down", "oa_sign", "oa_tool"]),
117
+ packages=find_packages(exclude=["oa_*", "oa_down", "oa_sign", "oa_tool"]),
119
118
  # packages=find_packages(exclude=["nc", "file", "*.tests.*", "tests.*"]),
120
119
  # If your package is a single module, use this instead of 'packages':
121
120
  # py_modules=['mypackage'],
122
-
123
121
  # entry_points={
124
122
  # 'console_scripts': ['mycli=mymodule:cli'],
125
123
  # },
126
124
  install_requires=REQUIRED,
127
125
  extras_require=EXTRAS,
128
126
  include_package_data=True,
129
- license='MIT',
127
+ license="MIT",
130
128
  classifiers=[
131
129
  # Trove classifiers
132
130
  # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
133
- 'License :: OSI Approved :: MIT License',
134
- 'Programming Language :: Python',
135
- 'Programming Language :: Python :: 3',
136
- 'Programming Language :: Python :: 3.9',
137
- 'Programming Language :: Python :: 3.10',
138
- 'Programming Language :: Python :: 3.11',
139
- 'Programming Language :: Python :: 3.12',
140
- 'Programming Language :: Python :: Implementation :: CPython',
141
- 'Programming Language :: Python :: Implementation :: PyPy'
131
+ "License :: OSI Approved :: MIT License",
132
+ "Programming Language :: Python",
133
+ "Programming Language :: Python :: 3",
134
+ "Programming Language :: Python :: 3.7",
135
+ 'Programming Language :: Python :: 3.8',
136
+ "Programming Language :: Python :: 3.9",
137
+ "Programming Language :: Python :: 3.10",
138
+ "Programming Language :: Python :: 3.11",
139
+ "Programming Language :: Python :: 3.12",
140
+ "Programming Language :: Python :: Implementation :: CPython",
141
+ "Programming Language :: Python :: Implementation :: PyPy",
142
142
  ],
143
143
  # $ setup.py publish support.
144
144
  cmdclass={
145
- 'upload': UploadCommand,
145
+ "upload": UploadCommand,
146
146
  },
147
147
  )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes