{"id":19138080,"url":"https://github.com/lemonpi/cp_solver","last_synced_at":"2025-07-10T13:34:01.338Z","repository":{"id":73435345,"uuid":"141202860","full_name":"LemonPi/cp_solver","owner":"LemonPi","description":"Constraint satisfaction problem solver","archived":false,"fork":false,"pushed_at":"2018-07-17T20:34:54.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T10:00:57.323Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LemonPi.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}},"created_at":"2018-07-16T22:48:27.000Z","updated_at":"2018-07-17T20:34:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"22761722-2abb-46ca-bb40-b096e1589a5d","html_url":"https://github.com/LemonPi/cp_solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LemonPi/cp_solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LemonPi%2Fcp_solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LemonPi%2Fcp_solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LemonPi%2Fcp_solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LemonPi%2Fcp_solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LemonPi","download_url":"https://codeload.github.com/LemonPi/cp_solver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LemonPi%2Fcp_solver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264585371,"owners_count":23632647,"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-09T06:41:42.359Z","updated_at":"2025-07-10T13:34:01.304Z","avatar_url":"https://github.com/LemonPi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nA pure python constraint satisfaction problem solver.\n\n# Installation (development)\n\nInstall in editable mode with `py -3 -m pip install -e .` so that\nmodifications in the repository are automatically synced with the\ninstalled library.\n\n# Testing\nInstall dependencies\n\n`py -3 -m pip install tox pytest coverage pytest-cov`\n\nRun pytest at top level directly independently\n\n`py -m pytest -s -v --log-cli-level=DEBUG --show-capture=no`\n\nRun tox from any directory to run tests in a virtual environment and tests coverage.\n\n`tox`\n\n# Organization\nEverything is under the `cp_solver` package.\n\nBasic components such as `Variable`, `Constraint` and `CSP` are in `cp_solver.base`.\n\nConstraint propagators for pruning purposes such as `ForwardCheck` and\n`GeneralArcConsistency` are in `cp_solver.propagator`.\n\nSearch algorithms such as `BacktrackSearch` are in `cp_solver.search`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemonpi%2Fcp_solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flemonpi%2Fcp_solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flemonpi%2Fcp_solver/lists"}