aligner-python
Python support for Aligner
adrianlee44 19,983 19 1.2.0 MIT GitHub

aligner-python

Aligner add-on to support Python.

Supported operators

::

colors = {
    "red":    "ff0000",
    "blue":   "0000ff",
    "yellow": "ffff00"
}

=: assignment

someArray = [0, 1]
zero      = 0

Installation

Aligner must be installed along with this package. For more information, please check out Aligner

Changelog

  • 2018-08-19   v1.2.0   Add support for MagicPython
  • 2017-05-21   v1.1.0   Add support for = and embedded python
  • 2017-05-13   v1.0.2   Update documentation
  • 2015-09-13   v1.0.1   Fix invalid copy in config
  • 2015-09-09   v1.0.0   Initial release