Metadata-Version: 2.2
Name: pyLynx
Version: 2.0.1b4
Summary: lynx: Next generation high performance testcase tool set for OI / ACM contests. - 新一代信息学竞赛数据生成工具集
Author: AlfredChester
Author-email: fredbao1126@gmail.com
License: MIT
Keywords: olympic informatics testcase testcase-tools tools
Platform: any
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Click
Requires-Dist: cyaron
Requires-Dist: tqdm
Requires-Dist: PyYAML
Dynamic: author
Dynamic: author-email
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# Lynx

[中文帮助指南](./README_CN.md)

A testcase toolset repository powered by [Cyaron](https://github.com/luogu-dev/cyaron/)

## Features

- Initialize a lynx problem directory.
- Generate testcases for problems.
- Export the data to different formats that can be recognized by multiple OJs.
- Compare the output of two programs using a lynx problem description.
- Simply generate data in just five minutes.

## Installation

Lynx is available on PyPI, you can install it by running:

```bash
pip install pyLynx
```

## Usage

Lynx has three subcommands for now, they are `lynx init`, `lynx generate` and `lynx compare`. You can use `lynx [command] --help` to get help information.
