Metadata-Version: 2.1
Name: rustplus
Version: 5.6.17
Summary: A python wrapper for the Rust Plus API
Home-page: https://github.com/olijeffers0n/rustplus
Author: olijeffers0n
License: MIT
Project-URL: Issue tracker, https://github.com/olijeffers0n/rustplus/issues
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: websockets
Requires-Dist: Pillow
Requires-Dist: asyncio
Requires-Dist: rustPlusPushReceiver ==0.4.1
Requires-Dist: http-ece
Requires-Dist: requests
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: betterproto ==2.0.0b6

![Rust+.py](https://raw.githubusercontent.com/olijeffers0n/rustplus/master/icon.png)
<div align = "center">
	<img src = "https://static.pepy.tech/personalized-badge/rustplus?period=total&units=international_system&left_color=black&right_color=orange&left_text=Downloads">
	<img src = "https://img.shields.io/pypi/v/rustplus?label=PYPI%20Version">
	<img src = "https://img.shields.io/pypi/l/rustplus">
	<img src = "https://img.shields.io/github/stars/olijeffers0n/rustplus?label=GitHub%20Stars">
	<a href = "https://discord.gg/nQqJe8qvP8">
		<img src = "https://img.shields.io/discord/872406750639321088?label=Discord">
	</a>
    <div>
        <a href = "https://ko-fi.com/O5O3ALGLJ">
            <img src= "https://ko-fi.com/img/githubbutton_sm.svg" width="190">
        </a>
    </div>
</div>

## Installation:
Install the package with:
```
pip install rustplus
```

## What can you do?
- Get the Map
- Get Team Info
- Get Team Chat
- Get Server Info
- Send Team Messages
- Getting the time
- Using Smart Devices
- Camera Handling

# For information on all the above methods, see the [Wiki](https://rplus.ollieee.xyz)

### Support:
If you need help, or you think that there is a problem feel free to open an issue. If you think you have made some improvements, open a PR! 

Feel free to chuck some support to Liam at [RustPlus.js](https://github.com/liamcottle/rustplus.js) as he was the first to really crack this API

You can also join me on my discord server:
<div align="center">
    <a href = "https://discord.gg/nQqJe8qvP8">
        <img src="https://discordapp.com/api/guilds/872406750639321088/widget.png?style=banner2" alt="Discord">
    </a>
</div>

GitHub ⭐'s are always welcome :)

Have Fun! 

## Special Thanks:
Thanks to [JetBrains](https://www.jetbrains.com/?from=rustplus) for providing me with a free Open Source License for 
PyCharm Professional, which is what I use to develop this project.

<a href="https://jb.gg/OpenSourceSupport"><img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg" width="150"></a>
