Invoke pawk from a python script?
Open
- Dominant language
- Python
- Stars
- 523
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to invoke pawk from a python script, without using subprocess.run?
I am imagining something like:
```python
import pawk
my_pawk_program = ' .... '
results = pawk.run(my_pawk_program)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.