Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.*
Expand Down