{"id":23646294,"url":"https://github.com/alpertunga-bile/cliutility","last_synced_at":"2025-10-24T15:45:07.563Z","repository":{"id":166561642,"uuid":"642068527","full_name":"alpertunga-bile/CLIUtility","owner":"alpertunga-bile","description":"Utilities For CLI applications","archived":false,"fork":false,"pushed_at":"2024-01-23T13:51:54.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-28T13:20:11.490Z","etag":null,"topics":["cli","cli-tool","cli-toolbox","cli-toolkit","cli-tools","cli-utilities"],"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/alpertunga-bile.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-05-17T18:47:10.000Z","updated_at":"2023-05-19T14:40:53.000Z","dependencies_parsed_at":"2024-01-11T15:57:19.344Z","dependency_job_id":"f1953ca4-34c4-46af-acf4-b6c22becd8d7","html_url":"https://github.com/alpertunga-bile/CLIUtility","commit_stats":null,"previous_names":["alpertunga-bile/cliutility"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpertunga-bile%2FCLIUtility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpertunga-bile%2FCLIUtility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpertunga-bile%2FCLIUtility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpertunga-bile%2FCLIUtility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpertunga-bile","download_url":"https://codeload.github.com/alpertunga-bile/CLIUtility/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239592974,"owners_count":19664855,"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":["cli","cli-tool","cli-toolbox","cli-toolkit","cli-tools","cli-utilities"],"created_at":"2024-12-28T13:20:14.978Z","updated_at":"2025-10-11T11:41:19.689Z","avatar_url":"https://github.com/alpertunga-bile.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CLIUtility\n\n- Providing some utility classes for CLI applications.\n\n## Utilities\n\n### Loader Class\n\n- Providing loader for CLI like tqdm package.\n- You can use it with range, list, tuple, set and dict data types.\n- Can specify description and loading char to visualize.\n\n#### Example For Range\n\n```python\nfor i in Loader(range(1, 10), description=\"Test\"):\n   pass\n```\n\n#### Example For List, Set And Tuple\n\n```python\ntempList = [\"10\", \"2\", \"5\"]\nfor i in Loader(tempList, description=\"Test\"):\n   pass\n```\n\n#### Example For Dictionary\n\n```python\ntempDict = {\"Physics\":43, \"Math\":23}\nfor key, value in Loader(tempDict.items(), description=\"Test\"):\n   pass\n```\n\n#### Example Result\n\n```Test [####################################################################################################] %100 ETA [  0 h|  0 m|  0 s]```\n\n### Completer Class\n\n- Providing tab completer for CLI.\n- You can specify your completer functions with words.\n- You can use it for get files and folders for given directory or current directory.\n\n### VenvManager Class\n\nYou can\n\n- Create virtual environment\n- Install packages with requirements file\n- Run scripts with args\n- Clone repository\n- Update repository\n- Install requirements from repository\n- Run scripts from repository\n\n- [x] ```VenvManager-functional``` is the breakdown of the ```VenvManager``` class to functions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpertunga-bile%2Fcliutility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpertunga-bile%2Fcliutility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpertunga-bile%2Fcliutility/lists"}