novauniverse


Namenovauniverse JSON
Version 2.1.3 PyPI version JSON
download
home_page
SummaryA modern & maintained wrapper for the Nova Universe API written in 🐍 Python.
upload_time2023-04-15 14:29:23
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords novauniverse minecraft novauniverse nova universe mc novauniverse
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">

  # 🐍[``novauniverse.py``](https://pypi.org/project/novauniverse/)
  
  <sub>A modern & maintained wrapper for the [Nova Universe API](https://novauniverse.net/api/) written in Python.</sub>
  
  [![Discord Shield](https://discordapp.com/api/guilds/692764975902752871/widget.png?style=shield)](https://discord.gg/4gZSVJ7)
  [![PyPI version](https://badge.fury.io/py/novauniverse.svg)](https://pypi.org/project/novauniverse/)
  [![Python Badge](https://img.shields.io/pypi/pyversions/novauniverse?style=flat)](https://pypi.org/project/novauniverse/ "Supported python versions.")
  [![Docs Badge](https://img.shields.io/github/actions/workflow/status/NovaUniverse/NovaUniverse.py/documentation.yaml?label=docs)](https://nupy.devgoldy.me/)
  
</div>

> #### ℹ Notice: 2.0 is currently in development so not all api endpoints are implemented.

<p align="right">
 <img align="left" src="https://raw.githubusercontent.com/NovaUniverse/NovaUniverse.py/main/docs/_static/logo.png" width="180" />
 
 <h2>What is Nova Universe.py?</h2>
 NovaUniverse.py is an API wrapper for “<a href="https://novauniverse.net/">Nova Universe</a>” (a minecraft event hosting group) that allows you to interface with the <a href="https://novauniverse.net/api">Nova Universe API</a> in a fast object oriented way natively within Python. One of the bonuses is that it was developed by <a href="https://github.com/THEGOLDENPRO">ME</a>, an admin at NovaUniverse.
</p>

<br>

## *Install/Set Up*
1. **Install package from pypi.**
```sh
#Windows/Linux

pip install novauniverse
```
2. **That's It!** - *Brief Example Below*
```python
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()
```

<br>

> ### More Examples and Info at https://nupy.devgoldy.me/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "novauniverse",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "novauniverse,minecraft novauniverse,nova universe,mc novauniverse",
    "author": "",
    "author_email": "Goldy <goldy@devgoldy.me>",
    "download_url": "https://files.pythonhosted.org/packages/fc/b5/cdae827daddc00639b544cf019f080f57db11cab2b0f7959e671586821bd/novauniverse-2.1.3.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\r\n\r\n  # \ud83d\udc0d[``novauniverse.py``](https://pypi.org/project/novauniverse/)\r\n  \r\n  <sub>A modern & maintained wrapper for the [Nova Universe API](https://novauniverse.net/api/) written in Python.</sub>\r\n  \r\n  [![Discord Shield](https://discordapp.com/api/guilds/692764975902752871/widget.png?style=shield)](https://discord.gg/4gZSVJ7)\r\n  [![PyPI version](https://badge.fury.io/py/novauniverse.svg)](https://pypi.org/project/novauniverse/)\r\n  [![Python Badge](https://img.shields.io/pypi/pyversions/novauniverse?style=flat)](https://pypi.org/project/novauniverse/ \"Supported python versions.\")\r\n  [![Docs Badge](https://img.shields.io/github/actions/workflow/status/NovaUniverse/NovaUniverse.py/documentation.yaml?label=docs)](https://nupy.devgoldy.me/)\r\n  \r\n</div>\r\n\r\n> #### \u2139 Notice: 2.0 is currently in development so not all api endpoints are implemented.\r\n\r\n<p align=\"right\">\r\n <img align=\"left\" src=\"https://raw.githubusercontent.com/NovaUniverse/NovaUniverse.py/main/docs/_static/logo.png\" width=\"180\" />\r\n \r\n <h2>What is Nova Universe.py?</h2>\r\n NovaUniverse.py is an API wrapper for \u201c<a href=\"https://novauniverse.net/\">Nova Universe</a>\u201d (a minecraft event hosting group) that allows you to interface with the <a href=\"https://novauniverse.net/api\">Nova Universe API</a> in a fast object oriented way natively within Python. One of the bonuses is that it was developed by <a href=\"https://github.com/THEGOLDENPRO\">ME</a>, an admin at NovaUniverse.\r\n</p>\r\n\r\n<br>\r\n\r\n## *Install/Set Up*\r\n1. **Install package from pypi.**\r\n```sh\r\n#Windows/Linux\r\n\r\npip install novauniverse\r\n```\r\n2. **That's It!** - *Brief Example Below*\r\n```python\r\nfrom novauniverse import EventClient, Events, NovaOnlinePlayer \r\n\r\nclient = EventClient()\r\n\r\n@client.on_event(Events.CLIENT_READY)\r\ndef client_is_ready():\r\n    print(\"Client is ready!\")\r\n\r\n@client.on_event(Events.PLAYER_JOIN)\r\ndef on_player_join(player:NovaOnlinePlayer):\r\n    print(f\"{player.username} joined {player.server_name}!\")\r\n\r\nclient.start()\r\n```\r\n\r\n<br>\r\n\r\n> ### More Examples and Info at https://nupy.devgoldy.me/\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A modern & maintained wrapper for the Nova Universe API written in \ud83d\udc0d Python.",
    "version": "2.1.3",
    "split_keywords": [
        "novauniverse",
        "minecraft novauniverse",
        "nova universe",
        "mc novauniverse"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdc8c0ff9572d115e9bf25eff9777a3a541e5aa25803129f3d469490a62a82a4",
                "md5": "46821454c6139e895bf67ccaab290e0d",
                "sha256": "046cc08f6b028f40e0ddfb1b42e155575392dfdc455d883046849740008d5742"
            },
            "downloads": -1,
            "filename": "novauniverse-2.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46821454c6139e895bf67ccaab290e0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 27976,
            "upload_time": "2023-04-15T14:29:39",
            "upload_time_iso_8601": "2023-04-15T14:29:39.787335Z",
            "url": "https://files.pythonhosted.org/packages/bd/c8/c0ff9572d115e9bf25eff9777a3a541e5aa25803129f3d469490a62a82a4/novauniverse-2.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcb5cdae827daddc00639b544cf019f080f57db11cab2b0f7959e671586821bd",
                "md5": "935ba60f11dffa4d3c0d9b1a9b7c8947",
                "sha256": "8d8b509a71cbc8be744b4d2b50363aaf81a2b109e3f93e4b9d8c85a5b03f5867"
            },
            "downloads": -1,
            "filename": "novauniverse-2.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "935ba60f11dffa4d3c0d9b1a9b7c8947",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18792,
            "upload_time": "2023-04-15T14:29:23",
            "upload_time_iso_8601": "2023-04-15T14:29:23.104315Z",
            "url": "https://files.pythonhosted.org/packages/fc/b5/cdae827daddc00639b544cf019f080f57db11cab2b0f7959e671586821bd/novauniverse-2.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-15 14:29:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "novauniverse"
}
        
Elapsed time: 0.06441s