Metadata-Version: 2.2
Name: repoatlas
Version: 0.0.1
Summary: Repository maps for coding AI agents. Parses code, builds dependency graphs, ranks files by importance, and outputs structured maps for LLM context windows. Git-aware incremental indexing. Built for new and legacy codebases.
Author: Mariusz Korzekwa
License: Apache-2.0
Project-URL: Homepage, https://repoatlas.com
Project-URL: Repository, https://github.com/repoatlas/repoatlas
Project-URL: Documentation, https://repoatlas.com
Keywords: code-analysis,repository-map,llm,ast,dependency-graph,ai-tools
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# RepoAtlas

Repository maps for coding AI agents. Parses source code, builds dependency graphs, ranks files by importance (PageRank), detects entry points, and outputs structured text maps ready for LLM context windows. Git-aware incremental indexing. Built for new and legacy codebases.

> **Cooking since Q2 2025.** First public release coming soon.

## Planned Features

- Tree-sitter based multi-language AST parsing
- Dependency graph construction and analysis
- PageRank-based file importance scoring
- Entry point detection
- Structured output for LLM consumption

## Links

- [GitHub](https://github.com/repoatlas/repoatlas)
