Skip to content

Commit

Permalink
Add bashlex (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo authored Nov 5, 2024
1 parent 6a76d95 commit 8e9a941
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 @@ -69,6 +69,20 @@
}
]
},
{
"name": "bashlex",
"description": "Python parser for bash",
"author": "Idan Kamara",
"issues": "https://github.com/idank/bashlex",
"releases": [
{
"base": "https://pypi.org/project/bashlex",
"asset": "bashlex-*-py2.py3-none-any.whl",
"python_versions": ["3.8"],
"tags": true
}
]
},
{
"name": "beautifulsoup4",
"description": "Beautiful Soup is a Python library for pulling data out of HTML and XML files - https://www.crummy.com/software/BeautifulSoup/",
Expand Down

0 comments on commit 8e9a941

Please sign in to comment.