# 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:
```bash
pip install package_name_checker
```
## Usage
### Example Code
Here's an example of how to use `package_name_checker`:
```python
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 `LICENSE` file 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](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.
Raw data
{
"_id": null,
"home_page": "https://github.com/shishir1337/playstore_app_package_name_checker_package",
"name": "package-name-checker",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "flask google-play-store scraper",
"author": "Md. Shishir Ahmed",
"author_email": "mdshishirahmed811@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ad/44/2ceced3a0f473bb9339cfb960e8aa75c62db9184d2397243980b51096f0e/package_name_checker-1.0.0.tar.gz",
"platform": null,
"description": "# Package Name Checker\r\n\r\nPackage Name Checker is a Python package that allows you to check the uniqueness of app package names on the Google Play Store.\r\n\r\n## Installation\r\n\r\nYou can install `package_name_checker` via pip:\r\n\r\n```bash\r\npip install package_name_checker\r\n```\r\n\r\n## Usage\r\n\r\n### Example Code\r\n\r\nHere's an example of how to use `package_name_checker`:\r\n\r\n```python\r\nfrom package_name_checker import PackageNameChecker\r\n\r\n# Initialize PackageNameChecker\r\nchecker = PackageNameChecker()\r\n\r\n# Example usage to check a package name\r\npackage_name = \"com.facebook.katana\"\r\nresult = checker.check_package_name(package_name)\r\n\r\nif result:\r\n print(f\"Package name '{package_name}' exists on Google Play Store.\")\r\n print(f\"Details: {result}\")\r\nelse:\r\n print(f\"Package name '{package_name}' does not exist on Google Play Store.\")\r\n```\r\n\r\n### Notes:\r\n- 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.\r\n- Make sure to include a `LICENSE` file in your project directory with the appropriate license text (e.g., MIT License).\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n```\r\n\r\nThis 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.\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Flask application to check app details from Google Play Store based on package names.",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/shishir1337/playstore_app_package_name_checker_package"
},
"split_keywords": [
"flask",
"google-play-store",
"scraper"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "98058cd7dd2c98fac821b5b93124bb49625a036f654825a995c6ed9f0f30f531",
"md5": "5b9ab1a71f9e39b14a41b884adb55f1c",
"sha256": "44609753e4be91b5a75538b89ff2a1ad554efc0192082f04acedde0c51194d18"
},
"downloads": -1,
"filename": "package_name_checker-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5b9ab1a71f9e39b14a41b884adb55f1c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3785,
"upload_time": "2024-07-13T17:15:54",
"upload_time_iso_8601": "2024-07-13T17:15:54.979739Z",
"url": "https://files.pythonhosted.org/packages/98/05/8cd7dd2c98fac821b5b93124bb49625a036f654825a995c6ed9f0f30f531/package_name_checker-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ad442ceced3a0f473bb9339cfb960e8aa75c62db9184d2397243980b51096f0e",
"md5": "d18017e03f932a29886eda17fbb3d63e",
"sha256": "2517a12d32ba59ccf0f2a1f87433b60d093a6d98601dfdfbf674dfe056c4e113"
},
"downloads": -1,
"filename": "package_name_checker-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "d18017e03f932a29886eda17fbb3d63e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3156,
"upload_time": "2024-07-13T17:15:56",
"upload_time_iso_8601": "2024-07-13T17:15:56.524095Z",
"url": "https://files.pythonhosted.org/packages/ad/44/2ceced3a0f473bb9339cfb960e8aa75c62db9184d2397243980b51096f0e/package_name_checker-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-13 17:15:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shishir1337",
"github_project": "playstore_app_package_name_checker_package",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "package-name-checker"
}