Metadata-Version: 2.1
Name: OiRunner
Version: 0.1.2
Summary: This package is designed to help oier compile the cpp file conveniently.
Home-page: https://github.com/ste1hi/OiRunner
Author: ste1
Author-email: ste1 <1874076121@qq.com>
License: MIT License
        
        Copyright (c) 2024 ste1hi
        
        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.
        
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# OiHelper

[![Test and Lint](https://img.shields.io/github/actions/workflow/status/ste1hi/OiRunner/main.yml?logo=github&label=Test%20and%20Lint)](https://github.com/ste1hi/OiRunner/actions/workflows/main.yml)
![last commit](https://img.shields.io/github/last-commit/ste1hi/OiRunner)
[![Codecov](https://img.shields.io/codecov/c/github/ste1hi/OiRunner)](https://app.codecov.io/gh/ste1hi/OiRunner)
![Static Badge](https://img.shields.io/badge/platform-Windows%20%7C%20Linux-yellow)
[![PyPI](https://img.shields.io/pypi/v/OiRunner)](https://pypi.org/project/OiRunner/)
![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)

This package is designed to help oier compile the cpp file conveniently.

## Feature

- Compile cpp file.
- Judge program result.
- Super easy to use, you don't need write more source code, just use in command line.

## Install
You can install this package via pip conveniently.

```bash
pip install OiRunner
```

## Basic Usage
You can use this module in command line.

```bash
oirun <your_program_file_name>
```

This command will compile your program file and run the executable file in command line directly.

## Advanced Usage

- [Judge program result](docs/judge.md)
- [Automatic operation](docs/automation.md)


# License
Copyright ste1hi, 2024.

Distributed under the terms of the [MIT License](./LICENSE).
