0x63_Problems
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Tach lets you define module boundaries in a Python monorepo, automatically detect all cross-module dependencies, and then validate those dependencies. If ‘billing’ shouldn’t depend on ‘core’, you can enforce that with…
- Monorepo Tools (monorepo.tools)
-
Hi HN! We are excited to show you modguard - a Python tool we built to enforce a modular, decoupled package architecture automatically. We built modguard to solve a recurring problem that we've experienced on software…