Introduction

This document describes the OpenNSA software from the standpoint of a Python developer who want to extend or improve the software. 

Components

The major components making  up OpenNSA  are (partly from requirements.txt):

The standard library for Python is huge, but some important choises made are:

  • Configuration: ConfigParser (see opennsa/config.py and setyp.py for usage)
  • Logging: twisted/ILogObserver (see opennsa/logging.py and setup.py for usage)


  • No labels