KSoftAPI.py
The official Python Wrapper
Install
Installing via pip: pip install ksoftapi
Example Usage:
import ksoftapi
kclient = ksoftapi.Client('Your API key here')
async def find_lyrics(query: str):
try:
results = await kclient.music.lyrics(query)
except ksoftapi.NoResults:
print('No lyrics found for ' + query)
else:
first = results[0]
print(first.lyrics)
Release files for ksoftapi 0.4.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ksoftapi-0.4.1.tar.gz | 9.7 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ksoftapi-0.4.1-py3.8.egg | Legacy Egg format | - | - | Details |
| ksoftapi-0.4.1-py3.7.egg | Legacy Egg format | - | - | Details |
| ksoftapi-0.4.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 88.9 kB
Release files / ksoftapi-0.4.1.tar.gz
| Download URL | ksoftapi-0.4.1.tar.gz |
|---|---|
| Size | 9.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
129637eb36c3b9e275b8e95810f69fc52ff1040358c1c80c8867ef7892c76a52
|
|
BLAKE2b-256 checksum How to use checksums |
5378915fb7556ed7307686cf5f540453944978411c4c0af4eb3906fff08cd410
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.8
|
Release files / ksoftapi-0.4.1-py3.8.egg
| Download URL | ksoftapi-0.4.1-py3.8.egg |
|---|---|
| Size | 27.6 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
7c55dc6a82ca7f3b321082e52071b3b3a4509f77dfd713e27e96c7fd73a2e588
|
|
BLAKE2b-256 checksum How to use checksums |
d899b0fa88ee62007e80a8417fe5c6b492b0ee47b94a4282039c812f14f0510f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.8
|
Release files / ksoftapi-0.4.1-py3.7.egg
| Download URL | ksoftapi-0.4.1-py3.7.egg |
|---|---|
| Size | 27.5 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
11a86abecc3b8548577587b791b7da53df235d8b3927ac55e4168f97a85f006c
|
|
BLAKE2b-256 checksum How to use checksums |
debb70b913b1e44ddfcaf839af46b140332840bfc812b0bdba0358e61074608f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.8
|
Release files / ksoftapi-0.4.1-py3-none-any.whl
| Download URL | ksoftapi-0.4.1-py3-none-any.whl |
|---|---|
| Size | 24.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1c32bd3483ab132cec204022c534033d1036125451b4ce27a1ad1380ac15a0a3
|
|
BLAKE2b-256 checksum How to use checksums |
87a06b89d1091672df3225bb39c167021bbfc655841bf0a6dccafbf4252148c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.8
|