{"id":21387749,"url":"https://github.com/cemkiy/python-shell-environment","last_synced_at":"2025-07-13T22:06:45.311Z","repository":{"id":57460426,"uuid":"62701682","full_name":"cemkiy/python-shell-environment","owner":"cemkiy","description":"Shell environment management for python. It's not virt or weird, real!","archived":false,"fork":false,"pushed_at":"2017-06-25T17:35:52.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T23:18:44.497Z","etag":null,"topics":["environment","environment-variables","python-environment","shell-environment"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cemkiy.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}},"created_at":"2016-07-06T07:46:21.000Z","updated_at":"2017-06-22T11:05:11.000Z","dependencies_parsed_at":"2022-09-01T20:24:56.499Z","dependency_job_id":null,"html_url":"https://github.com/cemkiy/python-shell-environment","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cemkiy/python-shell-environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemkiy%2Fpython-shell-environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemkiy%2Fpython-shell-environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemkiy%2Fpython-shell-environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemkiy%2Fpython-shell-environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cemkiy","download_url":"https://codeload.github.com/cemkiy/python-shell-environment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cemkiy%2Fpython-shell-environment/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265212407,"owners_count":23728529,"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","environment-variables","python-environment","shell-environment"],"created_at":"2024-11-22T12:14:33.105Z","updated_at":"2025-07-13T22:06:45.260Z","avatar_url":"https://github.com/cemkiy.png","language":"Python","readme":"# Real Environment\n\nEasy to use python shell environment management\n\n  - works with directly shell\n  - autoload \".env\" file\n\n### Version\n1.0\n\n### Installation\n\nYou could install with pip or pip3.\n\n```sh\n$ pip install real_environment\n$ pip3 install real_environment\n```\n\n### How To Use\n\n```python\nfrom real_environment import real_environment\n# init func will autoload your .env file\nrenv = real_environment.RealEnvironment()\nrenv.get_env_or_default(\"db_url\",\"default_value_if_empty_returns\")\nrenv.set_a_variable_to_environment(\"key\",\"value\")\nrenv.remove_a_variable_from_environment(\"key\")\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcemkiy%2Fpython-shell-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcemkiy%2Fpython-shell-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcemkiy%2Fpython-shell-environment/lists"}