The code is available at https://github.com/linspector/linspector.
To get the code run the following command:
git clone https://github.com/linspector/linspector.git
We are using Python as the programming language interpreted by CPython. The IDE we are using is PyCharm. Source Code Management is done using Git and it is hosted at GitHub. All of us are using Linux as operating system though Linspector should run on other operating systems like *BSD, UNIX™, OSX™ and Windows™.
In the future the required dependencies are based on which services and tasks you use in Linspector. For example APScheduler is a core library which is always used, PyYAML when using the YAML style configuration and Paramiko is only needed when you use the SSH service to poll hosts. XMPP is only needed when reporting alerts using the Jabber task etc.
You will find API related documentation here: