From 154cc139d41c28bc29ec89fbccbc12d41ca72852 Mon Sep 17 00:00:00 2001 From: Brandon Liu Date: Tue, 16 Feb 2021 19:46:34 +0800 Subject: [PATCH] Add python package structure --- python/README.md | 0 python/bin/mbtiles2pmtiles | 0 python/bin/pmtiles-show | 0 python/pmtiles/__init__.py | 0 python/setup.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 python/README.md create mode 100644 python/bin/mbtiles2pmtiles create mode 100644 python/bin/pmtiles-show create mode 100644 python/pmtiles/__init__.py create mode 100644 python/setup.py diff --git a/python/README.md b/python/README.md new file mode 100644 index 0000000..e69de29 diff --git a/python/bin/mbtiles2pmtiles b/python/bin/mbtiles2pmtiles new file mode 100644 index 0000000..e69de29 diff --git a/python/bin/pmtiles-show b/python/bin/pmtiles-show new file mode 100644 index 0000000..e69de29 diff --git a/python/pmtiles/__init__.py b/python/pmtiles/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/python/setup.py b/python/setup.py new file mode 100644 index 0000000..e69de29