Podnova Player  Windows library  Podnova home
License: All
Sort by: Relevance

Python path coverage tools in Title/Summary

Python coverage-3.0b3

Python coverage-3.0b3

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measures code coverage, typically during test execution.

  • Publisher: Python Software Foundation
  • Home page: pypi.python.org
  • Last updated: November 17th, 2011
Python coverage-3.5

Python coverage-3.5

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not.

  • Publisher: Ned Batchelder
  • Last updated: November 16th, 2011
CFX Path Tools

CFX Path Tools

Path Tools is a package containing two plug-ins, Rakka and Wiggle Stroke. These plug-ins are targeted at creating animations based on mask paths. Rakka needs an additional layer to "rack up", or repeat, along the selected mask path. From these basic requirements both filters offer controls that allow for almost endless combinations to create animations.

  • Publisher: Cycore Systems AB
  • Home page: www.cycorefx.com
  • Last updated: February 18th, 2016

Python path coverage tools in Description

Eclipse - Pydev

Eclipse - Pydev

PyDev is a Python IDE for Eclipse, which may be used in Python, Jython and IronPython development. Features editor, code completion, code analysis, refactoring, outline view, debugger, mark occurrences and other goodies. It comes with many goodies such as: -Django integration -Code completion -Code completion with auto import

  • Publisher: Fabio Zadrozny
  • Home page: pydev.org
  • Last updated: July 31st, 2012
MAX's HTML Beauty++ 2004

MAX's HTML Beauty++ 2004

There are 28 Tag Designers for almost every HTML tag, a Power Toolbar that contains almost all HTML tags, Built-In Image Browser / Viewer with GIF Optimize function and ability to convert images to WBMP image format which is used by WAP-compatible mobile phones, Built-In JavaScript Beauty Scripts, Built-In Support for HTML TIDY, Internal Preview using Internet Explorer and Mozilla and much more.

  • Publisher: Marko Njezic / MAX Interactive corp.
  • Home page: www.htmlbeauty.com
  • Last updated: March 1st, 2008
Python - astropy

Python - astropy

Astropy is a package intended to contain core functionality and some common tools needed for performing astronomy and astrophysics research with Python. It also provides an index for other astronomy packages and tools for managing them. The Astropy Project is a community effort to develop a single core package for Astronomy in Python and foster interoperability between Python astronomy packages.

  • Publisher: The Astropy Developers
  • Home page: www.astropy.org
  • Last updated: May 24th, 2015
cx_Freeze

cx_Freeze

cx_Freeze is a set of scripts and modules for freezing Python scripts into executables, in much the same way that py2exe and py2app do. Unlike these two tools, cx_Freeze is cross platform and should work on any platform that Python itself works on. It supports Python 2.3 or higher (including Python 3), since it makes use of the zip import facility which was introduced in 2.3.

  • Publisher: Anthony Tuininga
  • Last updated: July 18th, 2023
EasyEclipse for Python

EasyEclipse for Python

An EasyEclipse Distribution is a prepackaged release of Eclipse that provides a fully functional Integrated Development Environment (IDE) for a specific type of development. This program is all you need to start developing Python with Eclipse fast and easy. The PyDev plugin does not work if there are spaces in the installation path.

  • Publisher: nexB Inc.
  • Last updated: April 20th, 2008

Additional Python path coverage tools selection

Application Mover

Application Mover

Application Mover is a tool that relocates installed programs from one path to another on your hard disk. Application Mover also scans all windows shortcuts in the Start Menu and adjusts path references to the new program location. Finally, *.ini and Install.log files present in the original program path are checked for strings matching the old path location.

  • Publisher: Funduc Software Inc.
  • Last updated: September 6th, 2016
OpenSubtitles.org Tools

OpenSubtitles.org Tools

OpenSubtitles.org Tools is a useful tool for OpenSubtitles.org subtitle uploaders, with which you can check the status of the uploaded subtitles. As osTools is still in development, you can actively participate by suggesting new features. Feel free to go to the forum for your suggestions. osTools is developed in Python.

Holmes Statistical Debugging Toolkit

Holmes Statistical Debugging Toolkit

Holmes is an automated debugging and failure-analysis tool that uses statistical analysis of code-coverage data to identify the most likely cause of test failures. Holmes uses a custom data-collection tool to amass detailed path coverage during testing. The tool analyzes this coverage data to find paths that strongly correlate with failure.

Python Tools for Visual Studio

Python Tools for Visual Studio

Python Tools for Visual Studio (PTVS) is a plug-in for Visual Studio which supports programming with the Python language. It lets you bring your own Python interpreter, including CPython, IronPython, PyPy, and supports a broad range of features from editing with IntelliSense to interactive debugging.

  • Publisher: Microsoft
  • Last updated: July 31st, 2023
Python - scipy

Python - scipy

Python - scipy is open-source program for mathematics, science, and engineering. It is also the name of a very popular conference on scientific programming with Python. The SciPy library depends on NumPy, which provides convenient and fast N-dimensional array manipulation.

  • Publisher: Python
  • Home page: www.scipy.org
  • Last updated: January 14th, 2014
Python - spyder

Python - spyder

Spyder is the Scientific PYthon Development EnviRonment with a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features. Also provides a numerical computing environment thanks to the support of IPython (enhanced interactive Python interpreter) and popular Python libraries such as NumPy (linear algebra).

  • Publisher: pythonxy.com
  • Home page: code.google.com
  • Last updated: March 25th, 2022
Python - guidata

Python - guidata

guidata is a Python library generating graphical user interfaces for easy dataset editing and display. It also provides helpers and application development tools for PyQt4 and allows the user to enter each parameter through a graphical user interface, using widgets which are adapted to data types.

  • Publisher: Pierre Raybaut
  • Home page: code.google.com
  • Last updated: August 1st, 2016
Python - guiqwt

Python - guiqwt

Based on PyQwt (plotting widgets for PyQt4 graphical user interfaces) and on the scientific modules NumPy and SciPy, guiqwt is a Python library providing efficient 2D data-plotting features (curve/image visualization and related tools) for interactive computing and signal/image processing application development.

  • Publisher: pythonxy.com
  • Home page: code.google.com
  • Last updated: December 3rd, 2012
Python PLY

Python PLY

PLY is an implementation of lex and yacc parsing tools for Python. Main Features: - It's implemented entirely in Python. - It uses LR-parsing which is reasonably efficient and well suited for larger grammars. - PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars.

  • Publisher: David Beazley
  • Home page: www.dabeaz.com
  • Last updated: December 14th, 2017
Python - pyparsing

Python - pyparsing

pyparsing is an open source general parsing module for Python. The program implements grammar directly into the client code using parsing objects (instead of externally) with lex/yacc-type tools. It also includes simple examples for parsing SQL, CORBA IDL and 4-function math.

  • Publisher: Paul McGuire
  • Last updated: August 1st, 2016