commit e88c92bbc1cccabaf705835c6501398ec4757e28 Author: Julian Daube Date: Thu Jul 4 22:03:14 2019 +0200 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bee8a64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ diff --git a/README.md b/README.md new file mode 100644 index 0000000..7728b81 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +A simple gds ii streaming file parsing library written in python