Metadata-Version: 2.4
Name: Parsegument
Version: 0.1.0
Author-email: Ryan Studio <ryanstudiobusiness@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/RyanStudioo/Parsegument
Keywords: parsegument,parser,argument parse,parse
Requires-Python: >=3.8
Description-Content-Type: text/markdown

<article>
    <h1>Parsegument Overview</h1>
    <section>
        <h2>What is Parsegument?</h2>
        <p>Parsegument is a Python Library for argument parsing and function execution. <br>
            You can easily define command structures and arguments, and route them to different functions<br>
        </p>
    </section>
    <section>
        <h2>Why use Parsegument?</h2>
        <p>
            Parsegument simplifies the process of creating commands and handling function execution based on string inputs.<br>
            It is useful for building command-line-interfaces (CLIs), and other applications that require function execution based on text input!
        </p>
    </section>
</article>
