You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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