Skip to content

Commit a0f02b4

Browse files
author
codegen-bot
committed
.
1 parent 51943ce commit a0f02b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
[Codegen](https://docs.codegen.com) is a python library for manipulating codebases.
88

9-
Write code that transforms code. Codegen combines the parsing power of [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) with the graph algorithms of [rustworkx](https://github.com/Qiskit/rustworkx) to enable scriptable, multi-language code manipulation at scale.
109

1110
```python
1211
from codegen import Codebase
@@ -23,6 +22,8 @@ for function in codebase.functions:
2322
function.move_to_file('deprecated.py')
2423
```
2524

25+
Write code that transforms code. Codegen combines the parsing power of [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) with the graph algorithms of [rustworkx](https://github.com/Qiskit/rustworkx) to enable scriptable, multi-language code manipulation at scale.
26+
2627
## Installation
2728
**This library requires Python 3.12 – 3.13.**
2829
```
@@ -33,6 +34,7 @@ uv pip install codegen
3334

3435
- [Docs](https://docs.codegen.com)
3536
- [Get Started](https://docs.codegen.com/introduction/getting-started)
37+
- [Contributing](CONTRIBUTING.md)
3638

3739

3840
## Why Codegen?

0 commit comments

Comments
 (0)