{"id":22663567,"url":"https://github.com/post2web/senv","last_synced_at":"2025-06-27T01:34:39.480Z","repository":{"id":93604298,"uuid":"50876608","full_name":"post2web/senv","owner":"post2web","description":"in development do not use","archived":false,"fork":false,"pushed_at":"2016-02-02T17:38:59.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T23:42:28.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/post2web.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2016-02-01T22:36:57.000Z","updated_at":"2016-02-01T22:40:19.000Z","dependencies_parsed_at":"2023-04-01T01:35:08.514Z","dependency_job_id":null,"html_url":"https://github.com/post2web/senv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/post2web%2Fsenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/post2web%2Fsenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/post2web%2Fsenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/post2web%2Fsenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/post2web","download_url":"https://codeload.github.com/post2web/senv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162148,"owners_count":20733357,"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":[],"created_at":"2024-12-09T12:20:45.098Z","updated_at":"2025-03-29T09:15:52.472Z","avatar_url":"https://github.com/post2web.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"shared environment\n======\n\nIn development, do not use.\n\nTo install:\npip install git+git://github.com/post2web/senv@master\n\nTo use:\n\nfrom senv.sdict import Sdict\n# create shared dict\na = Sdict()\n# use it just as you normally use dic\na['foo'] = 'bar'\n\n# in another process\nfrom senv.sdict import Sdict\na = Sdict()\nprint a\n{'foo': 'bar'}\ndel a['foo']\n\n# in the previous process\nprint a\n{}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpost2web%2Fsenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpost2web%2Fsenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpost2web%2Fsenv/lists"}