Skip to main content

plan validation toolkit

Project description

val-wrapper

A python wrapper over KCL-VAL binary executables compiled from source.

LICENSE

This pypi release, which redistributes the VAL binaries, carries the original 3-Clause BSD License under which VAL source code was released.

USAGE

  • Command line

    validate.py is installed as a python script, a wrapper around Validate executable, which can be run from the command line. The pypi script installation directory is generally in system PATH, if not, it should be added manually.

      validate.py -h
    
  • From another python module

    You can import val_main from val_wrapper and use it to run VAL binaries.

    SYNTAX: val_main("<executable name>", [<arg1>, <arg2>, ...])

      from val_wrapper import val_main
      val_main("Validate", ["-h"])
    
  • Google colab notebook

      !pip install val-wrapper wurlitzer --upgrade
    
      from val_wrapper import val_main
      from wurlitzer import sys_pipes
    
      with sys_pipes():
          val_main("Validate", ["-h"])
    

Project details


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 Distributions

val_wrapper-0.2.4-py3-none-win_amd64.whl (9.7 MB view hashes)

Uploaded Python 3 Windows x86-64

val_wrapper-0.2.4-py3-none-manylinux_2_31_x86_64.whl (2.0 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.31+ x86-64

val_wrapper-0.2.4-py3-none-manylinux_2_27_x86_64.whl (1.9 MB view hashes)

Uploaded Python 3 manylinux: glibc 2.27+ x86-64

val_wrapper-0.2.4-py3-none-macosx_11_0_x86_64.whl (5.3 MB view hashes)

Uploaded Python 3 macOS 11.0+ x86-64

val_wrapper-0.2.4-py3-none-macosx_10_15_x86_64.whl (5.3 MB view hashes)

Uploaded Python 3 macOS 10.15+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page