|
3 | 3 |
|
4 | 4 | [](https://pepy.tech/project/metacode) |
5 | 5 | [](https://pepy.tech/project/metacode) |
6 | | -[](https://coveralls.io/github/pomponchik/metacode?branch=main) |
7 | | -[](https://github.com/boyter/scc/) |
8 | | -[](https://hitsofcode.com/github/pomponchik/metacode/view?branch=main) |
9 | | -[](https://github.com/pomponchik/metacode/actions/workflows/tests_and_coverage.yml) |
| 6 | +[](https://coveralls.io/github/mutating/metacode?branch=main) |
| 7 | +[](https://github.com/boyter/scc/) |
| 8 | +[](https://hitsofcode.com/github/mutating/metacode/view?branch=main) |
| 9 | +[](https://github.com/mutating/metacode/actions/workflows/tests_and_coverage.yml) |
10 | 10 | [](https://pypi.python.org/pypi/metacode) |
11 | 11 | [](https://badge.fury.io/py/metacode) |
12 | 12 | [](http://mypy-lang.org/) |
13 | 13 | [](https://github.com/astral-sh/ruff) |
14 | | -[](https://deepwiki.com/pomponchik/metacode) |
| 14 | +[](https://deepwiki.com/mutating/metacode) |
15 | 15 |
|
16 | 16 | </details> |
17 | 17 |
|
18 | 18 |
|
19 | | - |
| 19 | + |
20 | 20 |
|
21 | 21 | Many source code analysis tools use comments in a special format to mark it up. This is an important part of the Python ecosystem, but there is still no single standard around it. This library offers such a standard. |
22 | 22 |
|
@@ -169,7 +169,7 @@ Well, now we can read the comments. But what if we want to record? There is anot |
169 | 169 | from metacode import insert, ParsedComment |
170 | 170 | ``` |
171 | 171 |
|
172 | | -You send the comment you want to insert there, as well as the current comment (empty if there is no comment, or starting with # if there is), and you get a ready-made new comment text: |
| 172 | +You send the comment you want to insert there, as well as the current comment (empty if there is no comment, or starting with `#` if there is), and you get a ready-made new comment text: |
173 | 173 |
|
174 | 174 | ```python |
175 | 175 | print(insert(ParsedComment(key='key', command='command', arguments=['lol', 'lol-kek']), '')) |
@@ -218,4 +218,4 @@ number_literal ::= ? python-style number ? |
218 | 218 | complex_literal ::= ? python-style complex number ? |
219 | 219 | ``` |
220 | 220 |
|
221 | | -If you suddenly implement your ready-made open-source parser of this grammar in a language other than Python, please [let me know](https://github.com/pomponchik/metacode/issues). This information can be added to this text. |
| 221 | +If you suddenly implement your ready-made open-source parser of this grammar in a language other than Python, please [let me know](https://github.com/mutating/metacode/issues). This information can be added to this text. |
0 commit comments