{ "info": { "author": "Jake Wharton", "author_email": "jakewharton@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "PID Cat\n=======\n\nAn update to Jeff Sharkey's excellent [logcat color script][1] which only shows\nlog entries for processes from a specific application package.\n\nDuring application development you often want to only display log messages\ncoming from your app. Unfortunately, because the process ID changes every time\nyou deploy to the phone it becomes a challenge to grep for the right thing.\n\nThis script solves that problem by filtering by application package. Supply the\ntarget package as the sole argument to the python script and enjoy a more\nconvenient development process.\n\n pidcat com.oprah.bees.android\n\n\nHere is an example of the output when running for the Google Plus app:\n\n![Example screen](screen.png)\n\n\nInstall\n-------\n\nGet the script:\n\n * OS X: Use [Homebrew][2].\n\n brew install pidcat\n\n If you need to install the latest development version\n\n brew unlink pidcat \n brew install --HEAD pidcat\n\n * Arch Linux : Install the package called `pidcat-git` from the [AUR][4].\n\n * Others: Download the `pidcat.py` and place it on your PATH.\n\n\nMake sure that `adb` from the [Android SDK][3] is on your PATH. This script will\nnot work unless this is that case. That means, when you type `adb` and press\nenter into your terminal something actually happens.\n\nTo include `adb` and other android tools on your path:\n\n export PATH=$PATH:/platform-tools\n export PATH=$PATH:/tools\n\nInclude these lines in your `.bashrc` or `.zshrc`.\n\n*Note:* `` should be absolute and not relative.\n\n [1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/\n [2]: http://brew.sh\n [3]: http://developer.android.com/sdk/\n [4]: https://aur.archlinux.org/packages/pidcat-git/\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JakeWharton/pidcat", "keywords": "", "license": "(MIT OR Apache-2.0)", "maintainer": "", "maintainer_email": "", "name": "pidcat-pip", "package_url": "https://pypi.org/project/pidcat-pip/", "platform": "", "project_url": "https://pypi.org/project/pidcat-pip/", "project_urls": { "Homepage": "https://github.com/JakeWharton/pidcat" }, "release_url": "https://pypi.org/project/pidcat-pip/2.1.0/", "requires_dist": null, "requires_python": "", "summary": "Colored logcat script which only shows log entries for a specific application package.", "version": "2.1.0" }, "last_serial": 5499132, "releases": { "2.1.0": [ { "comment_text": "", "digests": { "md5": "9fb8d1a52ab43c2210125b3ea09b0200", "sha256": "217462238f9ffecbd765ede03a9cd67074f645b09eaa68117084041b069724ba" }, "downloads": -1, "filename": "pidcat_pip-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9fb8d1a52ab43c2210125b3ea09b0200", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6492, "upload_time": "2019-07-08T06:18:34", "url": "https://files.pythonhosted.org/packages/73/dc/eb9b68b39562b36e9a7666dd0da04a81f92e0a076117d6e57d9cb322d9de/pidcat_pip-2.1.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9fb8d1a52ab43c2210125b3ea09b0200", "sha256": "217462238f9ffecbd765ede03a9cd67074f645b09eaa68117084041b069724ba" }, "downloads": -1, "filename": "pidcat_pip-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9fb8d1a52ab43c2210125b3ea09b0200", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6492, "upload_time": "2019-07-08T06:18:34", "url": "https://files.pythonhosted.org/packages/73/dc/eb9b68b39562b36e9a7666dd0da04a81f92e0a076117d6e57d9cb322d9de/pidcat_pip-2.1.0-py3-none-any.whl" } ] }