Metadata-Version: 2.4
Name: rucio-clients
Version: 40.3.0
Summary: Rucio client package
Author-email: Rucio <rucio-contact@cern.ch>
Maintainer-email: Rucio <rucio-contact@cern.ch>
License-Expression: Apache-2.0
Project-URL: Homepage, https://rucio.cern.ch/
Project-URL: Documentation, https://rucio.cern.ch/documentation/
Project-URL: Repository, https://github.com/rucio/rucio.git
Project-URL: Bug Tracker, https://github.com/rucio/rucio/issues
Project-URL: Changelog, https://rucio.cern.ch/documentation/release-notes/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: urllib3
Requires-Dist: dogpile-cache
Requires-Dist: packaging
Requires-Dist: tabulate
Requires-Dist: jsonschema
Requires-Dist: rich
Requires-Dist: typing_extensions
Provides-Extra: ssh
Requires-Dist: paramiko; extra == "ssh"
Provides-Extra: kerberos
Requires-Dist: kerberos; extra == "kerberos"
Requires-Dist: pykerberos; extra == "kerberos"
Requires-Dist: requests-kerberos; extra == "kerberos"
Provides-Extra: swift
Requires-Dist: python-swiftclient; extra == "swift"
Provides-Extra: argcomplete
Requires-Dist: argcomplete; extra == "argcomplete"
Provides-Extra: sftp
Requires-Dist: paramiko; extra == "sftp"
Provides-Extra: dumper
Requires-Dist: python-magic; extra == "dumper"
Dynamic: license-file

# Rucio - Scientific Data Management

Rucio is a software framework that provides functionality to organize, manage, and access large volumes of scientific data using customisable policies.
The data can be spread across globally distributed locations and across heterogeneous data centers, uniting different storage and network technologies as a single federated entity.
Rucio offers advanced features such as distributed data recovery or adaptive replication, and is highly scalable, modular, and extensible.
Rucio has been originally developed to meet the requirements of the high-energy physics experiment ATLAS, and is continuously extended to support LHC experiments and other diverse scientific communities.

## Documentation

General information, API/REST description and guides can be found in our [documentation](https://rucio.cern.ch/documentation) or on our [webpage](https://rucio.cern.ch).

## Try it out

We provide a [dockerized environment](https://github.com/rucio/rucio/tree/master/etc/docker/dev) which serves both as a demo environment and a development environment.
It includes all the necessary preconfigured components for multiple storage and transfers developments.

## Developers

For information on how to contribute to Rucio, please refer and follow our [CONTRIBUTING](https://rucio.cern.ch/documentation/contributing) guidelines. We strongly recommend to use the [dockerized environment](https://github.com/rucio/rucio/tree/master/etc/docker/dev) for development.

## Operators

To learn how to deploy and configure Rucio, consult the [documentation](https://rucio.cern.ch/documentation) available online.

## Getting Support

If you are looking for support, please contact us via one of our [official channels](https://rucio.cern.ch/documentation/contact_us/).
