Ports 搜索

共有5,623项符合/devel/的查询结果,以下是第4,6414,650项(搜索用时0.004秒)
devel/txaio-2.5.1 (Score: 0.032514982)
Compatibility API between asyncio/Twisted/Trollius
txaio is a helper library for writing code that runs unmodified on both Twisted and asyncio / Trollius. This is like six, but for wrapping over differences between Twisted and asyncio so one can write code that runs unmodified on both (aka source code compatibility). In other words: your users can choose if they want asyncio or Twisted as a dependency.
devel/tzlocal-1.2.2 (Score: 0.032514982)
Returns the tzinfo object for the local timezone
This Python module returns a tzinfo object with the local timezone information under Unix and Win-32. It requires pytz, and returns pytz tzinfo objects. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several Linux distros that's hard or impossible to figure out.
devel/ua_parser-0.7.1 (Score: 0.032514982)
Python port of Browserscope's user agent parser
A port of BrowserScope's user agent string parser. The crux of the original parser -- the data collected by Steve Souders over the years -- has been extracted into a separate YAML file so as to be reusable as is by implementations in other programming languages. ua-parser is just a small wrapper around this data.
devel/ujson-1.35 (Score: 0.032514982)
Ultra fast JSON encoder and decoder for Python
UltraJSON is a fast and extendable JSON encoder and decoder written in pure C.
devel/Unipath-1.1 (Score: 0.032514982)
Object-oriented alternative to os/os.path/shutil
Unipath is an object-oriented front end to the file/directory functions scattered throughout several Python library modules. It's based on Jason Orendorff's path.py but does not adhere as strictly to the underlying functions' syntax, in order to provide more user convenience and higher-level functionality. Unipath is stable, well-tested, and has been used in production since 2008.
devel/eric6-6.1.9 (Score: 0.032514982)
Full featured Python and Ruby editor and IDE based on Qt
devel/unpaddedbase64-1.0.1 (Score: 0.032514982)
Unpadded Base64
Encode and decode Base64 without "=" padding. RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using "=" characters. However this conveys no benefit so many protocols choose to use Base64 without the "=" padding.
devel/update_checker-0.11 (Score: 0.032514982)
Python module that will check for package updates
A python module that will check for package updates.
devel/urlimport-0.42b (Score: 0.032514982)
Python script for importing modules/packages over the net
Urlimport enables the user to import modules/packages over the network, from a remote repository. Currently supported protocols are http, ftp and https (+client certificates).
devel/urwid-1.3.1 (Score: 0.032514982)
Curses-based user interface library for Python
Urwid is a curses-based user interface library. It includes many features useful for text console application developers including: * Fluid interface resizing (xterm window resizing / fbset on Linux console) * Support for 8-bit and CJK encodings * Multiple text alignment and wrapping modes built-in * Ability to register user-defined text alignment and wrapping modes * Simple markup for setting text attributes * Powerful list box that handles scrolling between different widget types * List box contents may be managed with a user-defined class * Flexible edit box for editing many different types of text * Easy interface for creating HTML screen shots