Client API for openSUSE BuildService
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
osc_tiny-0.10.1.tar.gz
(64.0 kB
view hashes)
Built Distribution
osc_tiny-0.10.1-py3-none-any.whl
(82.0 kB
view hashes)
Close
Hashes for osc_tiny-0.10.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea5d8f59e283502ac79d17bbe0b7118b57a95dccfcb05fb79614b323eb0ab847 |
|
MD5 | 489ea467c877a79a96028fbc7df7caad |
|
BLAKE2b-256 | 2578fb45796f6ec04ef805d20185c42c94bd521eb311ec09886ade164593d521 |