python-libnmap 0.7.3-1 source package in Ubuntu

Changelog

python-libnmap (0.7.3-1) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.1, no changes needed.

  [ Aquila Macedo ]
  * New upstream version 0.7.3
  * Add salsa-ci.yml
  * d/control:
    - bump Standards-Version to 4.6.2; no changes needed
    - update the Homepage field to point to the github upstream
  * d/copyright:
    - include author's copyright year
    - add myself to the debian/* copyright
  * d/patches:
    - add replace-distutils-with-setuptools.patch
    - add python3-interpreter.patch
  * d/watch: Point to github repo
  * d/examples: Add examples using dh_installexamples.

 -- Aquila Macedo Costa <email address hidden>  Fri, 15 Mar 2024 00:41:19 -0300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-libnmap_0.7.3-1.dsc 2.1 KiB 4f5cbc333845270a1ffe7a25084fd2dd2b936f9ec5d5e88e8a5bf0b40f7c9362
python-libnmap_0.7.3.orig.tar.gz 382.3 KiB 18a890dd2a2615fdc1219a0e74e3d8b468b4adf6aeb19a9167a8d70c35e28afc
python-libnmap_0.7.3-1.debian.tar.xz 4.0 KiB 76891360b1eefd0a41d13c984b1059b0294b91dab4a5c9db87d32f90064ff02a

Available diffs

No changes file available.

Binary packages built by this source

python-libnmap-doc: Python NMAP Library (common documentation)

 This package contains a Python library enabling Python developers to
 manipulate nmap process and data:
    * automate or schedule nmap scans on a regular basis
    * manipulate nmap scans results to do reporting
    * compare and diff nmap scans to generate graphs
    * batch process scan reports
    * ...
 The lib currently offers the following modules:
    * process: enables you to launch nmap scans
    * parse: enables you to parse nmap reports or scan results (only XML so
      far) from a file, a string, …
    * report: enables you to manipulate a parsed scan result and de/serialize
      scan results in a json format
    * diff: enables you to see what changed between two scans
    * common: contains basic nmap objects like NmapHost and NmapService. It is
      to note that each object can be “diff()ed” with another similar object.
    * plugins: enables you to support datastores for your scan results directly
      in the “NmapReport” object. from report module:
        * mongodb: insert/get/getAll/delete
        * sqlalchemy: insert/get/getAll/delete
        * aws s3: insert/get/getAll/delete (not supported for Python3 since boto
          is not supporting py3)
 .
 This is the common documentation package.

python3-libnmap: Python 3 NMAP library

 This package contains a Python library enabling Python developers to
 manipulate nmap process and data:
    * automate or schedule nmap scans on a regular basis
    * manipulate nmap scans results to do reporting
    * compare and diff nmap scans to generate graphs
    * batch process scan reports
    * ...
 The lib currently offers the following modules:
    * process: enables you to launch nmap scans
    * parse: enables you to parse nmap reports or scan results (only XML so
      far) from a file, a string, …
    * report: enables you to manipulate a parsed scan result and de/serialize
      scan results in a json format
    * diff: enables you to see what changed between two scans
    * common: contains basic nmap objects like NmapHost and NmapService. It is
      to note that each object can be “diff()ed” with another similar object.
    * plugins: enables you to support datastores for your scan results directly
      in the “NmapReport” object. from report module:
        * mongodb: insert/get/getAll/delete
        * sqlalchemy: insert/get/getAll/delete
        * aws s3: insert/get/getAll/delete (not supported for Python3 since boto
          is not supporting py3)
 .
 This package installs the library for Python 3.