summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obsapi/sourceapi.py25
1 files changed, 24 insertions, 1 deletions
diff --git a/obsapi/sourceapi.py b/obsapi/sourceapi.py
index 1d4ba56..da01d3b 100644
--- a/obsapi/sourceapi.py
+++ b/obsapi/sourceapi.py
@@ -1,5 +1,28 @@
# -*- coding: utf-8 -*-
-#
+"""
+Python OBS 'source' API
+~~~~~~~~~~~~~~~~~~~~~~~
+
+This module provides the ObsSourceAPI class used for accessing
+the `Open Build Service <https://openbuildservice.org/>'_ APIs
+related to `sources <https://build.opensuse.org/apidocs/index>`_.
+
+:copyright: Copyright (c) 2015-2020 Scott Bahling
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 as
+ published by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program (see the file COPYING); if not, write to the
+ Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+:license: GPL-2.0, see COPYING for details
+"""
from obsapi.httpapi import ObsHttpApi