File: PKG-INFO

package info (click to toggle)
pycallgraph 0.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 132 kB
  • ctags: 95
  • sloc: python: 559; makefile: 6
file content (22 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Metadata-Version: 1.0
Name: pycallgraph
Version: 0.5.1
Summary: Python Call Graph uses GraphViz to generate call graphs from one execution of your Python code.
Home-page: http://pycallgraph.slowchop.com/
Author: Gerald Kaszuba
Author-email: pycallgraph@slowchop.com
License: UNKNOWN
Download-URL: http://pycallgraph.slowchop.com/files/download/pycallgraph-0.5.1.tar.gz
Description: Python Call Graph uses GraphViz to generate call graphs from one execution
        of your Python code. It's very easy to use and can point out possible problems
        with your code execution.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Debuggers