Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

pyhula

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyhula

Hula package

pipPyPI
Version
1.1.4
Maintainers
1

pyhula

Hula python编程依赖包。
A Python pack used by Hula.

安装 / Installing

在终端执行如下指令以安装pyhula。
Input the following code in powershell(cmd.exe) to install pyhula.

pip install pyhula

激活 / Activating

pyhula使用前需要使用激活工具进行激活。请联系作者,获得对应的激活工具与相关文档。
pyhula needs to be activated before it can be used. Contact with the author to get the activator and documents.

查看版本 / Checking version

  • 在控制终端执行pip list 进行查看
    Input "pip list" in powershell(cmd.exe) to get pyhula's verison

  • 在程序中执行
    Using the following code.

import pyhula
ver = pyhula.get_version()
print(ver)

使用 / Usage

使用以下代码获取一个UserApi实例后,可以通过UserApi所提供的接口对hula无人机进行控制。接口说明请查看doc/html/中文/index.html文件。
Use the following codes to create a userApi instance. Its interfaces can be used to control hula plane. Go to doc/html/English/index.html to see the interface specification.

import pyhula
api = pyhula.UserApi()


## v 1.0.1

1. 初始版本  
Initial version

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts