description = "Core utilities for Python packages"
description = "Core utilities for Python packages"
category = "dev"
category = "main"
optional = false
optional = false
python-versions = ">=3.7"
python-versions = ">=3.7"
files = [
files = [
...
@@ -333,6 +894,40 @@ files = [
...
@@ -333,6 +894,40 @@ files = [
dev = ["pre-commit", "tox"]
dev = ["pre-commit", "tox"]
testing = ["pytest", "pytest-benchmark"]
testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pooch"
version = "1.6.0"
description = "\"Pooch manages your Python library's sample data files: it automatically downloads and stores them in a local directory, with support for versioning and corruption checks.\""