Managed Projects

Mayavi

  Analyzed 1 day ago

The Mayavi project includes two related packages for 3-dimensional visualization: * Mayavi2: A tool for easy and interactive visualization of data. * TVTK: A Traits-based wrapper for the Visualization Toolkit, a popular open-source visualization library. These libraries operate at ... [More] different levels of abstraction. TVTK manipulates visualization objects, while Mayavi2 lets you operate on your data, and then see the results. Most users either use the Mayavi user interface or program to its scripting interface; you probably don't need to interact with TVTK unless you want to create a new Mayavi module. [Less]

66.1K lines of code

8 current contributors

about 2 months since last commit

16 users on Open Hub

Low Activity
4.5
   
I Use This

Traits

  No analysis available

The Traits package adds support for explicit typing to Python, including initialization and validation. It also provides a powerful event notification system and a delegation model. A trait is a type definition that can be used for normal Python object attributes, giving the attributes ... [More] additional characteristics (default initial value, validation, etc.). The Traits package also provides an API for creating user interfaces for Traits-based objects. (You must have a supported Python GUI toolkit -- wxWidgets or PyQt -- and additional supporting packages, in order to display Traits UIs.) Traits UIs can range from quick-and-dirty property sheets for development, to full-blown MVC application interfaces. [Less]

0 lines of code

14 current contributors

0 since last commit

10 users on Open Hub

Activity Not Available
4.5
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

Enthought Tool Suite

  Analyzed about 2 hours ago

The Enthought Tool Suite (ETS) is a collection of components developed by Enthought and our partners, which we use every day to construct custom scientific applications. This project is a "meta-project wrapper" that bundles up all the other projects in ETS.

981 lines of code

0 current contributors

over 3 years since last commit

8 users on Open Hub

Inactive
4.0
   
I Use This

Envisage

  Analyzed about 23 hours ago

Envisage is a Python-based framework for building extensible applications, that is, applications whose functionality can be extended by adding "plug-ins". Envisage provides a standard mechanism for features to be added to an application, whether by the original developer or by someone else. In fact ... [More] , when you build an application using Envisage, the entire application consists primarily of plug-ins. In this respect, it is similar to the Eclipse and Netbeans frameworks for Java applications. [Less]

9.96K lines of code

7 current contributors

about 1 year since last commit

4 users on Open Hub

Very Low Activity
0.0
 
I Use This

Chaco

  Analyzed about 15 hours ago

Chaco is a Python plotting application toolkit that facilitates writing plotting applications at all levels of complexity, from simple scripts with hard-coded data to large plotting programs with complex data interrelationships and a multitude of interactive tools. While Chaco generates attractive ... [More] static plots for publication and presentation, it also works well for interactive data visualization and exploration. [Less]

51.1K lines of code

12 current contributors

10 months since last commit

3 users on Open Hub

Very Low Activity
0.0
 
I Use This

CodeTools

  Analyzed 1 day ago

The CodeTools project includes packages that simplify meta-programming and help the programmer separate data from code in Python. This library contains classes that allow defining simple snippets, or "blocks", of Python code, analyze variable dependencies in the code block, and use these ... [More] dependencies to construct or restrict an execution graph. These (restricted) code blocks can then be executed in any namespace. However, this project also provides a Traits-event-enhanced namespace, called a "context", which can be used in place of a vanilla namespace to allow actions to be performed whenever variables are assigned or retrieved from the namespace. This project is used as the foundation for the BlockCanvas project. [Less]

10.2K lines of code

0 current contributors

about 2 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Enable

  Analyzed about 20 hours ago

The Enable package is a multi-platform object drawing library built on top of Kiva. The core of Enable is a container/component model for drawing and event notification. The core concepts of Enable are: * Component * Container * Events (mouse, drag, and key events) Enable ... [More] provides a high-level interface for creating GUI objects, while enabling a high level of control over user interaction. Enable is a supporting technology for the Chaco and BlockCanvas projects. [Less]

211K lines of code

0 current contributors

10 months since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

ETS AppTools

  Analyzed about 16 hours ago

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.

11.2K lines of code

5 current contributors

about 1 year since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

SciMath

  Analyzed about 9 hours ago

The SciMath project includes packages to support scientific and mathematical calculations, beyond the capabilities offered by SciPy. * enthought.interpolate * enthought.mathematics * enthought.units

8.73K lines of code

0 current contributors

26 days since last commit

1 users on Open Hub

Low Activity
0.0
 
I Use This

EnDiskEx

  Analyzed 1 day ago

EnDiskEx is a command-line tool that bulk extracts instruments, sequences, songs, and banks from Ensoniq-formatted disk images (RAW, GKH, EDE, and EDA) for the EPS/ASR family of samplers. The extracted files are saved as EFE / SMF / TXT files. EnDiskEx is designed to extract Ensoniq banks for ... [More] re-creation within a different DAW. EnDiskEx has been tested and validated against a variety of RAW, GKH, EDE, and EDA images files the dev team has, including but not limited to, the ASR factory disks, the EPS 16+ factory disks, and the EPS (classic) factory disks. [Less]

4.34K lines of code

0 current contributors

almost 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses