AUTHORS.rst
ChangeLog
LICENSE
MANIFEST.in
README.rst
pylintrc
pyproject.toml
requirements.txt
setup.cfg
setup.py
setuputil.py
bin/rucio
bin/rucio-admin
etc/rse-accounts.cfg.template
etc/rucio.cfg.atlas.client.template
etc/rucio.cfg.template
lib/rucio/__init__.py
lib/rucio/alembicrevision.py
lib/rucio/vcsversion.py
lib/rucio/version.py
lib/rucio/client/__init__.py
lib/rucio/client/accountclient.py
lib/rucio/client/accountlimitclient.py
lib/rucio/client/baseclient.py
lib/rucio/client/client.py
lib/rucio/client/configclient.py
lib/rucio/client/credentialclient.py
lib/rucio/client/didclient.py
lib/rucio/client/diracclient.py
lib/rucio/client/downloadclient.py
lib/rucio/client/exportclient.py
lib/rucio/client/fileclient.py
lib/rucio/client/importclient.py
lib/rucio/client/lifetimeclient.py
lib/rucio/client/lockclient.py
lib/rucio/client/metaclient.py
lib/rucio/client/pingclient.py
lib/rucio/client/replicaclient.py
lib/rucio/client/requestclient.py
lib/rucio/client/rseclient.py
lib/rucio/client/ruleclient.py
lib/rucio/client/scopeclient.py
lib/rucio/client/subscriptionclient.py
lib/rucio/client/touchclient.py
lib/rucio/client/uploadclient.py
lib/rucio/common/__init__.py
lib/rucio/common/cache.py
lib/rucio/common/config.py
lib/rucio/common/constants.py
lib/rucio/common/constraints.py
lib/rucio/common/didtype.py
lib/rucio/common/exception.py
lib/rucio/common/extra.py
lib/rucio/common/logging.py
lib/rucio/common/pcache.py
lib/rucio/common/policy.py
lib/rucio/common/stomp_utils.py
lib/rucio/common/stopwatch.py
lib/rucio/common/test_rucio_server.py
lib/rucio/common/types.py
lib/rucio/common/utils.py
lib/rucio/common/schema/__init__.py
lib/rucio/common/schema/atlas.py
lib/rucio/common/schema/belleii.py
lib/rucio/common/schema/cms.py
lib/rucio/common/schema/domatpc.py
lib/rucio/common/schema/escape.py
lib/rucio/common/schema/generic.py
lib/rucio/common/schema/generic_multi_vo.py
lib/rucio/common/schema/icecube.py
lib/rucio/common/schema/lsst.py
lib/rucio/rse/__init__.py
lib/rucio/rse/rsemanager.py
lib/rucio/rse/protocols/__init__.py
lib/rucio/rse/protocols/cache.py
lib/rucio/rse/protocols/dummy.py
lib/rucio/rse/protocols/gfal.py
lib/rucio/rse/protocols/globus.py
lib/rucio/rse/protocols/gsiftp.py
lib/rucio/rse/protocols/http_cache.py
lib/rucio/rse/protocols/mock.py
lib/rucio/rse/protocols/ngarc.py
lib/rucio/rse/protocols/posix.py
lib/rucio/rse/protocols/protocol.py
lib/rucio/rse/protocols/rclone.py
lib/rucio/rse/protocols/rfio.py
lib/rucio/rse/protocols/srm.py
lib/rucio/rse/protocols/ssh.py
lib/rucio/rse/protocols/storm.py
lib/rucio/rse/protocols/webdav.py
lib/rucio/rse/protocols/xrootd.py
tests/test_abacus_account.py
tests/test_abacus_collection_replica.py
tests/test_abacus_rse.py
tests/test_account.py
tests/test_account_limits.py
tests/test_api_external_representation.py
tests/test_archive.py
tests/test_auditor.py
tests/test_auditor_hdfs.py
tests/test_auditor_srmdumps.py
tests/test_authentication.py
tests/test_automatix.py
tests/test_bad_replica.py
tests/test_bb8.py
tests/test_belleii.py
tests/test_bin_rucio.py
tests/test_boolean.py
tests/test_clients.py
tests/test_common_types.py
tests/test_config.py
tests/test_conveyor.py
tests/test_conveyor_submitter.py
tests/test_counter.py
tests/test_credential.py
tests/test_curl.py
tests/test_daemons.py
tests/test_dataset_replicas.py
tests/test_db.py
tests/test_did.py
tests/test_did_meta_plugins.py
tests/test_didtype.py
tests/test_download.py
tests/test_dumper.py
tests/test_dumper_consistency.py
tests/test_dumper_data_model.py
tests/test_dumper_path_parsing.py
tests/test_filter_engine.py
tests/test_heartbeat.py
tests/test_hermes.py
tests/test_identity.py
tests/test_impl_upload_download.py
tests/test_import_export.py
tests/test_judge_cleaner.py
tests/test_judge_evaluator.py
tests/test_judge_injector.py
tests/test_judge_repairer.py
tests/test_lifetime.py
tests/test_message.py
tests/test_meta.py
tests/test_meta_did.py
tests/test_module_import.py
tests/test_monitor.py
tests/test_multi_vo.py
tests/test_naming_convention.py
tests/test_oauthmanager.py
tests/test_oidc.py
tests/test_permission.py
tests/test_pfns.py
tests/test_ping.py
tests/test_preparer.py
tests/test_qos.py
tests/test_quarantined_replica.py
tests/test_reaper.py
tests/test_redirect.py
tests/test_replica.py
tests/test_replica_recoverer.py
tests/test_replica_sorting.py
tests/test_request.py
tests/test_root_proxy.py
tests/test_rse.py
tests/test_rse_expression_parser.py
tests/test_rse_lfn2path.py
tests/test_rse_protocol_gfal2.py
tests/test_rse_protocol_gfal2_impl.py
tests/test_rse_protocol_posix.py
tests/test_rse_protocol_rclone.py
tests/test_rse_protocol_rsync.py
tests/test_rse_protocol_srm.py
tests/test_rse_protocol_ssh.py
tests/test_rse_protocol_webdav.py
tests/test_rse_protocol_xrootd.py
tests/test_rse_selector.py
tests/test_rucio_server.py
tests/test_rule.py
tests/test_schema_cms.py
tests/test_scope.py
tests/test_subscription.py
tests/test_temporary_did.py
tests/test_throttler.py
tests/test_tpc.py
tests/test_trace.py
tests/test_transfer.py
tests/test_undertaker.py
tests/test_upload.py
tests/test_utils.py
tools/merge_rucio_configs.py