Metadata-Version: 2.1
Name: ahuri-cli
Version: 1.1.2
Summary: Use Ahuri from the command line!
Author: sqdnoises
License: The MIT License (MIT)
        
        Copyright (c) 2022-present SqdNoises
        
        Permission is hereby granted, free of charge, to any person obtaining a
        copy of this software and associated documentation files (the "Software"),
        to deal in the Software without restriction, including without limitation
        the rights to use, copy, modify, merge, publish, distribute, sublicense,
        and/or sell copies of the Software, and to permit persons to whom the
        Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
        OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
        FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
        DEALINGS IN THE SOFTWARE.
Project-URL: Homepage, https://github.com/ahuri-app/ahuri-cli
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: windows
License-File: LICENSE

<img src="https://cdn.discordapp.com/attachments/1017855060190965830/1024727848835096596/ahuri_card.png">

# ahuri-cli v1.1.2
![Python language](https://img.shields.io/badge/language-Python_3-blue)
![PyPI](https://img.shields.io/badge/PyPI.org-ahuri--cli-orange)
![MIT license](https://img.shields.io/badge/license-MIT-brightgreen)
<br>
Use Ahuri from the command line!
<br>
This repository contains the source code for `ahuri-cli`.
<br>
View the [PyPI repository](https://pypi.org/project/ahuri-cli) for this CLI app.

---

# How to use this app?
## Requirements
You need [Python 3.8+](https://python.org) with pip on path.

## Installation
### On Linux / MacOS
Open a terminal and type:
```py
$ pip install ahuri-cli
```

### On Windows
Open a terminal and type:
```py
> pip install ahuri-cli[windows]
```

## Usage
You can use the command `ahuri` to use the app.
<br>
Use `ahuri -h` to view the main help page.

**NOTE:** If the command `ahuri` is not found, it's probably not on path. If python or python3 is on path, you can use the command `python -m ahuri` or `python3 -m ahuri` to use the app.
