{"id":32170847,"url":"https://github.com/xtagon/perpetual","last_synced_at":"2026-02-18T22:02:06.263Z","repository":{"id":57530979,"uuid":"307213782","full_name":"xtagon/perpetual","owner":"xtagon","description":"A simple abstraction around repeatedly iterating state in Elixir.","archived":false,"fork":false,"pushed_at":"2020-11-09T07:04:48.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"edge","last_synced_at":"2025-10-10T05:30:49.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/xtagon.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}},"created_at":"2020-10-25T23:28:37.000Z","updated_at":"2020-11-09T07:04:51.000Z","dependencies_parsed_at":"2022-09-05T09:51:20.165Z","dependency_job_id":null,"html_url":"https://github.com/xtagon/perpetual","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xtagon/perpetual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtagon%2Fperpetual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtagon%2Fperpetual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtagon%2Fperpetual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtagon%2Fperpetual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtagon","download_url":"https://codeload.github.com/xtagon/perpetual/tar.gz/refs/heads/edge","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtagon%2Fperpetual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-10-21T17:36:28.126Z","updated_at":"2026-02-18T22:02:06.259Z","avatar_url":"https://github.com/xtagon.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perpetual\n\nPerpetual is a simple abstraction around repeatedly iterating state in Elixir.\n\nIt is similar to Elixir's `Agent` module in that it can share or store state\nthat must be accessed from different processes or by the same process at\ndifferent points in time, and in addition to that, `Perpetual` lets you\ndefine a function for repeatedly updating the stored state for as long as the\nprocess is kept running.\n\n## Status\n\nThis is an early work in progress, and should be considered experimental,\nincomplete, and unstable until v1.0.0, following [Semantic Versioning][semver].\n\nAll notable changes will be recorded in the [changelog](CHANGELOG.md).\n\n## Installation\n\nOnce available in Hex, the package can be installed by adding `perpetual` to\nyour list of dependencies in `mix.exs`. For now, you can test the development\nbranch with:\n\n```elixir\ndef deps do\n  [\n    {:perpetual, github: \"xtagon/perpetual\", branch: \"edge\"}\n  ]\nend\n```\n\n## Documentation\n\nDocumentation can be generated from the source code using `mix docs`.\n\n## Development\n\nThe following Mix tasks are available to assist in development:\n\n- `mix docs`\n- `mix test`\n- `mix coveralls`\n- `mix credo`\n\n## License\n\nPerpetual's source code is released under Apache License 2.0.\n\nCheck [NOTICE](NOTICE) and [LICENSE](LICENSE) files for more information.\n\n[semver]: https://semver.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtagon%2Fperpetual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxtagon%2Fperpetual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxtagon%2Fperpetual/lists"}