diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2016-07-23 18:42:06 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2016-07-23 18:42:40 +0200 |
commit | 76289024543fbfb6df3d07f61f15eabc623dd246 (patch) | |
tree | 5f7e7a86e42f26e8afe3b4437f77e9e4100280ee /pyinflux/__init__.py | |
parent | f019accc6f20ef97e95b9b6a3f776aefb5ebd62b (diff) | |
download | pyinflux-76289024543fbfb6df3d07f61f15eabc623dd246.tar.gz pyinflux-76289024543fbfb6df3d07f61f15eabc623dd246.zip |
restructure code
rename module to pyinflux
split in client and parser package. the parser depends also on funcparserlib
contains 3 examples of strange influxdb behavior
Diffstat (limited to 'pyinflux/__init__.py')
-rw-r--r-- | pyinflux/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyinflux/__init__.py b/pyinflux/__init__.py new file mode 100644 index 0000000..bc63beb --- /dev/null +++ b/pyinflux/__init__.py @@ -0,0 +1 @@ +# empty
\ No newline at end of file |