Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,4214,430项(搜索用时0.003秒)
devel/pydenticon-0.2 (Score: 0.032514982)
Library for generating identicons - an enhanced port of Sigil
Pydenticon is a small utility library that can be used for deterministically generating identicons based on the hash of provided data.
devel/pydoop-1.1.0 (Score: 0.032514982)
Python interface to Hadoop
Pydoop is a Python interface to Hadoop that allows you to write MapReduce applications in pure Python. Pydoop offers several features not commonly found in other Python libraries for Hadoop: -- a rich HDFS API; -- a MapReduce API that allows to write pure Python record readers / writers, partitioners and combiners; -- transparent Avro (de)serialization; -- easy installation-free usage;
devel/pyechonest-9.0.0 (Score: 0.032514982)
Python interface to The Echo Nest APIs
Pyechonest is an open source Python library for the Echo Nest API.
devel/pyee-1.0.2 (Score: 0.032514982)
Python EventEmitter implementation
pyee supplies an event_emitter object that acts similar to the EventEmitter that comes with node.js.
devel/pyev-0.9.0 (Score: 0.032514982)
Python libev interface
Python libev interface.
devel/pyflakes-1.1.0 (Score: 0.032514982)
Passive checker of Python programs
Pyflakes is a simple program which checks Python source files for errors. It is similar to PyChecker in scope, but differs in that it does not execute the modules to check them. This is both safer and faster, although it does not perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors in programs; it does not perform any checks on style.
devel/pygit2-0.24.0 (Score: 0.032514982)
Python bindings for libgit2
Pygit2 is a set of Python bindings to the libgit2 shared library, libgit2 implements the core of Git. Pygit2 works with Python 2.7, 3.2, 3.3, 3.4 and pypy.
devel/pygithub-1.26.0 (Score: 0.032514982)
Python library implementing the full GitHub API v3
This is a Python library to access the Github API v3. With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts. It covers the full API, and all methods are tested against the real Github site.
devel/pyhashxx-0.1.3 (Score: 0.032514982)
Python wrapper for xxHash algorithm
Python wrapper of xxhash that supports concurrency
devel/objecthash-20160121 (Score: 0.032514982)
Cross-language way to cryptographically hash JSON objects
Objecthash provides a way to cryptographically hash objects (in the JSON-ish sense) that works cross-language and therefore cross-encoding.