Skip to content

tyler3991/ayx-blackbird

 
 

Repository files navigation

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.

About

Build fast tools, fast.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.7%
  • HTML 6.3%