From 8e9a941d160fdf011016286d0456beb328788f9e Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Tue, 5 Nov 2024 17:10:19 +0100 Subject: [PATCH] Add bashlex (#31) --- repository.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/repository.json b/repository.json index 8a340be..387535e 100644 --- a/repository.json +++ b/repository.json @@ -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/",