File: __init__.py

package info (click to toggle)
influxdb-python 0.1.12-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 156 kB
  • ctags: 97
  • sloc: python: 571; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
# -*- coding: utf-8 -*-
from influxdb.client import InfluxDBClient


__all__ = ['InfluxDBClient']

__version__ = '0.1.12'