spyder-line-profiler 0.3.2-1 source package in Ubuntu

Changelog

spyder-line-profiler (0.3.2-1) unstable; urgency=medium

  * New upstream version

 -- Julian Gilbey <email address hidden>  Sun, 23 Jul 2023 22:33:12 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
spyder-line-profiler_0.3.2-1.dsc 2.4 KiB 5f66c6a34420951da2cc9429a9e3947091415a5898c0b9e3be13cfa7544ec904
spyder-line-profiler_0.3.2.orig.tar.gz 86.6 KiB 2129a48ec6d9c90703fe3d804f3218b0fce6ea5529c5b35321e19f9be26d30a6
spyder-line-profiler_0.3.2-1.debian.tar.xz 2.7 KiB ac456a54be2cc8228b20df250acebecbcfd6ae5845ec74209f2e47cde38353aa

Available diffs

No changes file available.

Binary packages built by this source

python3-spyder-line-profiler: line profiling plugin for the Spyder IDE

 This is a plugin for the Spyder IDE that integrates the Python line profiler.
 .
 Add a `@profile` decorator to the functions that you wish to profile then
 press Shift+F10 (line profiler default) to run the profiler on the current
 script, or go to `Run > Run line profiler`.
 .
 The results will be shown in a dockwidget, grouped by function. Lines with a
 stronger color take more time to run.