We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9111520 commit ed084c6Copy full SHA for ed084c6
netdata/__init__.py
@@ -1,8 +1,4 @@
1
-"""
2
-Copyright (c) 2016-2018 Fabian Affolter <fabian@affolter-engineering.ch>
3
-
4
-Licensed under MIT. All rights reserved.
5
+"""Client to retrieve data from a Netdata instance."""
6
import asyncio
7
import logging
8
import socket
netdata/exceptions.py
+"""Execptions for the Python Netdata client."""
class NetdataError(Exception):
0 commit comments