#  Tempus [](https://kantox.com/)  
**Easy handling of time periods aka slots, like business days, holidays, etc.**
## Installation
```elixir
def deps do
[
{:tempus, "~> 0.1"}
]
end
```
## Changelog
* **`0.2.0`** — many improvements, `Tempus.add/2` similar to `DateTime.add/4` but considering slots
## [Documentation](https://hexdocs.pm/tempus)