{"id":28269452,"url":"https://github.com/iory/eos","last_synced_at":"2025-06-16T20:30:38.314Z","repository":{"id":38419958,"uuid":"250498047","full_name":"iory/eos","owner":"iory","description":"eos: Extended os module","archived":false,"fork":false,"pushed_at":"2023-03-20T09:13:13.000Z","size":41,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-20T15:14:42.468Z","etag":null,"topics":["makedirs","os","pip","python"],"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/iory.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":"2020-03-27T09:55:13.000Z","updated_at":"2021-10-25T02:58:16.000Z","dependencies_parsed_at":"2022-08-18T07:21:08.741Z","dependency_job_id":null,"html_url":"https://github.com/iory/eos","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/iory/eos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iory%2Feos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iory%2Feos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iory%2Feos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iory%2Feos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iory","download_url":"https://codeload.github.com/iory/eos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iory%2Feos/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260232720,"owners_count":22978593,"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":["makedirs","os","pip","python"],"created_at":"2025-05-20T15:14:42.369Z","updated_at":"2025-06-16T20:30:38.305Z","avatar_url":"https://github.com/iory.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eos: Extended os module\n\n[![Build Status](https://github.com/iory/eos/workflows/Run%20Tests/badge.svg?branch=master)](https://github.com/iory/eos/actions)\n\n## Install\n\n```\npip install extendedos\n```\n\n## Quick Start\n\n```\nimport os.path as osp\nfrom eos import makedirs\nmakedirs('/tmp/example/1/2')\nosp.exists('/tmp/example/1/2')\n# True\nfrom eos import make_fancy_output_dir\nmake_fancy_output_dir('/tmp/result')\n# '/tmp/result/iory-mac-2020-03-27-19-08-17-191116-46504'\nmake_fancy_output_dir(time_format=None)\n# '/tmp/vm7bwis1'\n```\n\n```\nfrom eos import measure\nimport time\nwith measure('measure_example'):\n   time.sleep(1.0)\n# measure_example: 00:00:01.000574\n```\n\n```\nfrom eos import current_time_str\ncurrent_time_str()\n# '2021-01-08-07-42-12-301381'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiory%2Feos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiory%2Feos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiory%2Feos/lists"}