{"id":20757824,"url":"https://github.com/amdmi3/pypicache","last_synced_at":"2025-04-29T23:32:16.263Z","repository":{"id":139658494,"uuid":"306185502","full_name":"AMDmi3/pypicache","owner":"AMDmi3","description":"Accumulator and dump generator for fresh PyPi package data","archived":false,"fork":false,"pushed_at":"2023-12-22T19:45:27.000Z","size":117,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T12:22:27.757Z","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/AMDmi3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2020-10-22T01:00:21.000Z","updated_at":"2023-11-25T16:39:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab3504e1-f4cc-4d9c-812b-e802312dbec3","html_url":"https://github.com/AMDmi3/pypicache","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/AMDmi3%2Fpypicache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fpypicache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fpypicache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AMDmi3%2Fpypicache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AMDmi3","download_url":"https://codeload.github.com/AMDmi3/pypicache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251599652,"owners_count":21615563,"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-17T09:45:26.820Z","updated_at":"2025-04-29T23:32:16.215Z","avatar_url":"https://github.com/AMDmi3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyPi cache\n\n[![CI](https://github.com/AMDmi3/pypicache/actions/workflows/ci.yml/badge.svg)](https://github.com/AMDmi3/pypicache/actions/workflows/ci.yml)\n\nShamefully, [PyPi](https://pypi.org) does not provide usable\ndump of metadata for all available packages.\n\nThis simple tool constantly polls\n[Last Updates Feed](https://warehouse.readthedocs.io/api-reference/feeds.html#latest-updates-feed) \nfor package updates, fetches recent metadata of updated packages via PyPi\n[API](https://warehouse.readthedocs.io/api-reference/json.html#project),\nstores it in the database and periodically generates JSON dumps.\n\n## Running\n\nPreparing the database:\n```shell\npsql --username postgres -c \"CREATE DATABASE pypicache\"\npsql --username postgres -c \"CREATE USER pypicache WITH PASSWORD 'pypicache'\"\npsql --username postgres -c \"GRANT ALL ON DATABASE pypicache TO pypicache\"\n```\n\nRunning the tool:\n```shell\nenv PYTHONPATH=. python -m pypicache --dump-path=dump.json\n```\nor\n```shell\npython setup.py install\npypicache --dump-path=dump.json\n```\n\n## Author\n\n* [Dmitry Marakasov](https://github.com/AMDmi3) \u003camdmi3@amdmi3.ru\u003e\n\n## License\n\nGPLv3 or later, see [COPYING](COPYING).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdmi3%2Fpypicache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famdmi3%2Fpypicache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famdmi3%2Fpypicache/lists"}