Last updated:
0 purchases
osctiny 0.10.3
OSC Tiny
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
https://osc-tiny.readthedocs.io/en/latest/
https://openbuildservice.org/
https://build.opensuse.org/apidocs/index
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.