Télécharger la liste

Description du projet

Pythius is a set of tools to assess the quality of Python code. This is commonly done by applying different code metrics. Simple code metrics are the ratio between comments and code lines, module and function size, etc.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-07-08 10:33
1.4

Dans cette version, le pythius.aop (Aspect Oriented Programming) module a été remanié. La technique d'application des aspects à des classes a évolué autour, et utilise maintenant le __metaclass__ attribut class. Il gère également les classes nouveau-style beaucoup mieux, et est beaucoup plus efficace. Expression régulière-appariement a été supprimée.
Tags: Major feature enhancements
In this version, the pythius.aop (Aspect Oriented Programming) module has been revamped. The technique for applying Aspects to classes has changed around, and now uses the __metaclass__ class attribute. It also handles new-style classes much better, and is much more efficient. Regular-expression-matching has been removed.

2002-03-22 00:42
1.3

Tags: Initial freshmeat announcement

Project Resources