{"id":15009898,"url":"https://github.com/release-engineering/python-fastpurge","last_synced_at":"2026-03-10T12:34:08.020Z","repository":{"id":48696015,"uuid":"169512159","full_name":"release-engineering/python-fastpurge","owner":"release-engineering","description":"Python client for Akamai Fast Purge API","archived":false,"fork":false,"pushed_at":"2024-03-22T09:54:05.000Z","size":426,"stargazers_count":6,"open_issues_count":2,"forks_count":11,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-04-24T13:22:11.107Z","etag":null,"topics":["akamai","akamai-api","akamai-open","python","python2","python3"],"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/release-engineering.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-02-07T03:07:20.000Z","updated_at":"2024-06-21T07:26:47.102Z","dependencies_parsed_at":"2024-06-21T07:26:39.672Z","dependency_job_id":"1eff1c50-cd16-48f4-a2b0-262e6c5754e6","html_url":"https://github.com/release-engineering/python-fastpurge","commit_stats":{"total_commits":47,"total_committers":9,"mean_commits":5.222222222222222,"dds":"0.36170212765957444","last_synced_commit":"306077567f622511a0e33be9e51533406345da0f"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpython-fastpurge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpython-fastpurge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpython-fastpurge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/release-engineering%2Fpython-fastpurge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/release-engineering","download_url":"https://codeload.github.com/release-engineering/python-fastpurge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248083391,"owners_count":21045088,"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":["akamai","akamai-api","akamai-open","python","python2","python3"],"created_at":"2024-09-24T19:29:03.805Z","updated_at":"2026-03-10T12:34:02.946Z","avatar_url":"https://github.com/release-engineering.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-fastpurge\n================\n\nA Python client for the [Akamai Fast Purge API](https://developer.akamai.com/api/core_features/fast_purge/v3.html).\n\n[![Build Status](https://github.com/release-engineering/python-fastpurge/actions/workflows/tox-test.yml/badge.svg)](https://github.com/release-engineering/python-fastpurge/actions/workflows/tox-test.yml)\n[![codecov](https://codecov.io/gh/release-engineering/python-fastpurge/branch/master/graph/badge.svg?token=cRnzaGyvkk)](https://codecov.io/gh/release-engineering/python-fastpurge)\n[![Maintainability](https://api.codeclimate.com/v1/badges/2a5d60f6ddb557d88055/maintainability)](https://codeclimate.com/github/release-engineering/python-fastpurge/maintainability)\n\n- [Source](https://github.com/release-engineering/python-fastpurge)\n- [Documentation](https://release-engineering.github.io/python-fastpurge/)\n- [PyPI](https://pypi.org/project/fastpurge)\n\nThis library provides a simple asynchronous Python wrapper for the Fast Purge\nAPI. Features include:\n\n- convenient handling of authentication\n- recovery from errors\n- splitting large requests into smaller pieces\n\n\nInstallation\n------------\n\nInstall the `fastpurge` package from PyPI.\n\n```\npip install fastpurge\n```\n\nUsage Example\n-------------\n\nAssuming a valid `~/.edgerc` file prepared with credentials according to\nAkamai's documentation:\n\n```python\nfrom fastpurge import FastPurgeClient\n\n# Omit credentials to read from ~/.edgerc\nclient = FastPurgeClient()\n\n# Start purge of some URLs\npurged = client.purge_by_url(['https://example.com/resource1', 'https://example.com/resource2'])\n\n# purged is a Future, if we want to ensure purge completed\n# we can block on the result:\nresult = purged.result()\nprint(\"Purge completed:\", result)\n```\n\nLicense\n-------\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelease-engineering%2Fpython-fastpurge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frelease-engineering%2Fpython-fastpurge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frelease-engineering%2Fpython-fastpurge/lists"}