Metadata-Version: 2.4
Name: fsspec_xrootd
Version: 0.5.4
Summary: xrootd implementation for fsspec
Author-email: Scott Demarest <rockets1194@gmail.com>
Maintainer-email: Scikit-HEP <scikit-hep-admins@googlegroups.com>
License-Expression: BSD-3-Clause
Project-URL: Documentation, https://fsspec_xrootd.readthedocs.io/
Project-URL: Bug Tracker, https://github.com/scikit-hep/fsspec-xrootd/issues
Project-URL: Discussions, https://github.com/scikit-hep/fsspec-xrootd/discussions
Project-URL: Changelog, https://github.com/scikit-hep/fsspec-xrootd/releases
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fsspec
Provides-Extra: dev
Requires-Dist: pytest>=6; extra == "dev"
Provides-Extra: docs
Requires-Dist: Sphinx>=4.0; extra == "docs"
Requires-Dist: myst-parser>=0.13; extra == "docs"
Requires-Dist: sphinx-book-theme>=0.1.0; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=6; extra == "test"
Requires-Dist: pytest-rerunfailures; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Provides-Extra: xrootd
Requires-Dist: xrootd>=6.0.0; extra == "xrootd"
Dynamic: license-file

# fsspec-xrootd

An XRootD implementation for fsspec.

## Install

```bash
pip install "fsspec-xrootd[xrootd]"
```

Supports Python 3.9 and newer.

## Purpose

To allow fsspec to use XRootD accessible storage systems. Install fsspec-xrootd
with the optional `xrootd` extra alongside fsspec and have easy access to files
stored on XRootD servers. Once installed, fsspec will be able to work with urls
with the 'root' protocol. Only tested with Linux at this time.

## Documentation

Please refer to [RTD](https://scikit-hep.org/fsspec-xrootd/)

[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]
[![Code style: black][black-badge]][black-link]

[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

[![GitHub Discussion][github-discussions-badge]][github-discussions-link]

<!-- prettier-ignore-start -->
[actions-badge]:            https://github.com/scikit-hep/fsspec-xrootd/workflows/CI/badge.svg
[actions-link]:             https://github.com/scikit-hep/fsspec-xrootd/actions
[black-badge]:              https://img.shields.io/badge/code%20style-black-000000.svg
[black-link]:               https://github.com/psf/black
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/fsspec-xrootd
[conda-link]:               https://github.com/conda-forge/fsspec-xrootd-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]:  https://github.com/scikit-hep/fsspec-xrootd/discussions
[gitter-badge]:             https://badges.gitter.im/https://github.com/scikit-hep/fsspec-xrootd/community.svg
[gitter-link]:              https://gitter.im/https://github.com/scikit-hep/fsspec-xrootd/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
[pypi-link]:                https://pypi.org/project/fsspec-xrootd/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/fsspec-xrootd
[pypi-version]:             https://badge.fury.io/py/fsspec-xrootd.svg
[rtd-badge]:                https://readthedocs.org/projects/fsspec-xrootd/badge/?version=latest
[rtd-link]:                 https://scikit-hep.github.io/fsspec-xrootd/
[sk-badge]:                 https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
<!-- prettier-ignore-end -->
