Skip to content
Snippets Groups Projects
Select Git revision
  • upstream/8.0.27
  • debian/main/7.4 default
  • debian/main/8.2
  • debian/main/8.1
  • pristine-tar
  • upstream/8.1
  • debian/main/8.0
  • upstream/8.0
  • debian/main/7.3
  • debian/main/7.2
  • debian/main/7.1
  • debian/main/7.0
  • debian/main/5.6
  • upstream/8.2
  • debian/bullseye/7.4
  • upstream/7.4
  • upstream/7.3
  • debian/buster/7.3
  • upstream/7.2
  • debian/stretch/7.0
  • upstream/7.1
  • upstream/8.1.16+repack
  • upstream/8.0.28
  • upstream/8.2.3
  • debian/8.2.2-3
  • debian/8.2.2-1
  • upstream/8.1.15
  • upstream/8.2.2
  • debian/8.2.1-1
  • upstream/8.1.14
  • upstream/8.2.1
  • debian/8.2.0-4
  • debian/8.2.0-1
  • upstream/8.2.0
  • debian/1%8.0.26-1
  • upstream/8.0.26
  • upstream/8.2.0_rc7
  • upstream/8.1.13
  • debian/7.4.33-1+deb11u1
  • debian/1%7.4.33-1
40 results

dev

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Debian PHP Team / php
    Source project has a limited visibility.

    apptools: application tools

    Build status Coverage report

    Documentation: http://docs.enthought.com/apptools

    Source Code: http://www.github.com/enthought/apptools

    The apptools project includes a set of packages that Enthought has found useful in creating a number of applications. They implement functionality that is commonly needed by many applications

    • apptools.appscripting: Framework for scripting applications.
    • apptools.help: Provides a plugin for displaying documents and examples and running demos in Envisage Workbench applications.
    • apptools.io: Provides an abstraction for files and folders in a file system.
    • apptools.logger: Convenience functions for creating logging handlers
    • apptools.naming: Manages naming contexts, supporting non-string data types and scoped preferences
    • apptools.permissions: Supports limiting access to parts of an application unless the user is appropriately authorised (not full-blown security).
    • apptools.persistence: Supports pickling the state of a Python object to a dictionary, which can then be flexibly applied in restoring the state of the object.
    • apptools.preferences: Manages application preferences.
    • apptools.selection: Manages the communication between providers and listener of selected items in an application.
    • apptools.scripting: A framework for automatic recording of Python scripts.
    • apptools.sweet_pickle: Handles class-level versioning, to support loading of saved data that exist over several generations of internal class structures.
    • apptools.template: Supports creating templatizable object hierarchies.
    • apptools.type_manager: Manages type extensions, including factories to generate adapters, and hooks for methods and functions.
    • apptools.undo: Supports undoing and scripting application commands.

    Prerequisites

    All packages in apptools require:

    The apptools.preferences package requires:

    Many of the packages provide optional user interfaces using Pyface and Traitsui. In additon, many of the packages are designed to work with the Envisage plug-in system, althought most can be used independently: