img avatar
 
× You must be logged in to change this data. If you don't have an account, please join.

Settings : Manage Projects

  Name I Use This Lines of Code   Current Committers Community Rating Reviews Description  
logilab-common 0 0
3 none 0 a bunch of modules providing low level functionalities shared among some python projects develepment
libaster 0 0
0 none 0 LibAster is an open source python library for solving structural and thermomechanical problems using ... [More] the finite element method. It is based on Code_Aster, a high-performance solver distributed under the GNU Public License version 2 by EDF R&D. LibAster is a friendly fork to Code_Aster that differs by using standard tools to compile (waf), track changes (mercurial), run the tests (stand-alone script), etc. The goal is to experiment with changes that may eventually be merged into the Code_Aster sources if accepted by its maintainers. LibAster passes over 99% of Code_Aster's 2200 test-cases. LibAster is based on the latest stable version, STA10.3, and will keep up with future releases. [Less]
apycot 1 0
0 none 0 an Automated Pythonic Code Tester This package is designed to run tests on a code repository on a ... [More] daily basis. It comes with a set of predefined test, essentially for python packages, and a set of predefined reports to display execution results. However, it has been designed to be higly extensible, so you could write your own test or report using the Python language (i.e. this framework is NOT limited to test Python code !). Use it to daily run your tests and generate reports about code or document quality. [Less]
CubicWeb 11 153793
16
5.0
 
0 CubicWeb is a semantic web application framework, licensed under the LGPL, that empowers developers ... [More] to efficiently build web applications by reusing components (called cubes) and following the well known object-oriented design principles. Its main features are: * an engine driven by the explicit data model of the application, * a query language named RQL similar to W3C’s SPARQL, * a selection+view mechanism for semi-automatic XHTML/XML/JSON/text generation, * a library of reusable components (data model and views) that fulfill common needs, * the power and flexibility of the Python programming language, * the reliability of SQL databases, LDAP directories, Subversion and Mercurial for storage backends. [Less]
hgview 10 0
4
5.0
 
0 A faster implementation of hgk (hg view) using pygtk/pyqt4. Its primary purpose was to be able to browse the linux kernel mercurial repository and have a better looking view of mercurial repos.
pylint 59 76190
63
4.52632
   
0 Pylint is a python tool that checks if a module satisfies a coding standard. Pylint can be seen as ... [More] another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature. [Less]