Managed Projects

pylint

Claimed by Logilab Analyzed about 23 hours ago

Pylint is a python tool that checks if a module satisfies a coding standard. Pylint can be seen as 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 ... [More] 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]

76.1K lines of code

63 current contributors

4 days since last commit

59 users on Open Hub

High Activity
4.52632
   
I Use This

CubicWeb

Claimed by Logilab Analyzed 3 months ago

CubicWeb is a semantic web application framework, licensed under the LGPL, that empowers developers 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 ... [More] 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]

153K lines of code

16 current contributors

3 months since last commit

11 users on Open Hub

Activity Not Available
5.0
 
I Use This

hgview

Claimed by Logilab No analysis available

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.

0 lines of code

4 current contributors

0 since last commit

10 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: gpl

apycot

Claimed by Logilab No analysis available

an Automated Pythonic Code Tester This package is designed to run tests on a code repository on a 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 ... [More] 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]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

libaster

Claimed by Logilab No analysis available

LibAster is an open source python library for solving structural and thermomechanical problems using 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 ... [More] 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]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl

logilab-common

Claimed by Logilab No analysis available

a bunch of modules providing low level functionalities shared among some python projects develepment

0 lines of code

3 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl21

python-astroid

Claimed by Python Code Quality Authority Analyzed about 4 hours ago

The aim of this python module is to provide a common base representation of python source code for projects such as pychecker, pyreverse, pylint... Well, actually the development of this library is essentially governed by pylint's needs. It used to be called logilab-astng. It provides a ... [More] compatible representation which comes from the _ast module. It rebuilds the tree generated by the builtin _ast module by recursively walking down the AST and building an extended ast. The new node classes have additional methods and attributes for different usages. They include some support for static inference and local name scopes. Furthermore, astroid builds partial trees by inspecting living objects. [Less]

37.2K lines of code

26 current contributors

4 days since last commit

0 users on Open Hub

Moderate Activity
0.0
 
I Use This