rable 0.1.7

A Rust implementation of the Parable bash parser — complete GNU Bash 5.3-compatible parsing with Python bindings
Documentation
[build-system]
requires = ["maturin>=1.7"]
build-backend = "maturin"

[project]
name = "rable"
version = "0.1.7"
description = "A Rust implementation of the Parable bash parser"
readme = "README.md"
requires-python = ">=3.12"
license = "MIT"
keywords = ["bash", "parser", "shell", "ast"]
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: Implementation :: PyPy",
    "Topic :: Software Development :: Compilers",
    "Topic :: System :: Shells",
]

[tool.maturin]
features = ["python"]