Skip to main content
PyPI Version Conda Version Python Versions CI Status Documentation Status License

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

Features

  • Query overall download counts for any conda package

  • Filter by time period (specific month or date range)

  • Group statistics by platform, Python version, package version, or data source

  • Support for multiple packages in a single query

  • Works with historical data from 2017 onwards

Installation

Using conda / mamba / pixi (recommended):

conda install -c conda-forge condastats
# or
mamba install -c conda-forge condastats
# or
pixi add condastats
# or, to install as a global tool
pixi global install condastats

Using pip / uv / pipx:

pip install condastats
# or
uv pip install condastats
# or, run without installing
uvx condastats overall pandas --month 2024-01
pipx run condastats overall pandas --month 2024-01
# or, install as a global tool
pipx install condastats

Usage

Command Line

Get overall download counts for a package:

condastats overall pandas --month 2024-01

Get downloads grouped by platform:

condastats pkg_platform numpy --month 2024-01

Get downloads grouped by data source (anaconda vs conda-forge):

condastats data_source scipy --month 2024-01

Query multiple packages:

condastats overall pandas numpy dask --month 2024-01

Python API

from condastats import overall, pkg_platform, data_source

# Get total downloads for pandas in January 2024
downloads = overall("pandas", month="2024-01")
print(downloads)

# Get downloads by platform
by_platform = pkg_platform("pandas", month="2024-01")
print(by_platform)

# Get downloads over a date range
downloads = overall("numpy", start_month="2024-01", end_month="2024-06")
print(downloads)

Documentation

Full documentation is available at https://condastats.readthedocs.io

License

  • Free software: BSD-3-Clause license

Credits

Created by Sophia Man Yang.

Maintained by the conda-incubator community.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

condastats-0.4.2.tar.gz (181.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

condastats-0.4.2-py3-none-any.whl (9.7 kB view details)

Uploaded Python 3

File details

Details for the file condastats-0.4.2.tar.gz.

File metadata

  • Download URL: condastats-0.4.2.tar.gz
  • Upload date:
  • Size: 181.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for condastats-0.4.2.tar.gz
Algorithm Hash digest
SHA256 c0ffc117851000d7e4dae9ad611d4cc8a1d3f6e4c0479aa66340e014209c0b1f
MD5 c52feef55bf466f4ec3f3c78b640d682
BLAKE2b-256 a3d027d1b4d27e1021a7ac7f14f4de5f43c1ca6050e89518a108aa8c02eee038

See more details on using hashes here.

Provenance

The following attestation bundles were made for condastats-0.4.2.tar.gz:

Publisher: publish-to-pypi.yml on conda-incubator/condastats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file condastats-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: condastats-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 9.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for condastats-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 78ba708f32653d90cb615323bd28b1bacfc4fb87819516259e312f073b8790c0
MD5 647526186b44523c6a6489bf64bce7e0
BLAKE2b-256 72b38aed349e255d27e00a95933235633958770e895ede20a177698f548a517f

See more details on using hashes here.

Provenance

The following attestation bundles were made for condastats-0.4.2-py3-none-any.whl:

Publisher: publish-to-pypi.yml on conda-incubator/condastats

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.4.2 This release

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.5

2 files

0.1.3

1 file

0.1.2

1 file

0.1.1

1 file

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page