KooPy: Koo for Python!
KooPy is a Python library for KooApp.
This is a very basic version with only the most basic functions.
Installation
Use the package manager pip to install KooPy.
pip install kooPy
pip install kooPy --upgrade
Usage
from kooPy import Koo
# Initialize
ku = Koo()
# Get User Profile
profile = ku.getUserProfile('virat.kohli', format='dict', method='filter')
# Get User Koos
user_koos = ku.getUserKoos('virat.kohli', format='dict', method='filter', limit=10)
# Get Trending Koos
trending = ku.getTrendingKoos(format='dict', method='filter', limit=5)
Contributing
Pull requests are welcome. For major changes, you can also open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Release files for kooPy 0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kooPy-0.4.tar.gz | 4.1 kB | Details |
Release files / kooPy-0.4.tar.gz
| Download URL | kooPy-0.4.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
68c510290cd906c34d4c25b870950cdf11cb1209a60757fe5e8545f55c70d186
|
|
BLAKE2b-256 checksum How to use checksums |
ab62e908e3da6d6fef683db765e63782dbd5ead3c57ca3a46593454838e4d48f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.6.3 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.1
|