Updated README.

This commit is contained in:
Fabio Caccamo 2019-10-04 10:48:52 +02:00
parent b50d47598f
commit 3136b57fdb
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
[![License](https://img.shields.io/pypi/l/python-benedict.svg)](https://img.shields.io/pypi/l/python-benedict.svg) [![License](https://img.shields.io/pypi/l/python-benedict.svg)](https://img.shields.io/pypi/l/python-benedict.svg)
# python-benedict # python-benedict
python-benedict is a dict subclass with **keypath** support, **I/O** shortcuts (BASE64, JSON, TOML, XML, YAML) and many **utilities**... for humans, obviously. python-benedict is a dict subclass with **keypath** support, **I/O** shortcuts (Base64, JSON, TOML, XML, YAML) and many **utilities**... for humans, obviously.
## Index ## Index
- [Features](#features) - [Features](#features)
@ -70,7 +70,7 @@ python-benedict is a dict subclass with **keypath** support, **I/O** shortcuts (
## Features ## Features
- Full **keypath** support *(using the dot syntax by default)* - Full **keypath** support *(using the dot syntax by default)*
- Easy **I/O operations** with most common formats: `json`, `toml`, `xml`, `yaml` - Easy **I/O operations** with most common formats: `Base64`, `JSON`, `TOML`, `XML`, `YAML`
- Many **utility** and **parse methods** to retrieve data as needed *(all methods listed below)* - Many **utility** and **parse methods** to retrieve data as needed *(all methods listed below)*
- Well **tested**, check the badges ;) - Well **tested**, check the badges ;)
- 100% **backward-compatible** *(you can replace existing dicts without pain)* - 100% **backward-compatible** *(you can replace existing dicts without pain)*