[![PyPI - Version](https://badge.fury.io/py/CTADIRAC.svg)](https://pypi.org/project/CTADIRAC/)
[![SQ - Quality Gate](https://sonar-cta-dpps.zeuthen.desy.de/api/project_badges/measure?project=cta-computing_dpps_CTADIRAC_AYcypMiTBJOBl6qHRhPT&metric=alert_status&token=sqb_f393351b89087355ed88f19a2a20955620293e2b)](https://sonar-cta-dpps.zeuthen.desy.de/dashboard?id=cta-computing_dpps_CTADIRAC_AYcypMiTBJOBl6qHRhPT)
[![SQ - Coverage](https://sonar-cta-dpps.zeuthen.desy.de/api/project_badges/measure?project=cta-computing_dpps_CTADIRAC_AYcypMiTBJOBl6qHRhPT&metric=coverage&token=sqb_f393351b89087355ed88f19a2a20955620293e2b)](https://sonar-cta-dpps.zeuthen.desy.de/dashboard?id=cta-computing_dpps_CTADIRAC_AYcypMiTBJOBl6qHRhPT)
# 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/)
# Install CTADIRAC Client
See the dedicated [client installation documentation](docs/install_client.md).
# Install CTADIRAC Server
See the dedicated [server installation documentation](docs/install_CTADIRAC.md).
## Deploying on Kubernetes
[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
* Get `CTADIRAC` on `PyPi`:
```
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).
## Create the dev environment:
```bash
# Clone the CTADIRAC repository:
git clone git@gitlab.cta-observatory.org:cta-computing/dpps/workload/CTADIRAC.git
cd CTADIRAC
# Create the mamba environment:
mamba env create --file environment.yml
mamba activate ctadirac-dev
# Make an editable installation of CTADIRAC:
pip install -e .
# Enable pre-commit:
mamba install pre-commit
pre-commit install
```
## Running tests
```bash
# Create the testing environment:
mamba env create -y --file utils/ci/env/coverage.yml
mamba activate coverage
# Make an editable installation of CTADIRAC:
python -m pip install -e .
# Run the tests:
python -m pytest tests/unit
# with pytest coverage:
python -m pytest tests/unit --cov=src/CTADIRAC/ --cov-report=term
```
# Contact Information
* Luisa Arrabito <arrabito@in2p3.fr>
Raw data
{
"_id": null,
"home_page": null,
"name": "CTADIRAC",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "DIRAC, CTA, Workflow, GridComputing",
"author": null,
"author_email": "Luisa Arrabito <arrabito@in2p3.fr>",
"download_url": "https://files.pythonhosted.org/packages/38/2f/672e04b13fdd73e879096d743687477da9813018e27cfa605b0722a574fa/ctadirac-2.2.58.tar.gz",
"platform": null,
"description": "[![PyPI - Version](https://badge.fury.io/py/CTADIRAC.svg)](https://pypi.org/project/CTADIRAC/)\n[![SQ - Quality Gate](https://sonar-cta-dpps.zeuthen.desy.de/api/project_badges/measure?project=cta-computing_dpps_CTADIRAC_AYcypMiTBJOBl6qHRhPT&metric=alert_status&token=sqb_f393351b89087355ed88f19a2a20955620293e2b)](https://sonar-cta-dpps.zeuthen.desy.de/dashboard?id=cta-computing_dpps_CTADIRAC_AYcypMiTBJOBl6qHRhPT)\n[![SQ - Coverage](https://sonar-cta-dpps.zeuthen.desy.de/api/project_badges/measure?project=cta-computing_dpps_CTADIRAC_AYcypMiTBJOBl6qHRhPT&metric=coverage&token=sqb_f393351b89087355ed88f19a2a20955620293e2b)](https://sonar-cta-dpps.zeuthen.desy.de/dashboard?id=cta-computing_dpps_CTADIRAC_AYcypMiTBJOBl6qHRhPT)\n\n# CTADIRAC project\n\n* 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.\n* Follow the [CTADIRAC specific documentation](https://redmine.cta-observatory.org/projects/cta_dirac/wiki/CTA-DIRAC_Users_Guide)\n* [Wiki](https://gitlab.cta-observatory.org/cta-computing/dpps/CTADIRAC/-/wikis/)\n\n\n# Install CTADIRAC Client\n\nSee the dedicated [client installation documentation](docs/install_client.md).\n\n# Install CTADIRAC Server\n\nSee the dedicated [server installation documentation](docs/install_CTADIRAC.md).\n\n## Deploying on Kubernetes\n[CTADIRAC Helm charts](https://gitlab.cta-observatory.org/cta-computing/dpps/workload/CTADIRAC-charts) (in development).\n\n[CTADIRAC fleet deployment](https://gitlab.cta-observatory.org/cta-computing/dpps/workload/ctadirac-deployment) on a Kubernetes cluster.\n\n# Registry\n\n* Get `CTADIRAC` on `PyPi`:\n\n```\npip install CTADIRAC\n```\n\n* Get `CTADIRAC` client `docker` image:\n\n```\ndocker pull gitlab.cta-observatory.org:5555/cta-computing/dpps/ctadirac/dirac-client:latest\n```\n\n# Contribute to CTADIRAC\n\nTo contribute to CTADIRAC, please check out the full [DIRAC developers guide](http://dirac.readthedocs.io/en/integration/DeveloperGuide/index.html).\n\n## Create the dev environment:\n\n```bash\n# Clone the CTADIRAC repository:\ngit clone git@gitlab.cta-observatory.org:cta-computing/dpps/workload/CTADIRAC.git\ncd CTADIRAC\n\n# Create the mamba environment:\nmamba env create --file environment.yml\nmamba activate ctadirac-dev\n\n# Make an editable installation of CTADIRAC:\npip install -e .\n\n# Enable pre-commit:\nmamba install pre-commit\npre-commit install\n```\n\n## Running tests\n\n```bash\n# Create the testing environment:\nmamba env create -y --file utils/ci/env/coverage.yml\nmamba activate coverage\n\n# Make an editable installation of CTADIRAC:\npython -m pip install -e .\n\n# Run the tests:\npython -m pytest tests/unit\n# with pytest coverage:\npython -m pytest tests/unit --cov=src/CTADIRAC/ --cov-report=term\n```\n\n# Contact Information\n* Luisa Arrabito <arrabito@in2p3.fr>\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License",
"summary": "CTADIRAC is an extension of the DIRAC interware for dedicated CTA usage.",
"version": "2.2.58",
"project_urls": {
"Homepage": "https://gitlab.cta-observatory.org/cta-computing/dpps/CTADIRAC/",
"Issues": "https://gitlab.cta-observatory.org/cta-computing/dpps/CTADIRAC/-/issues",
"Repository": "https://gitlab.cta-observatory.org/cta-computing/dpps/CTADIRAC.git"
},
"split_keywords": [
"dirac",
" cta",
" workflow",
" gridcomputing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "304265809c850316b1f42e7b615afdb8450ea21b44fc8a58908cb606d2f0c0a1",
"md5": "1380250c6148310f2cb3b6e0cec6f8d1",
"sha256": "a8f6c2f9e9f96e8c4c68aca7fd35e72bf880bc4bd2890e5fbe997623008ebf4d"
},
"downloads": -1,
"filename": "CTADIRAC-2.2.58-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1380250c6148310f2cb3b6e0cec6f8d1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 282833,
"upload_time": "2024-11-21T15:13:32",
"upload_time_iso_8601": "2024-11-21T15:13:32.204699Z",
"url": "https://files.pythonhosted.org/packages/30/42/65809c850316b1f42e7b615afdb8450ea21b44fc8a58908cb606d2f0c0a1/CTADIRAC-2.2.58-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "382f672e04b13fdd73e879096d743687477da9813018e27cfa605b0722a574fa",
"md5": "5dc7286ed7d4d36577127d486ba7bc34",
"sha256": "e974d34c34d73a51ac1b3a18b9e96e59c3f86593674ebde7c69060d643fe823b"
},
"downloads": -1,
"filename": "ctadirac-2.2.58.tar.gz",
"has_sig": false,
"md5_digest": "5dc7286ed7d4d36577127d486ba7bc34",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 283405,
"upload_time": "2024-11-21T15:13:34",
"upload_time_iso_8601": "2024-11-21T15:13:34.644639Z",
"url": "https://files.pythonhosted.org/packages/38/2f/672e04b13fdd73e879096d743687477da9813018e27cfa605b0722a574fa/ctadirac-2.2.58.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-21 15:13:34",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "ctadirac"
}