Metadata-Version: 2.3
Name: awktutorial
Version: 1.5.0
Summary: brief tour of the GNU awk command
Project-URL: Source, https://github.com/learnbyexample/TUI-apps/tree/main/AwkTutorial
Project-URL: Issues, https://github.com/learnbyexample/TUI-apps/issues
Author-email: Sundeep Agarwal <learnbyexample.net@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: textual>=0.83.0
Description-Content-Type: text/markdown

# Awk Tutorial

This interactive tutorial aims to give a brief tour of the `GNU awk` command.

# Screenshot

![Sample screenshot](https://raw.githubusercontent.com/learnbyexample/TUI-apps/main/AwkTutorial/awk_tutorial.png)

# License

Code snippets are licensed under [MIT LICENSE](https://github.com/learnbyexample/TUI-apps/blob/main/LICENSE)

Tutorial is licensed under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)

