From 85e47effcab5b0d046163b39af87a6efde7e37d7 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sun, 9 Feb 2014 00:31:33 +0100 Subject: [PATCH] sqlite2json is a tool i need to finish the imessage dumper --- sqlite2json/.gitignore | 2 ++ sqlite2json/sqlite2json.py | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 sqlite2json/.gitignore create mode 100644 sqlite2json/sqlite2json.py diff --git a/sqlite2json/.gitignore b/sqlite2json/.gitignore new file mode 100644 index 0000000..4940046 --- /dev/null +++ b/sqlite2json/.gitignore @@ -0,0 +1,2 @@ +venv + diff --git a/sqlite2json/sqlite2json.py b/sqlite2json/sqlite2json.py new file mode 100644 index 0000000..b27cdf9 --- /dev/null +++ b/sqlite2json/sqlite2json.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python + +import dataset + +