Metadata-Version: 2.1
Name: vistrings
Version: 0.1.1
Summary: Extracts plaintext from LabVIEW VI files
License: MIT
Author: strainmike
Requires-Python: >=3.7.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pylabview-helpers (>=0.1.1,<0.2.0)
Description-Content-Type: text/markdown

# vistrings

Library for extracting plaintext from LabVIEW VIs.  This is intended for ease of searching VIs.

# Usage

    pip install vistrings
    python -m vistrings <file>

# Example

    vistrings tests\strings.vi
    Pane
    Label Contents
    Comment Contents
    String Constant Contents

# Contributing

Feel free to post PRs to improve this.
