jsonpickle

jsonpickle 0.9.2 updated

The opposite operation is also supported: converting JSON to Python objects.jsonpickle relies and extends functionality found in many other open source Python JSON libraries around.This includes simplejson and demjson.What is new in this release:Added...

read more

JSON is a light-weight, language independent, data interchange format, a widely medium for data transfer in Web development. The original JSONSelect worked just like any other CSS selector engines, allowing developers to easily access data stored in JSON...

read more
json_diff

json_diff 1.3.3

JSON is a light-weight, language independent, data interchange format. The diff result is outputted to a new JSON file.Allows exclusion of some keys from the comparison, or in other way to include only some...

json_tools

json_tools 0.4.0

It enhances Ptyhon's default features for working with JSON data.Features:Diff tool Pretty print JSON Pretty print JSON in the CLI JSON paths manipulation utilities Split JSON data Patch JSON...

read more
Kombu

Kombu 3.0.26 updated

AMQP stands for Advanced Message Queuing Protocol.While it's still a niche technology it's also very powerful and slowly but surely seeing a rise in usage for creating real-time communication applications.Kombu provides a wrapper for most AMQP features,...

read more
Konfig

Konfig 0.9

Konfig is compatible with Python 3.x's new ConfigParser class, a special utility for reading, storing and transmitting configuration details.Konfig must not be confused with other Python modules that parse or work with config files (CFG, CONF, INI), since...

listparser

listparser 0.18

Subscription lists are feed inventories or reading lists. In their core, they are a collection of links.listparser is to parse those lists and extract needed information.The package works with Python 2.4+, Jython 2.5.1+ and IronPython...

read more
Logbook

Logbook 0.9.1 updated

The basic interface is similar to the standard library's "logging" module.Features:Logging levels: critical - for errors that lead to termination error - for errors that occur, but are handled warning - for exceptional circumstances that might not be...

read more
lxml

lxml 3.4.4 updated

lxml combines the speed of those libraries with the simplicity of the Python language.Compatible with all CPython versions from 2.4 to 3.2.What is new in this release:lxml.html.iterlinks now returns links inside meta refresh tags. New XMLParser option...

read more
Mahotas

Mahotas 1.3.0 updated

Mahotas comes packed with algorithms for processing images.They were implemented in C++ for speed and use numpy arrays to operate.The main algorithms are Otsu thresholding and watershed.What is new in this release:Add labeled.bbox function Add...

read more