Metadata-Version: 2.1
Name: pyawr-utils
Version: 1.0
Summary: Python Utilities for AWR Design Environment
Home-page: https://kb.awr.com/display/awrscripts/Pyawr+Utilities
Author: AWR
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

## Module for command simplification when using Python with the AWR Design Environment 

AWR Design Environment Python module that wraps lower level API commands into higher level function calls

# Installation
    pip install pyawr-utils

# Upgrade

    pip install --upgrade pyawr-utils

# Requirements
* Python >= 3.9
* pyawr
* numpy

# Usage

    See https://kb.awr.com/display/awrscripts/Pyawr+Utilities for details
	
# History

# 1.0
* Release
