{"id":19987137,"url":"https://github.com/hedronium/pyloop","last_synced_at":"2025-05-04T08:31:13.560Z","repository":{"id":62581496,"uuid":"69722828","full_name":"hedronium/pyloop","owner":"hedronium","description":"An universal package manager for python","archived":false,"fork":false,"pushed_at":"2016-10-04T06:34:08.000Z","size":58,"stargazers_count":9,"open_issues_count":7,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-30T07:52:13.472Z","etag":null,"topics":[],"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/hedronium.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":"2016-10-01T06:15:06.000Z","updated_at":"2018-01-05T06:20:37.000Z","dependencies_parsed_at":"2022-11-03T21:21:01.410Z","dependency_job_id":null,"html_url":"https://github.com/hedronium/pyloop","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedronium%2Fpyloop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedronium%2Fpyloop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedronium%2Fpyloop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hedronium%2Fpyloop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hedronium","download_url":"https://codeload.github.com/hedronium/pyloop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252307892,"owners_count":21727089,"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-11-13T04:33:52.930Z","updated_at":"2025-05-04T08:31:10.766Z","avatar_url":"https://github.com/hedronium.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pyloop\nAn universal npm like package manager for python\n## How it works?\n\u003e it uses json data to track your installed packages using channels like pip or pypy . pyloop will help programmers to maintain multiple package installation using multiple channels.\n\n## Installation\n\u003e Grab it using pip\n\n```bash\nsudo pip3 install pyloop\n```\n\n# Usage #\n\n### intialize pyloop\n```bash\npyloop init\n```\nIt will create a pack.json file into the project directory\n\n### write \n```json\n{\n    \"authorEmail\": \"\",\n    \"author\": \"\",\n    \"description\": \"\",\n    \"name\": \"pyloop\",\n    \"version\": \"1.0.0\",\n    \"channels\": {\n       \"pip3\": {\n            \"flask\": \"0.7\" ,\n            \"flask-WTF\": \"0.9\"\n        },\n        \"pip\": {\n            \n            \"django\": \"1.9\",\n        }\n    }\n}\n```\n\n### install packages (from pack.json)\nit will install all your packages globally (because pip or pypy install everything globally)\n```bash\nsudo pyloop install\n```\n\n### install packages using pyloop (It'll update pack.json)\n\n```bash\nsudo pyloop get\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedronium%2Fpyloop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhedronium%2Fpyloop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhedronium%2Fpyloop/lists"}