Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

pylint

Compare

Claimed by Logilab Analyzed about 11 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

1 day since last commit

59 users on Open Hub

Moderate Activity
4.52632
   
I Use This

Jython

Compare

  Analyzed about 5 hours ago

Jython is a Java implementation of the Python programming language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is a very seamless and smooth integration with Java: from Python you have complete access to all Java ... [More] libraries, can build applets, can integrate with Java beans, and can subclass Java classes in Python and vice versa. Like Python, and unlike Java, Jython can also be used interactively: just type some Jython code at the prompt and see the results immediately. [Less]

949K lines of code

10 current contributors

about 4 years since last commit

57 users on Open Hub

Inactive
3.71429
   
I Use This

Crazy Eddie's GUI System

Compare

  No analysis available

A free library providing windowing and widgets for graphics APIs / engines where such functionality is not natively available, or severely lacking. The library is object orientated, written in C++, and targeted at games developers who should be spending their time creating great games, not building GUI sub-systems!

0 lines of code

14 current contributors

0 since last commit

57 users on Open Hub

Activity Not Available
4.15
   
I Use This
Mostly written in language not available
Licenses: mit

Apache Spark

Compare

Claimed by Apache Software Foundation Analyzed about 6 hours ago

Apache Spark is an open source cluster computing system that aims to make data analytics fast — both fast to run and fast to write. To run programs faster, Spark provides primitives for in-memory cluster computing: your job can load data into memory and query it repeatedly more rapidly than with ... [More] disk-based systems like Hadoop. To make programming faster, Spark offers high-level APIs in Scala, Java and Python, letting you manipulate distributed datasets like local collections. You can also use Spark interactively to query big data from the Scala or Python shells. Spark integrates closely with Hadoop to run inside Hadoop clusters and can access any existing Hadoop data source. [Less]

1.3M lines of code

374 current contributors

about 14 hours since last commit

56 users on Open Hub

Very High Activity
5.0
 
I Use This

Sage: Open Source Mathematics Software

Compare

  Analyzed about 18 hours ago

Sage is mathematical software, very much in the same vein as MATLAB, MAGMA, Maple, and Mathematica. Unlike these systems, every component of Sage is GPL-compatible. The interpretative language of Sage is Python, a mainstream programming language. Use Sage for studying a huge range of mathematics ... [More] , including algebra, calculus, elementary to very advanced number theory, cryptography, numerical computation, commutative algebra, group theory, combinatorics, graph theory, and exact linear algebra. It is available for download from sagemath.org and its mirrors in source or binary form. If you have any questions and/or problems please report them to the Google groups sage-devel or sage-support. You can also drop by in #sagemath on freenode IRC. [Less]

901K lines of code

162 current contributors

6 days since last commit

52 users on Open Hub

Very High Activity
4.75
   
I Use This

sickbeard

Compare

  Analyzed about 15 hours ago

Sick Beard is a PVR for newsgroup users (with limited torrent support). It watches for new episodes of your favorite shows and when they are posted it downloads them, sorts and renames them, and optionally generates metadata for them. It currently supports NZBs.org, NZBMatrix, NZBs'R'Us, Womble's ... [More] Index, any newznab provider, and EZTV.it and retrieves show information from theTVDB.com and TVRage.com. [Less]

21.7K lines of code

0 current contributors

about 8 years since last commit

52 users on Open Hub

Inactive
4.875
   
I Use This

Boo Programming Language

Compare

  Analyzed about 6 hours ago

A wrist-friendly language targeting the Common Language Runtime (.NET / Mono) with an extensible compiler pipeline, a syntax reminiscent of Python, and many other features (like type inference, syntactic macros, etc.)

300K lines of code

1 current contributors

almost 2 years since last commit

50 users on Open Hub

Very Low Activity
4.6
   
I Use This
Licenses: No declared licenses

OpenStack Nova

Compare

Claimed by OpenStack Analyzed about 7 hours ago

Nova is a cloud computing fabric controller (the main part of an IaaS system). It is written in Python, uses the Eventlet framework, and relies on the standard AMQP messaging protocol.

406K lines of code

131 current contributors

7 months since last commit

50 users on Open Hub

High Activity
5.0
 
I Use This

Fabric

Compare

  Analyzed 1 day ago

Fabric is a Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks. It provides a basic suite of operations for executing local or remote shell commands (normally or via sudo) and uploading/downloading files, as well as ... [More] auxiliary functionality such as prompting the running user for input, or aborting execution. [Less]

4.97K lines of code

1 current contributors

3 months since last commit

50 users on Open Hub

Very Low Activity
4.07143
   
I Use This

Getting Things GNOME!

Compare

  Analyzed 1 day ago

Getting Things GNOME! (GTG) is a personal tasks and TODO-list items organizer for the GNOME desktop environment inspired by the Getting Things Done (GTD) methodology. GTG is designed with flexibility, adaptability, and ease of use in mind so it can be used as more than just GTD software. GTG is ... [More] intended to help you track everything you need to do and need to know, from small tasks to large projects. [Less]

26.9K lines of code

0 current contributors

2 days since last commit

49 users on Open Hub

Moderate Activity
4.73684
   
I Use This