A modern & maintained wrapper for the Nova Universe API written in 🐍 Python.
Project description
ℹ Notice: 2.0 is currently in development so not all api endpoints are implemented.
What is Nova Universe.py?
NovaUniverse.py is an API wrapper for “Nova Universe” (a minecraft event hosting group) that allows you to interface with the Nova Universe API in a fast object oriented way natively within Python. One of the bonuses is that it was developed by ME, an admin at NovaUniverse.Install/Set Up
- Install package from pypi.
#Windows/Linux
pip install novauniverse
- That's It! - Brief Example Below
from novauniverse import EventClient, Events, NovaOnlinePlayer
client = EventClient()
@client.on_event(Events.CLIENT_READY)
def client_is_ready():
print("Client is ready!")
@client.on_event(Events.PLAYER_JOIN)
def on_player_join(player:NovaOnlinePlayer):
print(f"{player.username} joined {player.server_name}!")
client.start()
More Examples and Info at https://nupy.devgoldy.me/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
novauniverse-2.1.3.tar.gz
(18.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file novauniverse-2.1.3.tar.gz.
File metadata
- Download URL: novauniverse-2.1.3.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.9.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d8b509a71cbc8be744b4d2b50363aaf81a2b109e3f93e4b9d8c85a5b03f5867
|
|
| MD5 |
935ba60f11dffa4d3c0d9b1a9b7c8947
|
|
| BLAKE2b-256 |
fcb5cdae827daddc00639b544cf019f080f57db11cab2b0f7959e671586821bd
|
File details
Details for the file novauniverse-2.1.3-py3-none-any.whl.
File metadata
- Download URL: novauniverse-2.1.3-py3-none-any.whl
- Upload date:
- Size: 28.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.9.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
046cc08f6b028f40e0ddfb1b42e155575392dfdc455d883046849740008d5742
|
|
| MD5 |
46821454c6139e895bf67ccaab290e0d
|
|
| BLAKE2b-256 |
bdc8c0ff9572d115e9bf25eff9777a3a541e5aa25803129f3d469490a62a82a4
|