{"id":13434288,"url":"https://github.com/libranet/autoread-dotenv","last_synced_at":"2026-01-16T13:56:43.128Z","repository":{"id":131147076,"uuid":"609334778","full_name":"libranet/autoread-dotenv","owner":"libranet","description":"Autoread the .env-file for in-project virtualenvs","archived":false,"fork":false,"pushed_at":"2026-01-14T11:58:27.000Z","size":2258,"stargazers_count":4,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T15:53:10.595Z","etag":null,"topics":["dotenv","sitecustomize"],"latest_commit_sha":null,"homepage":"https://autoread-dotenv.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/libranet.png","metadata":{"files":{"readme":"docs/readme.md","changelog":null,"contributing":"docs/contributing.md","funding":".github/funding.yaml","license":"license.md","code_of_conduct":"docs/code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"docs/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["libranet"]}},"created_at":"2023-03-03T22:20:11.000Z","updated_at":"2026-01-14T11:58:30.000Z","dependencies_parsed_at":"2024-05-23T10:28:39.295Z","dependency_job_id":"2f9c1cbb-ea10-44c9-9055-5cadaf5815d6","html_url":"https://github.com/libranet/autoread-dotenv","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/libranet/autoread-dotenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libranet%2Fautoread-dotenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libranet%2Fautoread-dotenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libranet%2Fautoread-dotenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libranet%2Fautoread-dotenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libranet","download_url":"https://codeload.github.com/libranet/autoread-dotenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libranet%2Fautoread-dotenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["dotenv","sitecustomize"],"created_at":"2024-07-31T02:01:52.351Z","updated_at":"2026-01-16T13:56:43.123Z","avatar_url":"https://github.com/libranet.png","language":"Python","funding_links":["https://github.com/sponsors/libranet"],"categories":["Python"],"sub_categories":[],"readme":"[![Testing](https://img.shields.io/github/actions/workflow/status/libranet/autoread-dotenv/testing.yaml?branch=main\u0026longCache=true\u0026style=flat-square\u0026label=tests\u0026logo=GitHub%20Actions\u0026logoColor=fff\")](https://github.com/libranet/autoread-dotenv/actions/workflows/testing.yaml)\n[![Linting](https://img.shields.io/github/actions/workflow/status/libranet/autoread-dotenv/linting.yaml?branch=main\u0026longCache=true\u0026style=flat-square\u0026label=linting\u0026logo=GitHub%20Actions\u0026logoColor=fff\")](https://github.com/libranet/autoread-dotenv/actions/workflows/linting.yaml)\n[![Read the Docs](https://readthedocs.org/projects/autoread-dotenv/badge/?version=latest)](https://autoread-dotenv.readthedocs.io/en/latest/)\n[![Codecov](https://codecov.io/gh/libranet/autoread-dotenv/branch/main/graph/badge.svg?token=QTOWRXGH61)](https://codecov.io/gh/libranet/autoread-dotenv)\n[![PyPi Package](https://img.shields.io/pypi/v/autoread-dotenv?color=%2334D058\u0026label=pypi%20package)](https://pypi.org/project/autoread-dotenv/)\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/libranet/autoread-dotenv/blob/main/docs/license.md)\n\n## Installation\n\nInstall via uv:\n\n```bash\n\u003e uv add autoread-dotenv\n```\n\nOr add to your poetry-based project:\n\n```bash\n\u003e poetry add autoread-dotenv\n```\n\nInstall via pip:\n\n```bash\n\u003e bin/pip install autoread-dotenv\n```\n\n## Set up a local development environment\n\n```bash\n\u003e just install\n```\n\n## Usage\n\nThe only thing left to do for you is the create a ``.env`` in the root of your project.\n\n## Registered sitecustomize-entrypoint\n\nThe ``autoread_dotenv.entrypoint``-function is registered as a ``sitecustomize``-entrypoint in our pyproject.toml_:\n\n``` toml\n\n    [project.entry-points.sitecustomize]\n    autoread_dotenv = \"autoread_dotenv:entrypoint\"\n```\n\nSitecustomize and all its registered entrypoints will be executed at the start of *every* python-process.\nFor more information, please see [sitecustomize-entrypoints](http://pypi.python.org/pypi/sitecustomize-entrypoints)\n\n## Avoid overriding existing environments variables\n\nBy default, your .env-file read by ``autoread-dotenv`` will override any pre-existing environment variables.\nYou can avoid this behaviour by setting ``AUTOREAD_ENFORCE_DOTENV=0``.\n\n## Compatibility\n\n [![Python Version](https://img.shields.io/pypi/pyversions/autoread-dotenv?:alt:PyPI-PythonVersion)](https://pypi.org/project/autoread-dotenv/)\n [![PyPI - Implementation](https://img.shields.io/pypi/implementation/autoread-dotenv?:alt:PyPI-Implementation)](https://pypi.org/project/autoread-dotenv/)\n\n``autoread-dotenv``  works on Python 3.8+, including PyPy3. Tested until Python 3.13,\n\n## Notable dependencies\n\n- [sitecustomize-entrypoints](http://pypi.python.org/pypi/sitecustomize-entrypoints)\n- [python-dotenv](http://pypi.python.org/pypi/python-dotenv)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibranet%2Fautoread-dotenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibranet%2Fautoread-dotenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibranet%2Fautoread-dotenv/lists"}