mamba 0.3.0

A transpiler which converts Mamba files to Python 3 files
Documentation
[badges.appveyor]
branch = "master"
repository = "JSAbrahams/mamba"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "JSAbrahams/mamba"
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.assert_cmd]
version = "0.10"

[dependencies.clap]
features = ["yaml"]
version = "2.33"

[dependencies.glob]
version = "0.3.0"

[dependencies.itertools]
version = "0.8.2"

[dependencies.log]
version = "0.4"

[dependencies.loggerv]
version = "0.7"

[dependencies.pathdiff]
version = "0.1.0"

[dependencies.python-parser]
version = "0.1.0"

[dependencies.tempfile]
version = "3.1.0"

[package]
authors = ["Joël Abrahams <abrahamsjo@gmail.com>"]
categories = ["parsing"]
description = "A transpiler which converts Mamba files to Python 3 files"
documentation = "http://joelabrahams.nl/mamba_doc/"
edition = "2018"
keywords = ["python", "transpiler", "compiler"]
license-file = "LICENSE"
name = "mamba"
readme = "README.md"
repository = "https://github.com/JSAbrahams/mamba"
version = "0.3.0"