Metadata-Version: 2.4
Name: panda-client-light
Version: 1.6.14
Summary: Lightweight PanDA Client Package installed on PanDA server
Project-URL: Homepage, https://panda-wms.readthedocs.io/en/latest/
Author-email: PanDA Team <panda-support@cern.ch>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Description-Content-Type: text/markdown

# How to install

Download the code
```
git clone https://github.com/PanDAWMS/panda-client.git
cd panda-client
```
and install it
```
python setup.py install --prefix=/path/to/install/dir
```
or create the tar ball
```
python setup.py sdist
pip install dist/panda-client-*.tar.gz
```

# How to use
```
source /path/to/install/dir/etc/panda/panda_setup.[c]sh
prun -h
pathena -h
```

# Release Notes

https://github.com/PanDAWMS/panda-client/releases

# CVMFS deployment
Request atlas-adc-tier3sw-install to install the new specific version on CVMFS. They will download the package from the github release page.

# Uploading to pip
```
python setup.py sdist upload
```
Uploading source so that wheel generates setup files locally.
