|
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 |
|
@@ -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