From 4f01274c1e8fc99b13aa92e14fd7eb125f67c633 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Tue, 2 May 2017 22:19:08 +0900 Subject: [PATCH] Update README --- README.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 5bc032d3..4630ba80 100644 --- a/README.rst +++ b/README.rst @@ -22,7 +22,7 @@ pytablewriter Summary ------- -A python library to write a table in various formats: CSV/HTML/JavaScript/JSON/LTSV/Markdown/MediaWiki/Excel/Pandas/Python/reStructuredText/TOML/TSV. +A python library to write a table in various formats: CSV / HTML / JavaScript / JSON / LTSV / Markdown / MediaWiki / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV. Features -------- @@ -35,11 +35,12 @@ Features - `Labeled Tab-separated Values (LTSV) `__ - Markdown - MediaWiki + - reStructuredText: `Grid Tables `__/`Simple Tables `__/`CSV Table `__ - Source code - `Pandas `__ (Definition of a DataFrame variable) - Python code (Definition of a nested list variable) - - JavaScript (Definition of a nested list variable) - - reStructuredText: `Grid Tables `__/`Simple Tables `__/`CSV Table `__ + - JavaScript code (Definition of a nested list variable) + - SQLite database file - Tab-separated values (TSV) - `TOML `__ - Automatic tabular data formatting @@ -286,8 +287,11 @@ Python 2.7+ or 3.3+ - `DataPropery `__ - `dominate `__ +- `logbook `__ - `mbstrdecoder `__ - `pathvalidate `__ +- `pytablereader `__ +- `SimpleSQLite `__ - `six `__ - `toml `__ - `typepy `__ @@ -298,7 +302,6 @@ Python 2.7+ or 3.3+ Test dependencies ----------------- -- `pytablereader `__ - `pytest `__ - `pytest-runner `__ - `tox `__