rda-python-common 1.0.0__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.

Potentially problematic release.


This version of rda-python-common might be problematic. Click here for more details.

File without changes
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 National Center for Atmospheric Research
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,16 @@
1
+ Metadata-Version: 2.2
2
+ Name: rda_python_common
3
+ Version: 1.0.0
4
+ Summary: RDA Python common library codes shared by other RDA python packages
5
+ Author-email: Zaihua Ji <zji@ucar.edu>
6
+ Project-URL: Homepage, https://github.com/NCAR/rda-python-common
7
+ Classifier: Programming Language :: Python :: 3
8
+ Classifier: License :: OSI Approved :: MIT License
9
+ Classifier: Operating System :: OS Independent
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+ License-File: LICENSE
14
+
15
+ # rda-python-common
16
+ Python common library codes to be shared by other RDA python utility programs.
@@ -0,0 +1,17 @@
1
+ rda_python_common/PgCMD.py,sha256=ZjGuKv6ozloZlryIUww7qyL2fGy86G01dO2iazX7iyE,20364
2
+ rda_python_common/PgDBI.py,sha256=Y9aPLMdN1LGSUU2hu-_eO4R8z7uPG6n9k4Bq7Um5GbI,73651
3
+ rda_python_common/PgFile.py,sha256=Yv0vmjJdiTSdE8KGh6yM3fSuysHQB_OCpm4GfGI8thE,96690
4
+ rda_python_common/PgGLBS.py,sha256=5LeK8jVg_5NkMBARHLrFqfhjT08SWwREGB4XA3rV4wU,6713
5
+ rda_python_common/PgLOG.py,sha256=OCJR_xP0tzSl-hz2d76p2QFHh9_NcG_sXRGlZx4293c,53586
6
+ rda_python_common/PgLock.py,sha256=uqsJuMuykiGgtXdBhHZ2of-LADeNDIuUKm39Ym6pM2s,22501
7
+ rda_python_common/PgOPT.py,sha256=MLUYDCTYH-dwDKPzvlNwSMbtWicD8IctA5QqtqShDnI,55263
8
+ rda_python_common/PgPGS.py,sha256=P_Oy5BZEsLTA4c8Qs9FMNgnZijcf-sa-k-T1mXTm1dU,4997
9
+ rda_python_common/PgSIG.py,sha256=5B91l6ofuRR_kk_JlUO1pH15PHlhvKs_H6rfrMcwTGo,35505
10
+ rda_python_common/PgSplit.py,sha256=SQEQY305n__DfnOZnhqbNDTaLtgdFvRFYMi5KH3ecSY,8709
11
+ rda_python_common/PgUtil.py,sha256=XNdT_J1BhLZ0x2O8s8oV9IwWKEz-pyl8LKj--UlI3V0,48643
12
+ rda_python_common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ rda_python_common-1.0.0.dist-info/LICENSE,sha256=1dck4EAQwv8QweDWCXDx-4Or0S8YwiCstaso_H57Pno,1097
14
+ rda_python_common-1.0.0.dist-info/METADATA,sha256=pBkzKp31LTL2iTrpNPAm5N01kenMWttXCzuB0Qi6FFk,629
15
+ rda_python_common-1.0.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
16
+ rda_python_common-1.0.0.dist-info/top_level.txt,sha256=KVQmx7D3DD-jsiheqL8HdTrRE14hpRnZY5_ioMArA5k,18
17
+ rda_python_common-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.8.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ rda_python_common