Skip to content
forked from SUSE/osc-tiny

Python API for the openSUSE Build Service

License

Notifications You must be signed in to change notification settings

bbrunner/osc-tiny

This branch is 1 commit ahead of, 160 commits behind SUSE/osc-tiny:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 15, 2020
Jul 16, 2020
Nov 29, 2019
Jan 8, 2020
Dec 10, 2018
Jan 8, 2020
Mar 11, 2020
Apr 23, 2019
Jan 8, 2020
Jan 10, 2020
Jan 8, 2020
Apr 23, 2019
Jun 15, 2020

Repository files navigation

OSC Tiny

Build Status

This project aims to provide a minimalistic and transparent client for accessing the OpenBuildService API.

Usage

This is a very basic example:

from osctiny import Osc

osc = Osc(
    url="https://api.opensuse.org",
    username="foobar",
    password="helloworld",
)

# This returns an LXML object
osc.requests.get(request_id=1)

# This returns an LXML object
osc.search.request(xpath="state/@name='new'")

For more documentation see https://osc-tiny.readthedocs.io/en/latest/

Contributing

Any contributions are welcome.

Links

About

Python API for the openSUSE Build Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%