rda-python-dsquasar 1.0.0__tar.gz → 1.0.1__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.
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/PKG-INFO +1 -1
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/pyproject.toml +1 -1
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar/dsquasar.py +8 -8
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar.egg-info/PKG-INFO +1 -1
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/LICENSE +0 -0
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/README.md +0 -0
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/setup.cfg +0 -0
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar/__init__.py +0 -0
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar.egg-info/SOURCES.txt +0 -0
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar.egg-info/dependency_links.txt +0 -0
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar.egg-info/entry_points.txt +0 -0
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar.egg-info/top_level.txt +0 -0
- {rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/tests/test_dsquasar.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: rda_python_dsquasar
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: RDA Python package to backup and recover RDA data archives to and from GLOBUS Quasar backup server
|
|
5
5
|
Author-email: Zaihua Ji <zji@ucar.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/NCAR/rda-python-dsquasar
|
|
@@ -24,14 +24,14 @@ import sys
|
|
|
24
24
|
import time
|
|
25
25
|
from os import path as op
|
|
26
26
|
from time import time as tm
|
|
27
|
-
from
|
|
28
|
-
from
|
|
29
|
-
from
|
|
30
|
-
from
|
|
31
|
-
from
|
|
32
|
-
from
|
|
33
|
-
from
|
|
34
|
-
from
|
|
27
|
+
from rda_python_common import PgLOG
|
|
28
|
+
from rda_python_common import PgSIG
|
|
29
|
+
from rda_python_common import PgCMD
|
|
30
|
+
from rda_python_common import PgUtil
|
|
31
|
+
from rda_python_common import PgFile
|
|
32
|
+
from rda_python_common import PgLock
|
|
33
|
+
from rda_python_common import PgDBI
|
|
34
|
+
from rda_python_common import PgSplit
|
|
35
35
|
|
|
36
36
|
BACKMSG = {
|
|
37
37
|
'B' : "Quasar Backup",
|
{rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: rda_python_dsquasar
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: RDA Python package to backup and recover RDA data archives to and from GLOBUS Quasar backup server
|
|
5
5
|
Author-email: Zaihua Ji <zji@ucar.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/NCAR/rda-python-dsquasar
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rda_python_dsquasar-1.0.0 → rda_python_dsquasar-1.0.1}/src/rda_python_dsquasar.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|