Metadata-Version: 2.1
Name: ayx-plugin-sdk
Version: 0.1b3
Summary: The Python plugin SDK for Alteryx Designer.
Home-page: UNKNOWN
Author: Alteryx, Inc.
Author-email: support@alteryx.com
License: UNKNOWN
Platform: Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Click (==7.1.2)
Requires-Dist: grpcio (==1.28.1)
Requires-Dist: numpy (==1.19.1)
Requires-Dist: pandas (==1.1.0)
Requires-Dist: psutil (==5.6.3)
Requires-Dist: pydantic (==1.5.1)
Requires-Dist: python-dateutil (==2.8.1)
Requires-Dist: pytz (==2020.1)
Requires-Dist: six (==1.14.0)
Requires-Dist: typer (==0.3.1)
Requires-Dist: xmltodict (==0.12.0)

# Alteryx Plugin SDK (ayx-plugin-sdk) for Python

## Overview
The Alteryx Plugin SDK can be used to extend the functionality of Alteryx Designer
by allowing developers to create custom tools/plugins.

This package is currently in an alpha state of development, and the interfaces are
subject to change in subsequent releases.

## Support
Copyright 2020 Alteryx Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated 
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the 
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit 
persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the 
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


