Metadata-Version: 2.1
Name: enochecker-cli
Version: 0.7.0
Summary: Enochecker CLI
Home-page: https://github.com/enowars/enochecker_cli
Author: Benedikt Radtke
Author-email: benediktradtke@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse (>=1.4)
Requires-Dist: requests (>=2.20)
Requires-Dist: enochecker-core (==0.10.0)
Requires-Dist: jsons (>=1.0.0)

# Enochecker CLI [![PyPI version](https://badge.fury.io/py/enochecker-cli.svg)](https://pypi.org/project/enochecker-cli) [![Build Status](https://github.com/enowars/enochecker_cli/actions/workflows/pythonapp.yml/badge.svg?branch=main)](https://github.com/enowars/enochecker_cli/actions/workflows/pythonapp.yml) ![Lines of code](https://tokei.rs/b1/github/enowars/enochecker_cli)


## Usage
```
usage: enochecker_cli [-h] [-A CHECKER_ADDRESS] [-a ADDRESS] [-t TEAM]
                      [-T TEAM_ID] [-I RUN_ID] [-r ROUND] [-R ROUND_LENGTH]
                      [-f FLAG] [-F FLAG_ROUND] [-x TIMEOUT] [-i FLAG_IDX]
                      {putflag,getflag,putnoise,getnoise,havoc}
```

## Installation
`pip3 install enochecker_cli`


