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.7.11.tar.gz
(56.1 kB
view hashes)
Built Distribution
osc_tiny-0.7.11-py3-none-any.whl
(71.2 kB
view hashes)
Close
Hashes for osc_tiny-0.7.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8521c28d8cefbead8028b37dc4418164bd33f11e8638c70fe81d5fddc69770a1 |
|
MD5 | f77e2ce04d8ba5808a2c484595d9aa16 |
|
BLAKE2b-256 | 6ce4666c3068e452f6970e4dba82bfd3d43b3a882684a682fdc13a26c7bee9c8 |