Skip to content

A Python envirionment for Tencent ChaosVM.

License

Notifications You must be signed in to change notification settings

Colaoo/pychaosvm

 
 

Repository files navigation

ChaosVM Executor

A Python envirionment for Tencent ChaosVM.

Usage

from chaosvm import prepare
from urllib.parse import unquote

tdc = prepare(vmjs)                         # see docstring for more info
print( tdc.getInfo().__dict__ )             # a python dict
print( unquote(tdc.getData(None, True)) )   # a python str

Install

This package is published on GitHub. It is indexed by aioqzone-index.

pip install pychaosvm --index-url https://aioqzone.github.io/aioqzone-index/simple

License

Copyright (C) 2023-2024 aioqzone

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

A Python envirionment for Tencent ChaosVM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 100.0%