Subscribe to get weekly email with the most promising tools 🚀

Tach-image-0
Tach-image-1
Tach-image-2

Description

Tach is a Python tool designed to enforce dependencies and interfaces written in Rust, inspired by the modular monolith architecture. It helps developers manage their project's structure by ensuring that imports only come from declared dependencies, cross-module calls use the public interface, and there are no cycles in the dependency graph.

How to use Tach?

To use Tach, install it via pip with 'pip install tach'. Then, run 'tach init' to set up your project. Use the arrow keys to navigate and mark module boundaries. Finally, enforce the boundaries by running 'tach check' to validate your setup.

Core features of Tach:

1️⃣

Enforces module boundaries and dependencies

2️⃣

Visualizes dependency graphs

3️⃣

Supports incremental adoption

4️⃣

Integrates easily with CI/CD and pre-commit hooks

5️⃣

Provides detailed error reporting for dependency violations

Why could be used Tach?

#Use caseStatus
# 1Managing dependencies in large Python projects
# 2Visualizing module interactions in monorepos
# 3Enforcing architectural rules in software development

Who developed Tach?

Tach is developed by a community of contributors and is open source, allowing for collaborative improvements and feedback from users. It is designed to be interoperable with existing systems and aims to enhance productivity in software development.

FAQ of Tach