osc-tiny 0.3.2
pip install osc-tiny==0.3.2
Newer version available (0.10.6)
Released:
Client API for openSUSE BuildService
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Andreas Hasenkopf
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License (MIT)
- Author: Andreas Hasenkopf
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
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
File details
Details for the file osc-tiny-0.3.2.tar.gz
.
File metadata
- Download URL: osc-tiny-0.3.2.tar.gz
- Upload date:
- Size: 43.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c1f4bf37b2810d6f550f10b1cfee19739a710cefd2408cda31c1cbd7c342315 |
|
MD5 | 9cebcb7e390a77ef3c0b87e6959ee9ce |
|
BLAKE2b-256 | ba4fdd4bfc07a94bcfd9bf88621f982b1421d3a36ae123e59333eedb1fe18122 |