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.8.tar.gz
(66.4 kB
view details)
Built Distribution
osc_tiny-0.10.8-py3-none-any.whl
(84.9 kB
view details)
File details
Details for the file osc_tiny-0.10.8.tar.gz
.
File metadata
- Download URL: osc_tiny-0.10.8.tar.gz
- Upload date:
- Size: 66.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
33a7d00ed0cd498b20e7f5997a20d58eb3987516cfe632c87003da1eff29a276
|
|
MD5 |
8c59adfa7a47fa3c2dc5441626dda198
|
|
BLAKE2b-256 |
f313d84dbe5c883a554cab37965c918b112dc45492a779227a236c953b16252c
|
File details
Details for the file osc_tiny-0.10.8-py3-none-any.whl
.
File metadata
- Download URL: osc_tiny-0.10.8-py3-none-any.whl
- Upload date:
- Size: 84.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
86f8cebc91661d3674ba76827119dc543ffacd79f9774fc165b9ec820cc4c9d3
|
|
MD5 |
e1c8b210b33cefb6507bdc3209c0d175
|
|
BLAKE2b-256 |
c31817c70c8b2f8563bc4e4e707e9012d8aeb5728169a4bc68388ef3b6c594c1
|