Skip to main content

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


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

android_category-0.0.4-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page