Ports Search

Results 4,1214,130 of 5,623 for /devel/.(0.004 seconds)
devel/clonedigger-1.0.11 (Score: 0.032514982)
Detect similar code in Python and Java programs
Clone Digger aims to detect similar code in Python and Java programs. The synonyms for the term "similar code" are "clone" and "duplicate code".
devel/cloudpickle-0.2.1 (Score: 0.032514982)
Extended pickling support for Python objects
cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. cloudpickle is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the data. Among other things, cloudpickle supports pickling for lambda expressions, functions and classes defined interactively in the `__main__` module.
devel/cluster-1.3.3 (Score: 0.032514982)
Create several groups (clusters) of objects from a list in Python
Python-cluster is a simple package that allows to create several groups (clusters) of objects from a list. It's meant to be flexible and able to cluster any object. To ensure this kind of flexibility, you need not only to supply the list of objects, but also a function that calculates the similarity between two of those objects. For simple datatypes, like integers, this can be as simple as a subtraction, but more complex calculations are possible.
devel/codecov-2.0.5 (Score: 0.032514982)
Hosted coverage reports for Github, Bitbucket and Gitlab
Python report uploader for Codecov.
devel/collective.monkeypatcher-1.1.1 (Score: 0.032514982)
Applying monkey patches on startup using ZCML configuration
Support for applying monkey patches late in the startup cycle by using ZCML configuration actions.
z3c.form date and datetime widgets
z3c.form date and datetime widgets.
devel/mez_xml-0.4 (Score: 0.032514982)
Simple template engine for Python
mez_xml is a template engine. It generates a Python template module for a XML or XHTML file. Mercurial Repository: http://hg.assembla.com/mez_xml/ Latest Versions: http://www.assembla.com/spaces/files/mez_xml
devel/colorlog-2.6.1 (Score: 0.032514982)
Python module for log formatting with colors
It allows colors to be placed in the format string, which is mostly useful when paired with a StreamHandler that is outputting to a terminal. This is accomplished by added a set of terminal color codes to the record before it is used to format the string. Convenient for logging with colors support.
devel/columnize-0.3.9 (Score: 0.032514982)
Format a simple (i.e. not nested) list into aligned columns
Format a simple (i.e. not nested) list into aligned columns.
devel/configargparse-0.10.0 (Score: 0.032514982)
Drop-in replacement for argparse
ConfigArgParse is a drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.