{"id":16230201,"url":"https://github.com/brooke-ec/environ-import","last_synced_at":"2025-04-08T05:45:39.812Z","repository":{"id":191507327,"uuid":"684778382","full_name":"brooke-ec/environ-import","owner":"brooke-ec","description":"A python package that allows you to import environment variables like any other module.","archived":false,"fork":false,"pushed_at":"2024-04-12T19:24:43.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T19:15:43.889Z","etag":null,"topics":["environment-variables","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/environ-import/","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/brooke-ec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-08-29T20:49:36.000Z","updated_at":"2023-09-05T23:33:26.000Z","dependencies_parsed_at":"2023-08-30T07:25:50.672Z","dependency_job_id":"6b0a8ecd-71e7-4682-9ca5-8ae6d1d6fb61","html_url":"https://github.com/brooke-ec/environ-import","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"c0189fc3aef65df1f122992ed4256c8701a2f418"},"previous_names":["nimajnebec/environ-import","brooke-ec/environ-import"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brooke-ec%2Fenviron-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brooke-ec%2Fenviron-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brooke-ec%2Fenviron-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brooke-ec%2Fenviron-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brooke-ec","download_url":"https://codeload.github.com/brooke-ec/environ-import/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247785920,"owners_count":20995642,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["environment-variables","python"],"created_at":"2024-10-10T13:00:38.868Z","updated_at":"2025-04-08T05:45:39.125Z","avatar_url":"https://github.com/brooke-ec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Environ Import\n\nEnviron Import is a python package that allows you to import environment variables from its `environ` and `envnull` modules which are dynamically typed from `.env` files.\n\n## Quickstart\n\nInstall using pip\n\n```\npip install environ-import\n```\n\nOnce installed, you can import environment variables from the `environ` module.\n\n```py\nfrom environ import PATH\nprint(PATH)\n\n# or\n\nimport environ\nprint(environ.PATH)\n```\n\nEnviron Import automatically loads `.env` files using [python-dotenv](https://github.com/theskumar/python-dotenv).\n\nImport from the `envnull` module to avoid raising `AttributeError` when importing an undefined environment variable.\n\n## Dynamic Typing\n\nThe [stub file](https://peps.python.org/pep-0484/#stub-files) generator is automatically run when the `environ` or `envnull` modules are imported. Types are generated based on the variables found in `.env` and `.env.example` files.\n\nIf you would like type hints to be availabe as soon a change has been made to a `.env` file, Environ Import provides a watchdog to automatically regenerate stub files when a change is detected.\n\n```\npython -m environ-import\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrooke-ec%2Fenviron-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrooke-ec%2Fenviron-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrooke-ec%2Fenviron-import/lists"}