{"id":28640657,"url":"https://github.com/neurobin/cyclic","last_synced_at":"2025-06-12T20:07:59.959Z","repository":{"id":62566146,"uuid":"150450398","full_name":"neurobin/cyclic","owner":"neurobin","description":"Handle cyclic relation","archived":false,"fork":false,"pushed_at":"2020-05-27T15:00:53.000Z","size":5,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T20:35:59.589Z","etag":null,"topics":["circular","circular-dependencies","cyclic","python-library"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neurobin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"neurobin","liberapay":"neurobin","ko_fi":"neurobin","issuehunt":"neurobin","open_collective":"neurobin","otechie":"neurobin"}},"created_at":"2018-09-26T15:40:04.000Z","updated_at":"2024-02-12T23:23:33.000Z","dependencies_parsed_at":"2022-11-03T16:15:35.609Z","dependency_job_id":null,"html_url":"https://github.com/neurobin/cyclic","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/neurobin/cyclic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurobin%2Fcyclic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurobin%2Fcyclic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurobin%2Fcyclic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurobin%2Fcyclic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neurobin","download_url":"https://codeload.github.com/neurobin/cyclic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neurobin%2Fcyclic/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259522113,"owners_count":22870449,"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":["circular","circular-dependencies","cyclic","python-library"],"created_at":"2025-06-12T20:07:58.863Z","updated_at":"2025-06-12T20:07:59.947Z","avatar_url":"https://github.com/neurobin.png","language":"Python","funding_links":["https://patreon.com/neurobin","https://liberapay.com/neurobin","https://ko-fi.com/neurobin","https://issuehunt.io/r/neurobin","https://opencollective.com/neurobin","https://otechie.com/neurobin"],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/neurobin/cyclic.svg?branch=release)](https://travis-ci.org/neurobin/cyclic)\n\nHandle cyclic relation compared by value.\n\n# Install\n\nInstall from Pypi:\n\n```bash\npip install cyclic\n```\n\n# Usage\n\n```python\nfrom cyclic import Cyclic\n\ncy = Cyclic()\n\n# Let's say A is a prent of B\ncy.add(B, A)\n\n# B is a parent of C\ncy.add(C, B)\n\n# C is a parent of A (cyclic)\ncy.add(A, C)\n\n# let's see if C is in any kind of cyclic relation\n\nprint(cy.is_cyclic(C)) # True\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneurobin%2Fcyclic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneurobin%2Fcyclic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneurobin%2Fcyclic/lists"}