{"id":13501942,"url":"https://github.com/deepgram/sidomo","last_synced_at":"2025-04-09T16:16:53.791Z","repository":{"id":57467039,"uuid":"52313415","full_name":"deepgram/sidomo","owner":"deepgram","description":"Simple Docker Python Module","archived":false,"fork":false,"pushed_at":"2016-03-11T23:01:36.000Z","size":19,"stargazers_count":311,"open_issues_count":2,"forks_count":20,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-09T16:16:42.608Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepgram.png","metadata":{"files":{"readme":"README.rst","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-02-22T23:18:02.000Z","updated_at":"2024-09-10T16:57:58.000Z","dependencies_parsed_at":"2022-09-10T02:00:52.746Z","dependency_job_id":null,"html_url":"https://github.com/deepgram/sidomo","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/deepgram%2Fsidomo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram%2Fsidomo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram%2Fsidomo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram%2Fsidomo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepgram","download_url":"https://codeload.github.com/deepgram/sidomo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065285,"owners_count":21041872,"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-07-31T22:01:56.019Z","updated_at":"2025-04-09T16:16:53.760Z","avatar_url":"https://github.com/deepgram.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Sidomo\n======\n\nSimple Docker Module: If you can get your software to work in a docker container, then this module will make it work in Python.\n-------------------------------------------------------------------------------------------------------------------------------\n\nHow to install:\n^^^^^^^^^^^^^^^\n\n.. code:: bash\n\n    pip install -e git+https://github.com/deepgram/sidomo.git#egg=sidomo\n\nHow to use:\n^^^^^^^^^^^\n\n.. code:: python\n\n    from sidomo import Container\n\n    with Container('ubuntu') as c:\n        for output_line in c.run('echo hello world'):\n            print(output_line)\n\nOr with the command line tool \"dodo\" (\"docker do\"):\n::\n  dodo echo hello world --image ubuntu\n\nExamples:\n^^^^^^^^^\n\n-  hello\\_world.py is ‘Hello, World!’ as a module\n-  ffmpeg.py fetches audio from a URL and transcodes it to WAV format\n\nIdeas:\n^^^^^^\n\n-  Replace leaky glue code\n-  Run Erlang from Python\n-  Resurrect legacy software for use in a modern environment\n-  Make a Python module more portable (the only dependency is Docker\n   itself)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram%2Fsidomo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepgram%2Fsidomo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram%2Fsidomo/lists"}