{"id":23159173,"url":"https://github.com/dudelson/python-script-utils","last_synced_at":"2025-04-04T18:42:09.960Z","repository":{"id":69983655,"uuid":"151957904","full_name":"dudelson/python-script-utils","owner":"dudelson","description":"Utilities for python scripting","archived":false,"fork":false,"pushed_at":"2018-10-07T19:29:45.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T03:48:00.683Z","etag":null,"topics":["dudelson-infra","dudelson-project","python","python3","shell-script"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/dudelson.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-07T15:52:09.000Z","updated_at":"2020-10-03T02:09:01.000Z","dependencies_parsed_at":"2023-05-24T20:18:12.670Z","dependency_job_id":null,"html_url":"https://github.com/dudelson/python-script-utils","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/dudelson%2Fpython-script-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudelson%2Fpython-script-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudelson%2Fpython-script-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dudelson%2Fpython-script-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dudelson","download_url":"https://codeload.github.com/dudelson/python-script-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234844,"owners_count":20905852,"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":["dudelson-infra","dudelson-project","python","python3","shell-script"],"created_at":"2024-12-17T22:32:20.951Z","updated_at":"2025-04-04T18:42:09.938Z","avatar_url":"https://github.com/dudelson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# script-utils\nMy personalized python scripting helpers and utilities.\n\nMost of this stuff is just a function to wrap a task that comes up a lot in the\ncourse of using python for shell scripting, such as traversing a directory\nstructure, etc.\n\nNote that I have made this repo public so that others may take code from it,\nnot because I am offering this code as a library for public use. It's really for\nmy personal use only. Thus, PRs will most likely not be merged, and I don't\nintend to ever upload this to PyPI. If you want a package that does something\nsimilar to this, check out [auxly](https://github.com/jeffrimko/Auxly).\n\n## installation\nFirst, make sure the `setuptools` and `wheel` python packages are installed. Then:\n\n``` sh\ngit clone https://github.com/dudelson/python-script-utils\ncd python-script-utils\npython3 setup.py sdist bdist_wheel\npip install .\n```\n\n## usage\n``` python\nimport script_utils as su\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudelson%2Fpython-script-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdudelson%2Fpython-script-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdudelson%2Fpython-script-utils/lists"}