{"adoption": {"forks": 568, "observed_at": "2026-08-28T04:10:26.040036+00:00", "stars": 8854}, "canonical_url": "https://ross.abutalabs.com/products/python-dotenv", "card": {"archived": false, "artifact_type": "library", "description": "Reads key-value pairs from a .env file and can set them as environment variables. It helps in developing applications following the 12-factor principles.", "domain": ["developer-tools"], "enriched": true, "function": ["configuration-management", "cli", "parser"], "health_score": 99, "homepage": "https://saurabh-kumar.com/python-dotenv/", "language": "Python", "license": "BSD-3-Clause", "license_family": "permissive", "maturity": "stable", "member_repos": ["theskumar/python-dotenv"], "name": "theskumar/python-dotenv", "platform": ["python", "cli", "cross-platform"], "pushed_at": "2026-08-23T13:32:35+00:00", "repo": "theskumar/python-dotenv", "stars": 8854, "tags": ["dotenv", "environment-variables", "12-factor-app", "settings", "secrets", "devops", "automation"], "topics": ["python", "devops-tools", "dotenv", "12-factor-app", "configuration", "env", "environment-variables"], "urls": [], "use_cases": ["load environment variables from a .env file in python", "manage app configuration for 12-factor apps", "parse .env files into a dict without touching os.environ", "run commands with variables loaded from a .env file", "set and unset keys in a .env file programmatically", "load .env files in IPython"], "what_it_is": "python-dotenv is a Python library that reads key-value pairs from a .env file and sets them as environment variables, following 12-factor app principles. It also provides a CLI (dotenv run/set/unset) and utilities to parse .env files without modifying the environment.", "when_to_avoid": ["you need full configuration management with nested structures or multiple formats (consider pydantic-settings or dynaconf)", "your runtime platform natively loads .env files (e.g. Docker Compose, many frameworks)", "you need to manage secrets securely rather than in plaintext files"], "when_to_choose": ["your Python app reads configuration from environment variables and you want a .env file for local development", "you need variable expansion and multiline values in .env files", "you want a small, well-maintained, BSD-licensed dependency"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/python-dotenv", "repo": "theskumar/python-dotenv", "role": "main", "score": 90}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:10:26.040036+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T17:24:47.388377+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "d2eaf7233665c672026354d615bc1cc27d429340734b05c91e37cd84b249855f", "fetched_at": "2026-08-28T04:10:26.040036+00:00", "kind": "readme", "missing": false, "url": "https://github.com/theskumar/python-dotenv"}, {"content_hash": "484a90e6d99f76034c89b7325dc607f12f7a7d76503fb31b40586877fa93896a", "fetched_at": "2026-08-29T08:25:07.435603+00:00", "kind": "homepage", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/"}, {"content_hash": "05ef4c2db5f7f2010c69e7440689ee395a4352e931b34ffcc6356dc49d73116b", "fetched_at": "2026-08-29T08:25:07.442299+00:00", "kind": "registry_pypi", "missing": false, "url": "https://pypi.org/pypi/python-dotenv/json"}, {"content_hash": "b597ee9fe296e75fccfb0ae86b9cd246440c12d69865d65eb58b994cceaf9fea", "fetched_at": "2026-08-29T08:25:07.439519+00:00", "kind": "site_page", "missing": false, "url": "https://saurabh-kumar.com/python-dotenv/changelog"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 99, "longevity": 100, "rhythm": 74}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4379, "days_push": 10, "days_rel": 17, "gap_med": 124, "n_releases_24m": 6}, "score": 90, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}