https://github.com/enthought/etsdevtools
Default Repo description from terraform module
https://github.com/enthought/etsdevtools
Last synced: 8 months ago
JSON representation
Default Repo description from terraform module
- Host: GitHub
- URL: https://github.com/enthought/etsdevtools
- Owner: enthought
- License: other
- Created: 2011-01-28T04:45:41.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T17:09:23.000Z (over 6 years ago)
- Last Synced: 2024-12-27T02:42:38.164Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 4.74 MB
- Stars: 1
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
================================================
etsdevtools: tools to support Python development
================================================
http://github.enthought.com/etsdevtools
The etsdevtools project includes a set of packages that can be used during the
development of a software project, for understanding, debugging, testing, and
inspecting code.
- **etsdevtools.debug**: A collection of debugging tools, not to be included
in production code. NOTE: These tools are functional, but are not being
developed or supported. They have been mainly superceded by the tools
in the Enthought Developer Tool Suite.
- **etsdevtools.developer**: A collection of
utilities, designed to ease the development and debugging of Traits-based
programs. They can be used as plug-ins to your Envisage application while
you are developing it, and then removed when you are ready to release it.
- **etsdevtools.endo**: A Traits-aware tool for processing API documentation
of Python code. It extracts not only docstrings, but also plain comments
that immediately precede variable assignments (both module-scope variables
and class attributes).
Prerequisites
-------------
* `Numpy `_
* `traits `_