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
Release files for osc-tiny 0.12.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| osc_tiny-0.12.0.tar.gz | 67.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| osc_tiny-0.12.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 155.3 kB
Release files / osc_tiny-0.12.0.tar.gz
| Download URL | osc_tiny-0.12.0.tar.gz |
|---|---|
| Size | 67.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ab22ecd0ae5640fb43f405b9b1e674314ba43bc6fc574cc6d118bfaa3d44e092
|
|
BLAKE2b-256 checksum How to use checksums |
295846f6c9af76c01329a57dd091660bc591648fd9e58fd952f7c05891066eb0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Release files / osc_tiny-0.12.0-py3-none-any.whl
| Download URL | osc_tiny-0.12.0-py3-none-any.whl |
|---|---|
| Size | 87.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b0ec7f69e6acc06cb46845e1c48deefc7c1ec2731b132e457ab8a3a8fee7da27
|
|
BLAKE2b-256 checksum How to use checksums |
d700f751659cf1ae81edfd6632be2fa2e93f8dc0144fdc14ff9a099ebb1cc3cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|