pyxrootd: Python bindings for XRootD¶
pyxrootd is a set of simple but pythonic bindings for
XRootD. It is designed to make it easy to
interface with the XRootD client, by writing Python instead of having to write
C++.
For bug reporting and issue tracking, please see the pyxrootd github issue tracker
User Guide¶
API Reference¶
- 1.
XRootD.client.FileSystem: Filesystem-based operations - 2.
XRootD.client.File: File-based operations - 3.
XRootD.client.CopyProcess: Copying files - 4.
XRootD.client.responses: Server response objects - 5.
XRootD.client.flags: Flags and constants - 6.
XRootD.client.URL: XRootD URL object - 7.
XRootD.client.utils: Utility classes