Skip to content

Commit

Permalink
Add pycparser (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo authored Nov 5, 2024
1 parent 39ac9c4 commit 6a76d95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,20 @@
}
]
},
{
"name": "pycparser",
"description": "Complete C99 parser in pure Python",
"author": "Eli Bendersky",
"issues": "https://github.com/eliben/pycparser/issues",
"releases": [
{
"base": "https://pypi.org/project/pycparser",
"asset": "pycparser-*-py3-none-any.whl",
"python_versions": ["3.8"],
"tags": true
}
]
},
{
"name": "PyCrypto",
"description": "Python Cryptography Toolkit - https://www.dlitz.net/software/pycrypto/",
Expand Down

0 comments on commit 6a76d95

Please sign in to comment.