0x63_Problems

↗ HN profile [ 21.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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…

  2. Monorepo Tools (monorepo.tools)
  3. 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…