771 projects tagged "Apache 2.0"
Dyject is a dependency injection module for Python. Unlike other enterprise libraries used for Inversion of Control (IoC) which have classes which look like AbstractSingletonProxyFactoryBean, dyject is simple to understand and easy to use. It supports both Python 2.7 and Python 3, has no other dependencies, and uses standard configuration files to define and wire objects.
Status Reporter is a time tracking application that was designed to track the time spent working on various activities associated with work breakdown structure (WBS) line items. Each activity is associated with a WBS line item, and a WBS line item is part of the overall departmental budget. Even though it was developed for a specific purpose, the ideas can be applied to almost any situation. For example, if you do not use WBS numbers, you could just create a single WBS number and associate all activities with it. Alternatively if you have multiple projects, you can use the WBS numbers as individual projects and have one or more activities associated with each. The WBS number does not have to be numeric, so it is flexible in its usage.
Geomajas profiling project is a simple application profiling system that can be used to continuously gather profiling information in a running application. It allows you to get the number of invocations and total/average time. Profiling data can also be grouped to allow total time to be split up over different groups. There is utility code to use this for JDBC access profiling, and JMX integration for accessing the data which is gathered and reset the counters.