# AntlUtilsElixir
[](https://github.com/annatel/antl_utils_elixir/actions) [](https://github.com/annatel/antl_utils_elixir/issues) [](http://opensource.org/licenses/MIT) [](https://hex.pm/packages/antl_utils_elixir) [](https://hex.pm/packages/antl_utils_elixir)
Set of utils for Elixir.Enum, Elixir.Map and URI.Query.
A little wrapper around DateTime to support gt?, gte?, lt?, lte?, min and max.
A Period module to check inclusion of periods, and their status.
## Installation
AntlUtilsElixir is published on [Hex](https://hex.pm/packages/antl_utils_elixir).
The package can be installed by adding `antl_utils_elixir` to your list of dependencies in mix.exs:
```elixir
def deps do
[
{:antl_utils_elixir, "~> 1.3.0"}
]
end
```
The docs can be found at [https://hexdocs.pm/antl_utils_elixir](https://hexdocs.pm/antl_utils_elixir).
## AntlUtils*
All AntlUtils libraries by Annatel:
* [AntlUtilsElixir](https://github.com/annatel/antl_utils_elixir) - Set of utils for Elixir
* [AntlUtilsEcto](https://github.com/annatel/antl_utils_ecto) - Set of utils for Ecto
* [AntlUtilsAbsinthe](https://github.com/annatel/antl_utils_absinthe) - Set of utils for Absinthe