A Flask application to check app details from Google Play Store based on package names.
Project description
Package Name Checker
Package Name Checker is a Python package that allows you to check the uniqueness of app package names on the Google Play Store.
Installation
You can install package_name_checker via pip:
pip install package_name_checker
Usage
Example Code
Here's an example of how to use package_name_checker:
from package_name_checker import PackageNameChecker
# Initialize PackageNameChecker
checker = PackageNameChecker()
# Example usage to check a package name
package_name = "com.facebook.katana"
result = checker.check_package_name(package_name)
if result:
print(f"Package name '{package_name}' exists on Google Play Store.")
print(f"Details: {result}")
else:
print(f"Package name '{package_name}' does not exist on Google Play Store.")
Notes:
- Ensure you have set up your Google Custom Search API and obtained the necessary API key and search engine ID (
cx). Replace"your_google_custom_search_api_key"and"your_search_engine_id"with your actual API key and search engine ID from Google Developer Console. - Make sure to include a
LICENSEfile in your project directory with the appropriate license text (e.g., MIT License).
License
This project is licensed under the MIT License - see the LICENSE file for details.
This README.md file now provides a basic structure for users to understand what your package does, how to install it, and how to use it with an example code snippet. Adjust the content and sections according to your specific package details and requirements.
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file package_name_checker-1.0.0.tar.gz.
File metadata
- Download URL: package_name_checker-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2517a12d32ba59ccf0f2a1f87433b60d093a6d98601dfdfbf674dfe056c4e113
|
|
| MD5 |
d18017e03f932a29886eda17fbb3d63e
|
|
| BLAKE2b-256 |
ad442ceced3a0f473bb9339cfb960e8aa75c62db9184d2397243980b51096f0e
|
File details
Details for the file package_name_checker-1.0.0-py3-none-any.whl.
File metadata
- Download URL: package_name_checker-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44609753e4be91b5a75538b89ff2a1ad554efc0192082f04acedde0c51194d18
|
|
| MD5 |
5b9ab1a71f9e39b14a41b884adb55f1c
|
|
| BLAKE2b-256 |
98058cd7dd2c98fac821b5b93124bb49625a036f654825a995c6ed9f0f30f531
|