Ports Search

Results 4,0914,100 of 5,623 for /devel/.(0.004 seconds)
devel/jellyfish-0.3.1 (Score: 0.032514982)
Library for doing approximate and phonetic matching of strings
Jellyfish is a python library for doing approximate and phonetic matching of strings.
devel/bitstring-3.1.4 (Score: 0.032514982)
Simple construction, analysis, and modification of binary data
bitstring is a pure Python module designed to help make the creation and analysis of binary data as simple and natural as possible. BitStrings can be constructed from integers (big and little endian), hex, octal, binary, strings or files. They can be sliced, joined, reversed, inserted into, overwritten, etc. with simple functions or slice notation. They can also be read from, searched and replaced, and navigated in, similar to a file or stream. bitstring is open source software, and has been released under the MIT licence.
devel/blessings-1.6 (Score: 0.032514982)
Thin wrapper around terminal coloring, styling, and positioning
Blessings lifts several of curses' limiting assumptions, and it makes your code pretty Use styles, color, and maybe a little positioning without necessarily clearing the whole screen first. Leave more than one screenful of scrollback in the buffer after your program exits, like a well-behaved command-line app should. Get rid of all those noisy, C-like calls to tigetstr and tparm, so your code doesn't get crowded out by terminal bookkeeping. Act intelligently when somebody redirects your output to a file, omitting the terminal control codes the user doesn't want to see.
devel/blinker-1.4 (Score: 0.032514982)
Fast, simple object-to-object and broadcast signaling
Fast, simple object-to-object and broadcast signaling. Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". Features: - A global registry of named signals - Anonymous signals - Custom name registries - Permanently or temporarily connected receivers - Automatically disconnected receivers via weak referencing - Sending arbitrary data payloads - Collecting return values from signal receivers
devel/blist-1.3.6 (Score: 0.032514982)
Drop-in list replacement with better performance for large lists
The blist is a drop-in replacement for the Python list that provides better performance when modifying large lists. The blist package also provides sortedlist, sortedset, weaksortedlist, weaksortedset, sorteddict, and btuple types.
devel/jsonlib-1.6.1 (Score: 0.032514982)
JSON Serializer/Deserializer for Python
py-json is a lightweight data-interchange format. It is often used for exchanging data between a web server and user agent. This module aims to produce a library for serializing and deserializing JSON that conforms strictly to RFC 4627.
devel/jsonlib2-1.5.2 (Score: 0.032514982)
JSON Serializer/Deserializer for Python
py-jsonlib2 is a lightweight data-interchange format. It is often used for exchanging data between a web server and user agent. This module aims to produce a library for serializing and deserializing JSON that conforms strictly to RFC 4627.
devel/libolecf-a.20160814 (Score: 0.032514982)
Library and tools to access the OLE 2 Compound File (OLECF) format
Library and tools to access the OLE 2 Compound File (OLECF) format
devel/librcc-0.2.12 (Score: 0.032514982)
Library used by rusxmms for language autodetection
The Abilities of LibRCC Library =============================== * Language Autodetection * On the fly translation between languages, using online-services! * Encoding Autodetection for most of European Languages1 * Support for encoding detection plugins (besides Enca and LibRCD) * Recoding/translation of multi-language playlists! * Cache to speed-up re-recoding. * Possibility to configure new languages and encodings. * Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. * As well the separate program for configuration adjustment is available. * GTK/GTK2 UI Library: you can add properties page to your GTK application with 3 lines of code. * Menu localization opportunity
devel/jsonpointer-1.9 (Score: 0.032514982)
Identify specific nodes in a JSON document (RFC 6901)
Library to resolve JSON Pointers according to RFC 6901.