ayx-blackbird

Alteryx Designer Python SDK Abstraction Layer


License
Apache-2.0
Install
pip install ayx-blackbird==1.0.0a2

Documentation

ayx-blackbird: Build fast tools, fast.

Build Status codecov

alt text

What is it?

ayx-blackbird is a package for building new tools for Alteryx Designer in Python.

Alteryx Designer is equipped with a Python SDK. This SDK is quite powerful, however it is convoluted and difficult to use for newcomers.

ayx-blackbird is an abstraction layer for the Python SDK that compromises on neither ease of use nor performance.

Main Features

  • A suite of example tools to get you off the ground.
  • CLI tools to set up your tool directory structure, assist with development, and package YXIs.
  • An extremely flexible development platform that by default, allows extremely fast development of new tools, and with small modifications, extremely fast performance.

Where to get it

The source code is currently hosted on GitHub at: https://github.com/dme722/ayx-blackbird

Binary installers for the latest released version are available at the Python package index.

pip install ayx_blackbird

Dependencies

Click

Numpy

Pandas

xmltodict

License

Apache 2.0

Documentation

The official documentation is hosted on Github: https://github.com/dme722/ayx-blackbird/wiki

Contributing

Contributors are all welcome! Please see the Contribution Guidelines and Code of Conduct before contributing.