{"id":27997113,"url":"https://github.com/alexflipnote/dotenvplus","last_synced_at":"2025-05-08T21:53:35.439Z","repository":{"id":264499244,"uuid":"869537339","full_name":"AlexFlipnote/dotenvplus","owner":"AlexFlipnote","description":"Reads key-value pairs from a .env file and supports multiple values with dynamic interpolation.","archived":false,"fork":false,"pushed_at":"2025-03-15T10:44:41.000Z","size":32,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T21:53:31.468Z","etag":null,"topics":["bool","dotenv","dotenv-parser","float","int","python","string","types","variables"],"latest_commit_sha":null,"homepage":"","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/AlexFlipnote.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-08T13:14:11.000Z","updated_at":"2025-05-02T07:00:46.000Z","dependencies_parsed_at":"2024-11-24T18:39:11.490Z","dependency_job_id":"0edf3e31-4142-4c02-b19a-633a2ddb5e2f","html_url":"https://github.com/AlexFlipnote/dotenvplus","commit_stats":null,"previous_names":["alexflipnote/dotenvplus","alexflipnote/dotenvplus.py"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexFlipnote%2Fdotenvplus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexFlipnote%2Fdotenvplus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexFlipnote%2Fdotenvplus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexFlipnote%2Fdotenvplus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexFlipnote","download_url":"https://codeload.github.com/AlexFlipnote/dotenvplus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253154988,"owners_count":21862621,"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":["bool","dotenv","dotenv-parser","float","int","python","string","types","variables"],"created_at":"2025-05-08T21:53:34.966Z","updated_at":"2025-05-08T21:53:35.433Z","avatar_url":"https://github.com/AlexFlipnote.png","language":"Python","readme":"# DotEnvPlus\nReads key-value pairs from a .env file and supports multiple values with dynamic interpolation.\n\nThe values returned by the DotEnv object is treated like a dictionary, so you can use it like a normal dictionary.\nSome of the usual dictionary methods are also supported like `.items()`, `.keys()`, `.values()`, etc.\n\nGoal is to make it easy to use environment variables in your code, while also supporting multiple values.\n\n## Installing\n\u003e You need **Python \u003e=3.7** to use this library.\n\n```bash\npip install dotenvplus\n```\n\n## Usage\n```env\n# .env\nKEY1=value\nKEY2=123\nKEY3=true\n```\n\n```python\n# main.py\nfrom dotenvplus import DotEnv\n\n# Create a DotEnv object\nenv = DotEnv()\n\u003e\u003e\u003e \u003cDotEnv data={\"KEY1\": \"value\", \"KEY2\": 123, \"KEY3\": True}\u003e\n\n# Call it like a dictionary\n(env[\"KEY1\"], env[\"KEY2\"], env[\"KEY3\"])\n\u003e\u003e\u003e (\"value\", 123, True)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexflipnote%2Fdotenvplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexflipnote%2Fdotenvplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexflipnote%2Fdotenvplus/lists"}