UPDATE ......Confluence has now been updated to version 9.2.6. Please see following page for details and feedback about changes:
Updates
...
- Python 2.7 plus its standard library
- Twisted (event-driven networking engine)
- pyOpenSSL (SSL in python)
- psycopg2 (Python-PostgreSQL Database Adapter)
- Twistar twistar (non-blocking ORM for Twisted)
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)