rda_python_dsquasar
RDA Python package to back up and recover RDA data archives to and from the GLOBUS Quasar backup server.
Programs
The package installs the following command-line utilities, all running as the current user:
dsquasar— back up and restore RDA dataset archives via Quasartacctar— create tar bundles for Quasar archivaltaccrec— recover content from Quasar tar bundles
Run any program with --help (or -h) for full usage details.
Environment setup
Create a Python environment first; package installs in the next section run inside whichever environment you activate here.
Option A — Python venv (DECS machines)
python3 -m venv $ENVHOME # e.g. /glade/u/home/gdexdata/gdexmsenv
source $ENVHOME/bin/activate
Option B — Conda (DAV/Casper)
conda create --prefix $ENVHOME python=3.12 # e.g. /glade/work/gdexdata/conda-envs/pg-gdex
conda activate $ENVHOME
Installing rda-python-dsquasar
Pick whichever install mode fits your workflow. All variants pull in the
transitive dependencies (rda_python_common, rda_python_dsarch)
automatically.
For local development, clone this repo alongside your project and install it in editable mode so that changes are picked up without re-installing:
git clone https://github.com/NCAR/rda-python-dsquasar.git
cd rda-python-dsquasar
pip install -e .
To test a specific branch (e.g. an in-progress feature or fix branch), pass
-b/--branch to git clone:
git clone -b <branch-name> https://github.com/NCAR/rda-python-dsquasar.git
cd rda-python-dsquasar
pip install -e .
For a regular (non-editable) install from a checkout:
pip install /path/to/rda-python-dsquasar
For a production install on a system that uses the published distribution:
pip install rda_python_dsquasar
Release files for rda-python-dsquasar 3.0.11
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rda_python_dsquasar-3.0.11.tar.gz | 65.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rda_python_dsquasar-3.0.11-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 133.9 kB
Release files / rda_python_dsquasar-3.0.11.tar.gz
| Download URL | rda_python_dsquasar-3.0.11.tar.gz |
|---|---|
| Size | 65.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8e40f65d1f26a17de14e4f0a419675995429d51876cbf70a05b472b59ce3b570
|
|
BLAKE2b-256 checksum How to use checksums |
e058dac471496f17ab7b30a9e275fb08fc43360c29906e090bd9ec094254d3cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.
Transparency logRelease files / rda_python_dsquasar-3.0.11-py3-none-any.whl
| Download URL | rda_python_dsquasar-3.0.11-py3-none-any.whl |
|---|---|
| Size | 68.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d8253522aa4762dbe102f71defa1752472dd55b24dfd2427fa755e46832c2c17
|
|
BLAKE2b-256 checksum How to use checksums |
50376932feb0e46d8879172e94a496515baf278ba19c860f494dc19ca520bdaa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.
Transparency log