Metadata-Version: 2.4
Name: depictio-cli
Version: 1.5.0
Summary: Depictio CLI to interact with the Depictio API
Author-email: Thomas Weber <thomas.weber@embl.de>
License-Expression: MIT
Project-URL: Homepage, http://github.com/depictio/depictio
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3==1.36.21
Requires-Dist: colorlog==6.10.1
Requires-Dist: httpx==0.28.1
Requires-Dist: devtools==0.12.2
Requires-Dist: polars[deltalake,excel,numpy,pandas,pyarrow,rtcompat]==1.41.2
Requires-Dist: deltalake==1.6.0
Requires-Dist: python-jose==3.5.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: typer==0.26.7
Requires-Dist: tomli==2.2.1
Requires-Dist: rich==15.0.0
Requires-Dist: pydantic[email]==2.13.4
Requires-Dist: pydantic-settings==2.14.1
Requires-Dist: beanie==2.0.0
Requires-Dist: python-dotenv==1.2.2
Requires-Dist: bleach==6.4.0
Requires-Dist: plotly==6.8.0
Provides-Extra: multiqc
Requires-Dist: multiqc==1.35; extra == "multiqc"
Dynamic: license-file

<!-- markdownlint-disable MD033 MD041 -->
<p align="center">
  <img src="docs/images/logo_hd.png#gh-light-mode-only" alt="Depictio logo" width="300">
  <img src="docs/images/logo_hd_white.png#gh-dark-mode-only" alt="Depictio logo" width="300">
</p>

<div align="center">
<!-- markdownlint-enable MD033 -->

## Project Information

[![License](https://img.shields.io/github/license/depictio/depictio?style=flat-square&logo=opensourceinitiative)](LICENSE)
[![Release](https://img.shields.io/github/v/release/depictio/depictio?style=flat-square&logo=github)](https://github.com/depictio/depictio/releases)
[![Python](https://img.shields.io/badge/python->=3.11-blue?style=flat-square&logo=python)](https://www.python.org/)

## We rely on

[![FastAPI](https://img.shields.io/badge/FastAPI-latest?style=flat-square&logo=fastapi&color=66C2B2)](https://fastapi.tiangolo.com/)
[![React](https://img.shields.io/badge/React-latest?style=flat-square&logo=react&logoColor=61DAFB&color=20232A)](https://react.dev/)
[![MongoDB](https://img.shields.io/badge/MongoDB-latest?style=flat-square&logo=mongodb&color=8FCA82)](https://www.mongodb.com/)
[![MinIO](https://img.shields.io/badge/MinIO-latest?style=flat-square&logo=minio&color=E88A97)](https://min.io/)
[![Pydantic](https://img.shields.io/badge/Pydantic-latest?style=flat-square&logo=pydantic&color=F18AAF)](https://pydantic-docs.helpmanual.io/)
[![Polars](https://img.shields.io/badge/Polars-latest?style=flat-square&logo=polars&color=EDBB85)](https://pola-rs.github.io/polars-book/)

## Container

[![GitHub Package](https://img.shields.io/badge/GitHub%20Package-depictio-blue?style=flat-square&logo=docker)](https://github.com/depictio/depictio/pkgs/container/depictio)
[![Platforms](https://img.shields.io/badge/platforms-amd64%20|%20arm64-blue?style=flat-square&logo=linux)](https://github.com/depictio/depictio/pkgs/container/depictio)
[![Stars](https://img.shields.io/github/stars/depictio/depictio?style=flat-square&logo=github)](https://github.com/depictio/depictio)

## Quality

[![Ruff](https://img.shields.io/badge/code%20style-ruff-000000?style=flat-square&logo=python)](https://github.com/astral-sh/ruff)
[![Test Status](https://img.shields.io/github/actions/workflow/status/depictio/depictio/depictio-ci.yaml?label=tests&style=flat-square&logo=github-actions)](https://github.com/depictio/depictio/actions/workflows/depictio-ci.yaml)
[![GitHub issues](https://img.shields.io/github/issues/depictio/depictio?style=flat-square&logo=github)](https://github.com/depictio/depictio/issues)

## Adoption

[![PyPI downloads](https://img.shields.io/pypi/dm/depictio-cli?style=flat-square&logo=pypi&label=depictio-cli)](https://pypistats.org/packages/depictio-cli)
[![PyPI version](https://img.shields.io/pypi/v/depictio-cli?style=flat-square&logo=pypi)](https://pypi.org/project/depictio-cli/)

## Documentation

[![Documentation](https://img.shields.io/badge/docs-latest-blue?style=flat-square&logo=gitbook)](https://depictio.github.io/depictio-docs/latest/)

## Try Depictio

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/depictio/depictio)

</div>

Depictio is a self-hosrd modern, interactive platform that enables dashboards creation from bioinformatics workflows outputs.

**Homepage**: [depictio.github.io](https://depictio.github.io/depictio-docs/latest/)

**Telemetry**: Depictio sends an anonymous daily heartbeat (a random installation
ID, the version, how it was deployed, which features are enabled, and deployment
size as coarse buckets) so the project can count installations. No personal data,
names, hostnames or content are ever sent. See [docs/telemetry.md](docs/telemetry.md)
for the exact payload, how to inspect it on your own deployment, and how to disable
it (`DEPICTIO_TELEMETRY_ENABLED=false` or `DO_NOT_TRACK=1`).

Copyright(c) 2023-2026 Thomas Weber <thomas.weber@embl.de> (see LICENSE)
