From c82ea1831a29939bc93d4ecff8f14147645d1263 Mon Sep 17 00:00:00 2001 From: Anoop Thomas Mathew Date: Sun, 5 Apr 2015 11:02:06 +0530 Subject: [PATCH 1/2] Data Manipulation section and Butler library added --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dd0db1d3f..1779b79416 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by - [Date and Time](#date-and-time) - [Text Processing](#text-processing) - [Specific Formats Processing](#specific-formats-processing) + - [Data Manipulation](#data-manipulation) - [Natural Language Processing](#natural-language-processing) - [Documentation](#documentation) - [Configuration](#configuration) @@ -231,6 +232,11 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * Archive * [unp](https://github.com/mitsuhiko/unp) - A command line tool that can unpack archives easily. +##Data Manipulation +*Libraries for Data Manipulation.* + +* [Butler](https://github.com/atmb4u/butler) - Manipulate(get/set) JSON, lists, dictionaries easily without exception salad. + ## Natural Language Processing *Libraries for working with human languages.* @@ -666,7 +672,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by ## Data Validation *Libraries for validating data. Used for forms in many cases.* - + * [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc. * [colander](http://docs.pylonsproject.org/projects/colander/) - A system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization. * [schema](https://github.com/halst/schema) - A library for validating Python data structures. From 2a48bb878a91f7a245c057bfeed0aa1fe30d818e Mon Sep 17 00:00:00 2001 From: Anoop Thomas Mathew Date: Sun, 5 Apr 2015 11:07:38 +0530 Subject: [PATCH 2/2] removed unintended extra space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1779b79416..d7018c340a 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by ## Data Validation *Libraries for validating data. Used for forms in many cases.* - + * [voluptuous](https://github.com/alecthomas/voluptuous) - A Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc. * [colander](http://docs.pylonsproject.org/projects/colander/) - A system for validating and deserializing data obtained via XML, JSON, an HTML form post or any other equally simple data serialization. * [schema](https://github.com/halst/schema) - A library for validating Python data structures.