ply
Parser
A Python implementation of traditional parsing tools
Python Lex-Yacc
3k stars
81 watching
467 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
plyara/plyara | Tool to parse YARA rules into a dictionary representation for easier manipulation and analysis | 174 |
hylang/hy | A Lisp dialect embedded in Python, allowing users to write and run Lisp code within the Python environment. | 5,143 |
explosion/spacy | Industrial-strength NLP library for Python and Cython | 30,230 |
n1nj4sec/pupy | A cross-platform tool for creating and executing malware payloads in various environments. | 8,460 |
lark-parser/lark | A parsing toolkit that provides a flexible and modular way to parse context-free languages in Python | 4,909 |
trentm/python-markdown2 | A Python implementation of Markdown syntax conversion to HTML | 2,670 |
ethereum/py-evm | An implementation of the Ethereum Virtual Machine in Python | 2,267 |
kiminewt/pyshark | A Python library that allows parsing of network packet capture files using Wireshark dissectors. | 2,250 |
alex/rply | A Python parser generator with RPython support, designed to provide a more efficient and flexible alternative to traditional parsing approaches. | 381 |
joxeankoret/diaphora | A diffing tool for reverse engineering and analysis of binary files | 3,659 |
prompt-toolkit/ptpython | An interactive Python shell with advanced features and customizable interface | 5,229 |
skelsec/pypykatz | An implementation of Mimikatz in pure Python for parsing Windows secrets and registry data. | 2,879 |
mtshiba/pylyzer | A fast and feature-rich static code analyzer and language server for Python | 2,483 |
ethereum/web3.py | A Python library providing an interface to the Ethereum blockchain ecosystem. | 5,020 |
nltk/nltk | A comprehensive toolkit for natural language processing tasks in Python. | 13,620 |