condastats#

A command-line tool and Python library to query download statistics for conda packages from the Anaconda public dataset.

$ condastats overall pandas --month 2024-01
from condastats import overall
overall("pandas", month="2024-01")

Try it now#

Run condastats without installing – just pick your tool:

$ pixi x condastats overall pandas --month 2024-01
$ conda install -c conda-forge condastats
$ condastats overall pandas --month 2024-01
$ uvx condastats overall pandas --month 2024-01
$ pipx run condastats overall pandas --month 2024-01

See Installation for all options, or try it in your browser – no installation needed.


Getting started

New to condastats? Follow the step-by-step tutorial to run your first download statistics query.

Tutorial
Try in your browser

No installation needed – query download stats, compare packages, and explore charts right in your browser. Powered by Pyodide & WebAssembly.

try/
Installation

Install condastats via conda, mamba, pixi, pip, uv, or run it without installing using uvx or pipx.

Installation
How-to guides

Practical recipes for filtering by time, grouping by dimension, comparing packages, using Jupyter, and more.

How-to guides
Explanation

Understand the Anaconda public dataset, how queries work internally, and performance considerations.

Explanation
Python API reference

Full documentation for all public functions: overall, pkg_platform, data_source, pkg_version, pkg_python.

Python API
CLI reference

Complete command-line interface documentation with all subcommands, options, and examples.

Command-line interface