rda-python-dsupdt 2.0.11__tar.gz → 2.0.12__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 (20) hide show
  1. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/PKG-INFO +3 -1
  2. rda_python_dsupdt-2.0.12/README.md +3 -0
  3. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/pyproject.toml +1 -1
  4. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/dsupdt.usg +16 -15
  5. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/pg_updt.py +1 -1
  6. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/PKG-INFO +3 -1
  7. rda_python_dsupdt-2.0.11/README.md +0 -1
  8. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/LICENSE +0 -0
  9. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/MANIFEST.in +0 -0
  10. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/setup.cfg +0 -0
  11. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/PgUpdt.py +0 -0
  12. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/__init__.py +0 -0
  13. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/ds_updt.py +0 -0
  14. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt/dsupdt.py +0 -0
  15. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/SOURCES.txt +0 -0
  16. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/dependency_links.txt +0 -0
  17. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/entry_points.txt +0 -0
  18. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/requires.txt +0 -0
  19. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/src/rda_python_dsupdt.egg-info/top_level.txt +0 -0
  20. {rda_python_dsupdt-2.0.11 → rda_python_dsupdt-2.0.12}/tests/test_dsupdt.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rda_python_dsupdt
3
- Version: 2.0.11
3
+ Version: 2.0.12
4
4
  Summary: RDA Python Package to update RDA operational datasets
5
5
  Author-email: Zaihua Ji <zji@ucar.edu>
6
6
  Project-URL: Homepage, https://github.com/NCAR/rda-python-dsupdt
@@ -16,3 +16,5 @@ Requires-Dist: rda_python_dsarch
16
16
  Dynamic: license-file
17
17
 
18
18
  RDA python package to update RDA operational datasets.
19
+
20
+ The user guide for this utility tool can be viewed at: [User guide](https://gdex-docs-dsupdt.readthedocs.io).
@@ -0,0 +1,3 @@
1
+ RDA python package to update RDA operational datasets.
2
+
3
+ The user guide for this utility tool can be viewed at: [User guide](https://gdex-docs-dsupdt.readthedocs.io).
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "rda_python_dsupdt"
7
- version = "2.0.11"
7
+ version = "2.0.12"
8
8
  authors = [
9
9
  { name="Zaihua Ji", email="zji@ucar.edu" },
10
10
  ]
@@ -25,10 +25,10 @@ on placing a dataset under 'dsarch' control.
25
25
 
26
26
  Once update information is configured in GDEXDB, 'dsupdt' downloads and archives
27
27
  data in the following steps:
28
- Server Files on remote server or at other local area =========DOWNLOAD/COPY=>
29
- Remote Files at local working area ========================VALIDATE/CONVERT=>
30
- Remote Files ready for building Local Files =============TAR/COMPRESS/BUILD=>
31
- Local Files ready for archive =======================================DSARCH=>
28
+ Server Files on remote server or at other local area ===DOWNLOAD/COPY=>
29
+ Remote Files at local working area ==================VALIDATE/CONVERT=>
30
+ Remote Files ready for building Local Files =======TAR/COMPRESS/BUILD=>
31
+ Local Files ready for archive =================================DSARCH=>
32
32
  Files on GDEX Servers
33
33
 
34
34
  If not specified explicitly, the server file name defaults to the remote file name.
@@ -98,14 +98,16 @@ command-line options. The -IF option name itself may be omitted when a single
98
98
  input file is given on the command line and all action and option information is
99
99
  contained within that file.
100
100
 
101
- When retrieving update control, local file, or remote file information, Info
102
- options specify query conditions. The special characters '!', '<', '>', and
103
- '<>' can be used for more specific filtering. When supplied on the command line,
104
- these characters must be quoted or escaped to avoid shell interpretation. '!'
105
- (or \!) denotes exclusion and must appear immediately after the option name.
106
- '<' and '>' denote less-than and greater-than comparisons on the following
107
- value. '<>' denotes a range between two values. Combining '!' with '<' as
108
- '!' '<' OptionValue creates a 'greater than or equal to OptionValue' condition.
101
+ Info options used with GET actions serve as query filters. Four special
102
+ characters enable more precise filtering they must be quoted or escaped
103
+ on the command line to prevent shell interpretation:
104
+ '!' - exclude matches; must appear immediately after the option name
105
+ '<' - less-than comparison on the following value
106
+ '>' - greater-than comparison on the following value
107
+ '<>' - range between two values
108
+
109
+ Combining '!' and '<' as "-<OptionName>!<OptionValue>" expresses a 'greater than
110
+ or equal to OptionValue' condition.
109
111
 
110
112
  The description of an individual option is displayed when 'dsupdt' is run as
111
113
 
@@ -118,7 +120,7 @@ available at $DSSHOME/dssdb/prog_usage/dsupdt.usg, where $DSSHOME is the
118
120
  environment variable for the DSS home directory.
119
121
 
120
122
  #The online HTML version of this document is available at
121
- #http://dss.ucar.edu/internal/docs/dsupdt/
123
+ #https://gdex-docs-dsupdt.readthedocs.io/en/latest/index.html
122
124
 
123
125
 
124
126
  3 ACTION OPTIONS
@@ -261,8 +263,7 @@ ControlIndex<:>Specialist<:>ParentIndex<:>Action<:>Frequency<:>ControlOffset<:>C
261
263
  Z -(HO|HourOffset) time zone hour offset, hours ahead of local time
262
264
  D -(DT|DataTime) time data updated to, format: YYYY-MM-DD HH:NN:SS
263
265
  H -(HN|HostName) hostnames on which this control index can or cannot be processed
264
- S -(SB|SBatchOptions) additional SLURM sbatch options
265
- Q -(QS|QSubOptions) additional PBS qsub options
266
+ Q -(QS|QsubOptions) additional PBS qsub options
266
267
  Y -(CC|CarbonCopy) carbon copies for additional email addresses
267
268
  X -(XC|ExecuteCommand) Command to be executed after successful update
268
269
 
@@ -66,7 +66,7 @@ class PgUpdt(PgOPT, PgCMD):
66
66
  'KR': [0, 'KeepRemote'],
67
67
  'KS': [0, 'KeepServer'],
68
68
  'LO': [0, 'LogOn'],
69
- 'MD': [0, 'PgDataset'],
69
+ 'MD': [0, 'MyDataset'],
70
70
  'MO': [0, 'MissedOnly'],
71
71
  'MU': [0, 'MultipleUpdate'],
72
72
  'NC': [0, 'NewControl'],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rda_python_dsupdt
3
- Version: 2.0.11
3
+ Version: 2.0.12
4
4
  Summary: RDA Python Package to update RDA operational datasets
5
5
  Author-email: Zaihua Ji <zji@ucar.edu>
6
6
  Project-URL: Homepage, https://github.com/NCAR/rda-python-dsupdt
@@ -16,3 +16,5 @@ Requires-Dist: rda_python_dsarch
16
16
  Dynamic: license-file
17
17
 
18
18
  RDA python package to update RDA operational datasets.
19
+
20
+ The user guide for this utility tool can be viewed at: [User guide](https://gdex-docs-dsupdt.readthedocs.io).
@@ -1 +0,0 @@
1
- RDA python package to update RDA operational datasets.