Metadata-Version: 2.1
Name: ayx-plugin-cli
Version: 1.1.1
Summary: The Alteryx command line interface for using Alteryx SDKs.
Author: Alteryx, Inc.
Author-email: support@alteryx.com
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer (==0.3.1)
Requires-Dist: doit (==0.36.0)
Requires-Dist: pydantic (==1.8.2)
Requires-Dist: packaging (==20.4)
Requires-Dist: requests (==2.24.0)
Requires-Dist: xmltodict (==0.12.0)
Requires-Dist: jinja2 (==2.11.2)
Requires-Dist: MarkupSafe (==1.1.1)
Requires-Dist: pytest (>=5.4.1)

# Alteryx Plugin CLI (ayx-plugin-cli)

## Overview

The AYX Plugin CLI is a command-line interface based on Typer, a tool that 
helps you build and manage custom plugins for Alteryx Designer. This 
top-level CLI oversees the creation and metadata of your plugins. It delegates 
the tasks of creating and building YXIs.

---

#### Disclaimer

*The AYX Python SDK,
[AYX UI SDK](https://help.alteryx.com/developer-help/ayx-ui-sdk),
and [AYX Plugin CLI](https://pypi.org/project/ayx-plugin-cli/) are intended for production use on Alteryx Product offerings.
The latest versions of these SDKs and CLIs require Designer version 2021.4 or later and Python 3.8.5+.
For more information go to developer.alteryx.com
Release Notes can be found here: https://help.alteryx.com/developer-help/ayx-python-sdk-release-notes*

---

## Licensing

https://www.alteryx.com/alteryx-sdk-and-api-license-agreement
