README.md

# ExAwabi

`exawabi` is a python warapper for awabi(https://github.com/nakagami/awabi).

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exawabi` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:exawabi, "~> 0.1.0"}
  ]
end
```

## Usage

See tests https://github.com/nakagami/exawabi/blob/master/test/exawabi_test.exs .