skillfed

fsspec-xrootd

xrootd implementation for fsspec

fsspec-xrootd v0.5.5 1.2M downloads/30d#4,236 on PyPI5
Permissive license BSD-3-Clause Active released

What it is and what it does

fsspec-xrootd is a plugin that extends fsspec (a filesystem abstraction layer) to work with XRootD, a distributed file storage system commonly used in high-energy physics and scientific computing. Once installed, fsspec can transparently read and write files on XRootD servers using the 'root' protocol scheme, letting you treat remote XRootD storage like a local filesystem in your Python code.

The package wraps the XRootD client bindings and integrates them into fsspec's standard interface. It depends on both fsspec and xrootd (the compiled client library), and is actively maintained with support for Python 3.9 through 3.14. It is currently in early development status but has been in use since 2022.

Use it for:

  • Access files stored on XRootD servers from Python without writing XRootD-specific client code.
  • Integrate XRootD storage into data processing pipelines that already use fsspec for other storage backends.
  • Read scientific datasets hosted on XRootD infrastructure in high-energy physics workflows.
  • Build tools that need to work uniformly across multiple storage systems, including XRootD, via fsspec's protocol abstraction.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Adds XRootD storage support to fsspec, enabling file access to XRootD servers through fsspec's unified interface using the 'root' protocol.

Yes, if you need to access XRootD storage from Python and are comfortable with the early development status (Planning phase). Install friction is low, maintenance is active, and there are no known vulnerabilities. The main prerequisite is having the XRootD client bindings available on your Linux system. Not relevant if you don't use XRootD or need Windows/macOS support.

Install

fsspec-xrootd on PyPI

pip

pip install fsspec-xrootd

uv

uv add fsspec-xrootd

poetry

poetry add fsspec-xrootd

Installing fsspec-xrootd

Before you install

Low friction install with a pure Python wheel. Actively maintained with recent releases. Depends on fsspec and the xrootd client bindings; the latter is a compiled dependency that must be available on your system.

License in practice

BSD-3-Clause is permissive; you can use this package freely in most contexts, including commercial software, with minimal restrictions.

Quickstart

pip install fsspec-xrootd

import fsspec
fs = fsspec.filesystem('root', host='xrootd.example.com')
files = fs.ls('/path/on/server')

Requires Python 3.9 or newer and the XRootD client bindings installed on your system; only tested on Linux.

Verify before relying

  • Whether the xrootd client bindings are available via standard package managers or must be compiled from source.
  • Performance characteristics and scalability limits for large file transfers or many concurrent connections.
  • Compatibility with non-Linux operating systems beyond the stated Linux-only testing.

Package facts

License BSD-3-Clause (permissive)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 2 — fsspec, xrootd
Maintenance actively maintained — 74 days since the last release
Last repo commit
First released
Downloads 1,192,580/month — #4,236 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: fsspec_xrootd-0.5.5-py3-none-any.whl

Development Status :: 1 - PlanningIntended Audience :: DevelopersIntended Audience :: Science/ResearchOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Topic :: Scientific/Engineering

Tags

xrootd file accessfsspec xrootd protocoldistributed storage clientxrootd filesystem adapterremote file system xrootdfsspec storage backend
xrootd-storagefsspec-pluginscientific-computing

More Scientific/Engineering packages