Tool to retrieve the category of an app given a url to the source code (git/local).
Project description
android_category
Tool to retrieve the category of an app given a url to the source code (git/local).
Install
pip install android-category
Usage
As a library
from android_category import android_category
repo = "https://github.com/ccrama/Slide/"
category = android_category.get_app_category_from_repo_git()
print(category)
Should output:
NEWS_AND_MAGAZINES
CLI
We can also run the tool in the command line:
android_category https://github.com/ccrama/Slide/
Should output:
NEWS_AND_MAGAZINES
Get more options by running:
android_category --help
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file android_category-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: android_category-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0610e0581fef100c0cd7d48b17819ebb389fc5803bcd10b6cb8a358ed99da3fa |
|
MD5 | d193563d943edf793859f153e6156624 |
|
BLAKE2b-256 | b200725c4c642d1e89853edbac2b4deadf7d5b7106724572cb357872f0bdbd8c |