Metadata-Version: 2.1
Name: cavass
Version: 1.0.7
Summary: CAVASS python APIs.
Author: Dai Jian
Author-email: daijian@stumail.ysu.edu.cn
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jbag>=2.0.5

# CAVASS

CAVASS python APIs.

## Usage

from cavass.ops import *

Note that running cavass commands requires the following shell environment configs: PATH including CAVASS build path and
VIEWNIX_ENV.
If the shell does not include these configs by default, set cavasspy.ops.CAVASS_PROFILE_PATH to your CAVASS build path (
default path is ~/cavass-build in installation if you didn't make any change) before performing CAVASS commands.

