Below steps are only needed until the pyafc package is published.
Clone the git repository
$ git clone [email protected]:GSE/ArubaAFC-python.git
Install the required python packages through pip
$ cd ArubaAFC-python/
$ pip install -r requirements.txt
Install build package and build the pyafc package
$ pip install build
$ python3 -m build
Install the pyafc package using whl file available under dist folder
$ pip install dist/pyafc-1.0.0-py3-none-any.whl