README.md
# Family
[](https://travis-ci.org/ahtung/family.ex)
[](https://coveralls.io/r/ahtung/family.ex?branch=master)
[](https://hex.pm/packages/family)
[](https://hex.pm/packages/family)
## References
- http://gedcom.idavid.hu
- https://en.m.wikipedia.org/wiki/GEDCOM
- https://github.com/nickreynke/python-gedcom
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `family` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:family, "~> 0.3.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/family](https://hexdocs.pm/family).