Tobias-Kohn / TigerPython-ParserLinks
Enhanced error recognition in Python
☆39Updated last month
Alternatives and similar repositories for TigerPython-Parser
Users that are interested in TigerPython-Parser are comparing it to the libraries listed below
Sorting:
- Pytest plugin for trio☆57Updated 11 months ago
- Re-apply type annotations from .pyi stubs to your codebase.☆143Updated 2 years ago
- automatic persistence for Python objects☆46Updated 2 months ago
- ☆93Updated 2 years ago
- Think about Python's dir builtin with recursive search capabilities☆49Updated 2 years ago
- Modified fork of CPython's ast module that parses `# type:` comments☆229Updated 2 years ago
- Attempts to build some really old pythons.☆23Updated 3 years ago
- A Python 3 extension for writing structured and reusable inline HTML.☆170Updated 5 years ago
- A new Python HTTP client for everybody☆82Updated 4 years ago
- Pretty print the output of python stdlib `ast.parse`.☆196Updated this week
- Mypy static type checker plugin for Pytest☆255Updated 4 months ago
- Expose CPython's tokenizer as a Python class☆62Updated 5 years ago
- Safely render long_description/README files in Warehouse☆165Updated 6 months ago
- Tools to run pre-merge checks on a pull request or commit.☆28Updated 5 years ago
- Friendlier Python tracebacks.☆85Updated 4 months ago
- Communications from the Steering Council☆164Updated 4 months ago
- The Python deck collection☆19Updated 9 months ago
- Aimed at Python beginners: replacing standard traceback by something easier to understand☆323Updated 4 years ago
- Instant visualization of Python AST and Code Objects☆139Updated last year
- modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph …