Metadata-Version: 2.4
Name: scitacean
Version: 25.8.0
Summary: High-level interface for SciCat
Author: Scitacean contributors
License-Expression: BSD-3-Clause
Project-URL: Documentation, https://scicatproject.github.io/scitacean
Project-URL: Bug Tracker, https://github.com/SciCatProject/scitacean/issues
Project-URL: Source, https://github.com/SciCatProject/scitacean
Keywords: scicat
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: email-validator>=2
Requires-Dist: httpx>=0.24
Requires-Dist: pydantic>=2
Requires-Dist: python-dateutil>=2.8
Requires-Dist: tomli>=2.2.0
Provides-Extra: sftp
Requires-Dist: paramiko>=3; extra == "sftp"
Provides-Extra: test
Requires-Dist: filelock>=3; extra == "test"
Requires-Dist: hypothesis>=6.48; extra == "test"
Requires-Dist: pyyaml>=5; extra == "test"
Dynamic: license-file

[![PyPI badge](https://img.shields.io/pypi/v/scitacean.svg?style=flat-square&color=green)](https://pypi.python.org/pypi/scitacean)
[![Anaconda-Server Badge](https://img.shields.io/conda/vn/conda-forge/scitacean?style=flat-square&color=green)](https://anaconda.org/conda-forge/scitacean)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7520487.svg)](https://doi.org/10.5281/zenodo.7520487)
[![License: BSD 3-Clause](https://img.shields.io/github/license/SciCatProject/scitacean?style=flat-square&color=yellowgreen)](LICENSE)

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://github.com/SciCatProject/scitacean/blob/main/docs/_static/logo-dark.svg">
  <source media="(prefers-color-scheme: light)" srcset="https://github.com/SciCatProject/scitacean/blob/main/docs/_static/logo.svg">
  <img alt="Scitacean" src="https://github.com/SciCatProject/scitacean/blob/main/docs/_static/logo.svg" width="25%">
</picture>

Scitacean is a high level Python package for downloading and uploading datasets from and to [SciCat](https://scicatproject.github.io/).

See the [documentation](https://scicatproject.github.io/scitacean/) for installation and usage instructions.

If you need help, have a look at our GitHub [discussions](https://github.com/SciCatProject/scitacean/discussions).
For questions, please start a [Q&A discussion](https://github.com/SciCatProject/scitacean/discussions/categories/q-a) if you can't find an answer.
