
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
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
All packages in apptools require:
traits <https://github.com/enthought/traits>
_Certain sub-packages within apptools have their own specific dependencies, which are optional for apptools overall.
The apptools.preferences
package requires:
configobj <http://pypi.python.org/pypi/configobj>
_The apptools.io.h5
package requires:
numpy <https://pypi.org/project/numpy/>
_pandas <https://pypi.org/project/pandas/>
_tables <https://pypi.org/project/tables/>
_The apptools.persistence
package requires:
numpy <https://pypi.org/project/numpy/>
_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:
envisage <https://github.com/enthought/envisage>
_pyface <https://github.com/enthought/pyface>
_traitsui <https://github.com/enthought/traitsui>
_To install with apptools.preferences
dependencies::
$ pip install apptools[preferences]
To install with apptools.io.h5
dependencies::
$ pip install apptools[h5]
To install with apptools.persistence
dependencies::
$ pip install apptools[persistence]
To install with additional test dependencies::
$ pip install apptools[test]
FAQs
application tools
We found that apptools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.