README.md

# Siphon

A pull/push extract toolkit with output support for [singer](https://www.singer.io)

## Install

Add the `siphon` package to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:siphon, "~> 0.0.1"}
  ]
end
```

## Help Wanted :)

If you think this `siphon` thing might be worthwhile and you don't see a feature
or venue listed we would love your contributions to add them! Feel free to
drop us an email or open a Github issue.

## Authors

- Alex Kwiatkowski - alex@fremantle.io

## License

`siphon` is released under the [MIT license](./LICENSE)