python-nmap is a Python library which helps in using the nmap port
scanner. It allows users to easily manipulate nmap scan results and
automate scanning tasks and reports. It supports nmap script outputs.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
A scope problem in __init__.py was fixed. The nmap executable is now searched for in known directories. AssertionError is now raised when trying to call command_line, scaninfo, scanstats, or has_host before scanning.