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.
New to condastats? Follow the step-by-step tutorial to run your first download statistics query.
No installation needed – query download stats, compare packages, and explore charts right in your browser. Powered by Pyodide & WebAssembly.
Install condastats via conda, mamba, pixi, pip, uv, or run it without installing using uvx or pipx.
Practical recipes for filtering by time, grouping by dimension, comparing packages, using Jupyter, and more.
Understand the Anaconda public dataset, how queries work internally, and performance considerations.
Full documentation for all public functions: overall,
pkg_platform, data_source, pkg_version, pkg_python.
Complete command-line interface documentation with all subcommands, options, and examples.