{"id":50930607,"url":"https://github.com/pyfilament/pyfilament","last_synced_at":"2026-06-17T04:00:16.441Z","repository":{"id":365104478,"uuid":"1263401643","full_name":"pyfilament/pyfilament","owner":"pyfilament","description":"lightweight task framework","archived":false,"fork":false,"pushed_at":"2026-06-17T02:32:28.000Z","size":783,"stargazers_count":4,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-06-17T04:00:14.757Z","etag":null,"topics":["distributed-computing","durable-execution","observability","task-queue"],"latest_commit_sha":null,"homepage":"https://pyfilament.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyfilament.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-08T23:27:47.000Z","updated_at":"2026-06-17T02:06:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pyfilament/pyfilament","commit_stats":null,"previous_names":["pyfilament/pyfilament"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pyfilament/pyfilament","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyfilament%2Fpyfilament","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyfilament%2Fpyfilament/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyfilament%2Fpyfilament/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyfilament%2Fpyfilament/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyfilament","download_url":"https://codeload.github.com/pyfilament/pyfilament/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyfilament%2Fpyfilament/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34433085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["distributed-computing","durable-execution","observability","task-queue"],"created_at":"2026-06-17T04:00:14.638Z","updated_at":"2026-06-17T04:00:16.403Z","avatar_url":"https://github.com/pyfilament.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pypi package version](https://img.shields.io/pypi/v/pyfilament)](https://pypi.org/project/pyfilament/) [![python version](https://img.shields.io/pypi/pyversions/pyfilament)](https://pypi.org/project/pyfilament/) [![pytest](https://github.com/pyfilament/pyfilament/actions/workflows/pytest.yml/badge.svg)](https://github.com/pyfilament/pyfilament/actions/workflows/pytest.yml) [![codecov](https://codecov.io/github/pyfilament/pyfilament/graph/badge.svg?token=DIUIQG3YMW)](https://codecov.io/github/pyfilament/pyfilament) [![discord](https://img.shields.io/discord/1516547508837285958?logo=discord)](https://discord.gg/RgyZceR53B)\n\n# pyfilament\n\nlightweight task framework\n\nFeatures\n* timeouts / retries / caching\n* token-bucket and concurrency limits\n* subtasks, queues, and distributed workers\n* task cancellation and graceful worker shutdown\n* state timeline tracking, logging, args inspection\n\n# Getting Started\n\n```\nuv add pyfilament\nuv run - \u003c\u003c 'EOF'\nfrom filament import task\nfrom asyncio import run\n\n@task\nasync def foo():\n    return 'bar'\n\nrun(foo())\nEOF\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyfilament%2Fpyfilament","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyfilament%2Fpyfilament","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyfilament%2Fpyfilament/lists"}