A Python3.x wrapper for gender.c
Package using command:
python setup.py sdist
Install using either:
pip install pygender
or If you have the tar.gz file:
python setup.py install
Need sudo as data file is put under /var/lib/gender

ATTENTION:
- Library must build before dist
    - python 3.6.8
    - gcc 8.3.0 (Ubuntu 8.3.0-6ubuntu1~18.10.1)
  >> python setup.py build
  >> python setup.py sdist
  >> twine upload dist/*
