Metadata-Version: 2.1
Name: arceus
Version: 2.0.0
Summary: Minecraft name sniper.
Home-page: UNKNOWN
Author: Aquild
License: GPL-3.0-or-later
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: requests-random-user-agent
Requires-Dist: tcp-latency
Requires-Dist: bs4
Requires-Dist: pause
Requires-Dist: click
Requires-Dist: PyInquirer
Requires-Dist: colorama
Requires-Dist: termcolor
Requires-Dist: pyfiglet

# Arceus

The best (probably) free Minecraft name sniper.

## IMPORTANT - LICENSE TERMS

The arceus project is licensed under GNU GPLv3 or later. This means you CANNOT redistribute modifications to the project except under GNU GLPv3. In other words, any modifications you make must also be open source.

## Features

- Transfer and blocking sniper
- Benchmark to test settings
- Low latency by opening the TCP connections before sending requests
- High requests/second by bypassing HTTP overhead

## Installation

First, install the networking library:

```sh
pip install ./arceus-net
```

Then, install the sniper:

```sh
pip insatll ./arceus-sniper
```


