{"id":22882509,"url":"https://github.com/cqcl/pypig","last_synced_at":"2025-05-08T03:06:41.253Z","repository":{"id":62582550,"uuid":"280430868","full_name":"CQCL/pypig","owner":"CQCL","description":"Simple command line tool for managing private pypiserver","archived":false,"fork":false,"pushed_at":"2020-12-07T17:33:34.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-08T03:06:37.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CQCL.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-07-17T13:26:03.000Z","updated_at":"2025-02-20T02:41:38.000Z","dependencies_parsed_at":"2022-11-03T21:55:47.358Z","dependency_job_id":null,"html_url":"https://github.com/CQCL/pypig","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/CQCL%2Fpypig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CQCL%2Fpypig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CQCL%2Fpypig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CQCL%2Fpypig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CQCL","download_url":"https://codeload.github.com/CQCL/pypig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252989949,"owners_count":21836667,"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-12-13T18:18:02.878Z","updated_at":"2025-05-08T03:06:41.225Z","avatar_url":"https://github.com/CQCL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pypig :pig:\n[![PyPI version](https://badge.fury.io/py/pypig.svg)](https://badge.fury.io/py/pypig)\n\nCommand line utility for managing private pypiserver.\nhttps://github.com/pypiserver/pypiserver\n\nInstall with `pip install pypig` for distributed version, or clone and run `pip install -e .` for install from source.\n\nprint help: `pypig -h`\n\nfor individual commands: `pypig \u003ccommand\u003e -h`\n\nFor frequent use store credentials in `${HOME}/.config/pypig/auth.json` as \n\n    {\n        \"index\": \"https://\u003crepository-url\u003e.com/\",\n        \"username\": \"u\",\n        \"password\": \"p\"\n    }\n\nThese are treated as default values and overriden by flags, save any number of these.\n\nExample usage\n-------------\n\nList all packages\n\n    pypig list\n\nList all instances of one package\n\n    pypig list pytket\n\nFilter further (version range and platform)\n\n    pypig list pytket --version 0.5.2 0.5.4 --platform linux\n\nDownload packages - same filtering interface as list, but with optional directory\n\n    pypig download -d downloads pytket --pyver 3.8\n\nDelete packages on server: Use with care!\n\n    pypig remove pytket-qiskit 0.4.1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqcl%2Fpypig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcqcl%2Fpypig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqcl%2Fpypig/lists"}