{"id":15055408,"url":"https://github.com/sergey360/python-dependencies-collector","last_synced_at":"2026-03-06T03:31:51.376Z","repository":{"id":246979537,"uuid":"824738042","full_name":"Sergey360/python-dependencies-collector","owner":"Sergey360","description":"A Python script to collect and aggregate dependencies from multiple GitLab repositories","archived":false,"fork":false,"pushed_at":"2024-07-05T21:58:57.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T22:42:43.830Z","etag":null,"topics":["automation","dependencies","dependency-management","gitlab","package-management","python","requirements","tools","tools-and-automation","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/Sergey360.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-05T20:26:08.000Z","updated_at":"2024-07-05T22:20:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"d32ab3d2-7144-437b-9e42-3a5a98652f5b","html_url":"https://github.com/Sergey360/python-dependencies-collector","commit_stats":null,"previous_names":["sergey360/python-dependencies-collector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergey360%2Fpython-dependencies-collector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergey360%2Fpython-dependencies-collector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergey360%2Fpython-dependencies-collector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sergey360%2Fpython-dependencies-collector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sergey360","download_url":"https://codeload.github.com/Sergey360/python-dependencies-collector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582521,"owners_count":19985846,"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":["automation","dependencies","dependency-management","gitlab","package-management","python","requirements","tools","tools-and-automation","utilities"],"created_at":"2024-09-24T21:41:51.873Z","updated_at":"2026-03-06T03:31:51.277Z","avatar_url":"https://github.com/Sergey360.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Dependencies Collector\n\nA Python script to collect and aggregate dependencies from multiple GitLab repositories.\n\n## Features\n\n- Collects dependencies from `requirements.txt` files across multiple repositories.\n- Checks `main`, `master`, and `dev` branches.\n- Saves dependencies to `all_dependencies.txt` and `all_dependencies_clean.txt`.\n\n## Installation\n\n```bash\ngit clone https://github.com/Sergey360/python-dependencies-collector.git\n\ncd python-dependencies-collector\n\npython -m venv venv\n\nsource venv/bin/activate  # On Windows use `venv\\Scripts\\activate`\n\npip install -r requirements.txt\n```\n\n## Usage\n\nUpdate the GITLAB_URL and PRIVATE_TOKEN in the script with your GitLab instance URL and personal access token.\n\nRun the script:\n\n```bash\npython python-dependencies-collector.py\n```\n\n## Output\n\nThe script generates two files:\n\n- `all_dependencies.txt` : Sorted list of all dependencies with versions.\n- `all_dependencies_clean.txt` : Sorted list of all dependencies without versions and duplicates.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergey360%2Fpython-dependencies-collector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergey360%2Fpython-dependencies-collector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergey360%2Fpython-dependencies-collector/lists"}