Metadata-Version: 2.3
Name: awkexercises
Version: 1.5.0
Summary: 80+ exercises for GNU awk
Project-URL: Source, https://github.com/learnbyexample/TUI-apps/tree/main/AwkExercises
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 Exercises

This TUI application includes 80+ questions meant to be solved using `GNU awk`. Some exercises will require you to combine `awk` with other CLI tools such as `tac`.

> **Note:** This application is intended to be run in a Linux-like environment. You might still be able to solve the exercises on other platforms, but I do not know if that'll work.

# Screenshot

![Sample exercise](https://raw.githubusercontent.com/learnbyexample/TUI-apps/main/AwkExercises/awk_exercises.png)

# Guide

See [app_guide.md](https://github.com/learnbyexample/TUI-apps/blob/main/AwkExercises/app_guide.md)

# License

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

Exercise questions and associated files (like `questions.json`) are licensed under [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/)

