{"id":27940870,"url":"https://github.com/dotenvx/python-dotenvx","last_synced_at":"2026-02-27T10:39:31.211Z","repository":{"id":258384046,"uuid":"874859337","full_name":"dotenvx/python-dotenvx","owner":"dotenvx","description":"[dotenvx.com] a better dotenv–from the creator of `dotenv`","archived":false,"fork":false,"pushed_at":"2025-05-02T17:35:15.000Z","size":39,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-01T09:09:01.847Z","etag":null,"topics":["dotenvx"],"latest_commit_sha":null,"homepage":"https://dotenvx.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dotenvx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-18T15:36:29.000Z","updated_at":"2025-08-22T02:23:20.000Z","dependencies_parsed_at":"2025-02-13T17:44:11.190Z","dependency_job_id":null,"html_url":"https://github.com/dotenvx/python-dotenvx","commit_stats":null,"previous_names":["dotenvx/python-dotenvx"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/dotenvx/python-dotenvx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotenvx%2Fpython-dotenvx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotenvx%2Fpython-dotenvx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotenvx%2Fpython-dotenvx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotenvx%2Fpython-dotenvx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotenvx","download_url":"https://codeload.github.com/dotenvx/python-dotenvx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotenvx%2Fpython-dotenvx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29891953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotenvx"],"created_at":"2025-05-07T10:28:36.386Z","updated_at":"2026-02-27T10:39:31.198Z","avatar_url":"https://github.com/dotenvx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!IMPORTANT]\n\u003e\n\u003e Warning: work in progress. until complete, please use [github.com/dotenvx/dotenvx](https://github.com/dotenvx/dotenvx) directly.\n\u003e\n\u003e see [python examples](https://dotenvx.com/docs/languages/python)\n\u003e\n\n---\n\n[![dotenvx](https://dotenvx.com/better-banner.png)](https://dotenvx.com)\n\n*a better dotenv*–from the creator of [`dotenv`](https://github.com/motdotla/dotenv).\n\n* run anywhere (cross-platform)\n* multi-environment\n* encrypted envs\n\n\u0026nbsp;\n\n\n### Quickstart [![PyPI version](https://badge.fury.io/py/python-dotenvx.svg)](http://badge.fury.io/py/python-dotenvx)\n\nInstall and use it in code just like `python-dotenv`.\n\n```sh\npip install python-dotenvx\n```\n\nThen run `dotenvx-postinstall` to install the `dotenvx` binary (python-dotenvx is a wrapper).\n\n```sh\ndotenvx-postinstall\n\n# or to specify the os-arch – useful for building binaries to a specific target such as linux-x86_64 on aws lambda\ndotenvx-postinstall --os linux --arch x86_64\n\n# you might also find you need to specify PYTHONPATH depend on how/where dotenvx installs to\nPYTHONPATH=. bin/dotenvx-postinstall --os linux --arch x86_64\n```\n\nThen use it in code.\n\n```python\n# main.py\nimport os\nfrom dotenvx import load_dotenvx\nload_dotenvx() # take environment variables from .env.\n\nprint(os.getenv(\"S3_BUCKET\"))\n```\n\n\u0026nbsp;\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotenvx%2Fpython-dotenvx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotenvx%2Fpython-dotenvx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotenvx%2Fpython-dotenvx/lists"}