AKiPS PyPi module
Contents
Anyone working in Python and wanting to use the AKiPS API might find the “akips” module (https://pypi.org/project/akips/) helpful. This is a basic python wrapper to handle standard operations and process results into a standard format. It basically makes using the API faster than starting from scratch.
After several in-house development projects, maintaining business logic specific to our environment, we decided to publish a general module for ease of use. The code is published on GitHub (https://github.com/unc-network/akips) and is open for feedback or suggestions.