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