Polished work that hasn't found its audience yet.
Concrete: TFHE Compiler that converts python programs into FHE equivalent
Documentation
94
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under Other.
Engineering
91
Test files detected (backends/concrete-cuda/implementation/test_and_benchmark/test).
Lockfile present (backends/concrete-cpu/implementation/Cargo.lock). Installs are reproducible.
CI is configured (.github/workflows/main.yml).
Linter or formatter configured (frontends/concrete-python/.editorconfig).
Issue or PR templates present.
Project health
64
No pushes in over 2 years. Looks unmaintained (−95 pts).
→ A recent commit signals the project is alive and worth using.
Repository has a description.
Dependency manifest found (backends/concrete-cpu/implementation/Cargo.toml).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 0Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 0Watchers
Responsiveness
- —Median issue response
- —Median PR merge time
- 0Open issues
Repository files17 root entries
- .githubGood: CI is configured (.github/workflows/main.yml).Good: Dependabot covers 2 ecosystems (github-actions, docker). Dependencies stay current.Good: Issue or PR templates present.
- backendsGood: Test files detected (backends/concrete-cuda/implementation/test_and_benchmark/test).Good: Lockfile present (backends/concrete-cpu/implementation/Cargo.lock). Installs are reproducible.Good: Dependency manifest found (backends/concrete-cpu/implementation/Cargo.toml).
- ci
- compilers
- docker
- docsGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- frontendsGood: Linter or formatter configured (frontends/concrete-python/.editorconfig).
- third_party
- tools
- .gitignoreGood: .gitignore present.
- .gitmodules
- .linelint.yml
- .rustfmt.toml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- LICENSE.txtGood: Licensed under Other.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- UPGRADING.md