diff --git a/README.rst b/README.rst index 387a807..9eca8d0 100644 --- a/README.rst +++ b/README.rst @@ -15,12 +15,17 @@ Tablib is a format-agnostic tabular dataset library, written in Python. Output formats supported: -- Excel -- JSON -- YAML -- CSV +- Excel (Sets + Books) +- JSON (Sets + Books) +- YAML (Sets + Books) +- CSV (Sets) + +Import formats supported: + +- JSON (Sets + Books) +- YAML (Sets + Books) +- CSV (Sets) -At this time, Tablib supports the **export** of it's powerful Dataset object instances into any of the above formats. Import is underway. Note that tablib *purposefully* excludes XML support. It always will.