README.md
      
      
        
        # Stein
[](https://hex.pm/packages/stein)
[](https://hexdocs.pm/stein/readme.html)
[](https://github.com/smartlogic/stein/blob/master/LICENSE)
<p align="center">
<img style="margin: auto" src="https://raw.githubusercontent.com/smartlogic/stein/master/stein.png" alt="Stein Logo" height=200 />
</p>
Stein is a small library that contains functions that are fairly common to projects at [SmartLogic](https://smartlogic.io).
## Installation
You can install Stein by adding it to your list of dependencies in `mix.exs`:
```elixir
def deps do
  [
    {:stein, "~> 0.1.0"}
  ]
end
```