Skip to main content

A modern & maintained wrapper for the Nova Universe API written in 🐍 Python.

Project description

🐍novauniverse.py

A modern & maintained wrapper for the Nova Universe API written in Python.

Discord Shield PyPI version Python Badge Docs Badge

ℹ 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

  1. Install package from pypi.
#Windows/Linux

pip install novauniverse
  1. 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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

novauniverse-2.1.3-py3-none-any.whl (28.0 kB view details)

Uploaded Python 3

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

Hashes for novauniverse-2.1.3.tar.gz
Algorithm Hash digest
SHA256 8d8b509a71cbc8be744b4d2b50363aaf81a2b109e3f93e4b9d8c85a5b03f5867
MD5 935ba60f11dffa4d3c0d9b1a9b7c8947
BLAKE2b-256 fcb5cdae827daddc00639b544cf019f080f57db11cab2b0f7959e671586821bd

See more details on using hashes here.

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

Hashes for novauniverse-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 046cc08f6b028f40e0ddfb1b42e155575392dfdc455d883046849740008d5742
MD5 46821454c6139e895bf67ccaab290e0d
BLAKE2b-256 bdc8c0ff9572d115e9bf25eff9777a3a541e5aa25803129f3d469490a62a82a4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page