File: PKG-INFO

package info (click to toggle)
spyder-line-profiler 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • ctags: 85
  • sloc: python: 680; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Metadata-Version: 1.1
Name: spyder_line_profiler
Version: 0.1.1
Summary: Plugin for the Spyder IDE that integrates the Python line profiler.
Home-page: https://github.com/spyder-ide/spyder-line-profiler
Author: Spyder Project Contributors
Author-email: UNKNOWN
License: MIT
Description: 
        This is a plugin for the Spyder IDE that integrates the Python line profiler.
        It allows you to see the time spent in every line.
        
        Usage
        -----
        
        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 > Profile line by line``.
        
        The results will be shown in a dockwidget, grouped by function. Lines
        with a stronger color take more time to run.
        
        .. image: https://raw.githubusercontent.com/spyder-ide/spyder-line-profiler/master/img_src/screenshot_profler.png
        
Keywords: Qt PyQt4 PyQt5 PySide spyder plugins spyplugins line_profiler profiler
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Text Editors :: Integrated Development Environments (IDE)