novus space 软件模块
项目描述
Novus Space Python 模块
请下载文件并将 novusspace 目录放在项目的根目录下,然后您可以导入模块。
import novusspace
第一次设置
在第一次设置中,make sur pip 是您的 os shell 中的一个命令,并且您在项目根目录中获得了 novusspace 目录,然后您可以在根项目的终端中使用此命令运行 setup.py
python novusspace/setupt.py
现在你可以完全使用 novusspace 模块了
模块变量
from novusspace import var
var.toIntList('Your list here') # Change str list to int list
var.toStrList('Your list here') # Change int list to str list
模块更新
from novusspace import update
update.update('old file', 'new file url', 'new file name', 'path where the new file will be added', logs=(False is the basic set up))
模块信息
from novusspace.credentials import infos
infos.getVersion() # Return version of the module
infos.getAuthor() # Return author of the module
infos.getCompany() # Return company of the module
执照
项目详情
关
novusspace -0.4.2.tar.gz 的哈希值
| 算法 | 哈希摘要 | |
|---|---|---|
| SHA256 | d683b9a914d40292f997c1e142f89847d2501e9aa1c933a5f2fd91968ac1989b |
|
| MD5 | 997082442bdbd49544936baea083873d |
|
| 布莱克2-256 | 5d26075e961e6db67189c5bf7a1aac305539cffc6b57387ab33785daf2c97e61 |