Metadata-Version: 2.1
Name: CTADIRAC
Version: 2.2.39
Summary: CTADIRAC is an extension of the DIRAC interware for dedicated CTA usage.
Author-email: Luisa Arrabito <arrabito@in2p3.fr>, Natthan Pigoux <natthan.pigoux@lupm.in2p3.fr>, Alice Faure <alice.faure@umontpellier.fr>
Maintainer-email: Luisa Arrabito <arrabito@in2p3.fr>, Natthan Pigoux <natthan.pigoux@lupm.in2p3.fr>
License: BSD 3-Clause License
        
        Copyright (c) 2021,
          Luisa Arrabito/CNRS and Universite de Montpellier <arrabito@in2p3.fr>
          Johan Bregeon/CNRS and Universite Grenoble-Alpes <bregeon@in2p3.fr>
          Patrick Maeght/CNRS and Universite de Montpellier <patrick.maeght@lupm.in2p3.fr>
        
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this
           list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice,
           this list of conditions and the following disclaimer in the documentation
           and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its
           contributors may be used to endorse or promote products derived from
           this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Homepage, https://gitlab.cta-observatory.org/cta-computing/dpps/CTADIRAC/
Project-URL: Issues, https://gitlab.cta-observatory.org/cta-computing/dpps/CTADIRAC/-/issues
Project-URL: Repository, https://gitlab.cta-observatory.org/cta-computing/dpps/CTADIRAC.git
Keywords: DIRAC,CTA,Workflow,GridComputing
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: DIRAC ==8.0.38
Requires-Dist: ruamel.yaml
Requires-Dist: cwltool
Requires-Dist: shellescape
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: codecov ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'

# CTADIRAC project

* CTADIRAC is a customized version of the DIRAC interware. As of today, it allows an easy and optimized access to Grid resources (mainly EGI) available to the CTA Virtual Organization (vo.cta.in2p3.fr). When CTAO DPPS will be setup, CTADIRAC will serve as the Computing Ressource and Worflow Management System.
* Follow the [CTADIRAC specific documentation](https://redmine.cta-observatory.org/projects/cta_dirac/wiki/CTA-DIRAC_Users_Guide)
* [Wiki](https://gitlab.cta-observatory.org/cta-computing/dpps/CTADIRAC/-/wikis/)

# Release

* Get `CTADIRAC` on `pypi`: [![PyPI - Version](https://badge.fury.io/py/CTADIRAC.svg)](https://pypi.org/project/CTADIRAC/)

# Deploying CTADIRAC

See the dedicated [server installation documentation](docs/install_CTADIRAC.md).

[CTADIRAC Helm charts](https://gitlab.cta-observatory.org/cta-computing/dpps/workload/CTADIRAC-charts) (in development).

[CTADIRAC fleet deployment](https://gitlab.cta-observatory.org/cta-computing/dpps/workload/ctadirac-deployment) on a Kubernetes cluster.

# Registry

* Install `CTADIRAC`:

```
pip install CTADIRAC
```

* Get `CTADIRAC` client `docker` image:

```
docker pull gitlab.cta-observatory.org:5555/cta-computing/dpps/ctadirac/dirac-client:latest
```

# Contribute to CTADIRAC

* To contribute to CTADIRAC, please check out the full [DIRAC developers guide](http://dirac.readthedocs.io/en/integration/DeveloperGuide/index.html).

* Use [pre-commit](https://pre-commit.com/):
    In your python environment:
    ```bash
    pip install pre-commit
    ```

# Contact Information
* Luisa Arrabito <arrabito@in2p3.fr>
