Skip to main content

Python library for interacting with the NizimaLIVE API via WebSocket

Project description

PyNizima

A python library for interacting with NizimaLIVE API

Quick Start

Install

pip install pynizima

Get Started

Exemple

📖 Read tutorial for more details

from pynizima import NizimaRequest
import asyncio

async def main():
    nz = NizimaRequest()
    plugin_name = 'YourPluginName'
    token = await nz.register_plugin(plugin_name)
    connection_enabled = await nz.establish_connection(plugin_name, token)
    while connection_enabled:
        # do your plugin logic here

if __name__ == "__main__":
    asyncio.run(main())

List of Methods

📖 Read methods documentation for more details.

Plugin Management

Parameter Control

Scene Management

Model Manipulation

Model Parts Manipulation

Item Management

Motion Control

Expression Management

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

pynizima-1.0-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file pynizima-1.0-py3-none-any.whl.

File metadata

  • Download URL: pynizima-1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.2

File hashes

Hashes for pynizima-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 87137713201f87149e22fa0ba994be972014d1203341f4bc34db7b751f4539bf
MD5 426baa3499de62af6f36e82022ce62bc
BLAKE2b-256 a7de0b2ddc0b42a87369d969ce5413976322286f8295a5f9f930860287d8af95

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