{ "info": { "author": "Kevin Walchko", "author_email": "kevin.walchko@outlook.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2 :: Only", "Topic :: System :: Shells", "Topic :: Utilities" ], "description": "=========\nPyArchey\n=========\n\n.. figure:: https://imgs.xkcd.com/comics/automation.png\n\t:align: center\n\n\n.. image:: https://travis-ci.org/walchko/pyarchey.svg?branch=master\n :target: https://travis-ci.org/walchko/pyarchey\n.. image:: https://img.shields.io/pypi/v/pyarchey.svg\n :target: https://pypi.python.org/pypi/pyarchey/\n :alt: Latest Version\n.. image:: https://img.shields.io/pypi/dm/pyarchey.svg\n :target: https://pypi.python.org/pypi/pyarchey/\n :alt: Downloads\n.. image:: https://img.shields.io/pypi/l/pyarchey.svg\n :target: https://pypi.python.org/pypi/pyarchey/\n :alt: License\n\nThis is based off the ``archey`` command (which is also python) distributed by various\nlinux, unix, and osx package managers. In order to avoid a naming conflict between them,\nI called this ``pyarchey``.\n\nPyArchey is developed for and tested under Python 2.7, no guarrentee is made\nabout its suitability for Python 3.x. Pull requests adding 3.x support are\nwelcome.\n\nCurrently, ``pyarchey`` supports logos for Arch, Fedora, LinuxMint, Ubuntu, SUSE, Debian,\nRaspbian, Gentoo, OpenBSD, generic Linux, and Slackware.\n\n::\n\n [kevin@Tardis soccer2]$ pyarchey -z\n\n ## User: kevin\n #### Hostname: Tardis.local\n ## IP: 192.168.1.4 / 58:B0:35:F2:25:D8\n ####### ####### OS: Mac OSX 10.10.5 x86_64\n ###################### Kernel: 14.5.0\n ##################### Uptime: 13 days 14 hrs 45 mins\n #################### Shell: /bin/bash\n #################### Processes: 214 running\n ##################### Packages: 113\n ###################### CPU: Intel Core2 Duo P8600 @ 2.40GHz\n #################### CPU Usage: [17.8, 13.9]\n ################ RAM: 7.0 GB/ 8.0 GB\n ### #### Disk: 219.0 / 233.0 GB\n\n\n\n pi@calculon ~/github/pyarchey $ pyarchey -z\n\n .~~. .~~. User: pi\n '. \\ ' ' / .' Hostname: calculon\n .~ .~~~..~. IP: 192.168.1.17 / B8:27:EB:0A:5A:17\n : .~.'~'.~. : OS: Raspbian 7 (wheezy) armv6l\n ~ ( ) ( ) ~ Kernel: 4.1.6+\n ( : '~'.~.'~' : ) Uptime: 15 days 21 hrs 23 mins\n ~ .~ ( ) ~. ~ Shell: /bin/bash\n ( : '~' : ) Processes: 73 running\n '~ .~~~. ~' Packages: 960\n '~' CPU: ARMv6-compatible processor rev 7 (v6l)\n CPU Usage: [1.0]\n RAM: 216.0 MB/ 229.0 MB\n Disk: 4.0 / 15.0 GB\n\n\n pi@calculon ~/github/pyarchey $ pyarchey -zj\n {\"Kernel\": \"4.1.6+\", \"Uptime\": \"15 days 21 hrs 39 mins\", \"Shell\": \"/bin/bash\",\n \"Disk\": \"4.0 / 15.0 GB\", \"IP\": \"192.168.1.17 / B8:27:EB:0A:5A:17\", \"Hostname\":\n \"calculon\", \"Processes\": \"73 running\", \"RAM\": \"215.0 MB/ 229.0 MB\", \"User\": \"pi\",\n \"CPU Usage\": \"[3.9]\", \"Packages\": 960, \"OS\": \"Raspbian 7 (wheezy) armv6l\", \"CPU\":\n \"ARMv6-compatible processor rev 7 (v6l)\"}\n\n\n-------------\nRequirements\n-------------\n\nSome of the custom code was removed and ``psutil`` was used to provide a cross-platform\nsolution.\n\n--------\nInstall\n--------\n\nThe preferred way is to use `pypi.org `_ ::\n\n pip install pyarchey\n\nYou can also do::\n\n git clone https://github.com/walchko/pyarchey.git\n cd pyarchey\n python setup.py install\n\nIf you plan on doing some development, instead of ``install`` you can do ``develop``.\n\n------\nUsage\n------\n\nTo run::\n\n\tpyarchey\n\nargs:\n\n-d, --display display ascii logos for all distributions\n-h, --help help\n-j, --json output json of system info, nothing is printed to the screen\n-z, --zeroconfig add ``.local`` to a hostname for zeroconfig to find IP address easier\n\n\n--------\nHistory\n--------\n\nAs far as I am aware, this was started by @djmelik which was then forked by\n@mikeantonacci where I forked it form him.\n\n--------------\nContributions\n--------------\n\n- Dimitris Zlatanidis (dslackw) - Slackware support\n- mikeantonacci - fixed tab errors\n- Alessandro-Barbieri - Gentoo support\n\n--------\nChanges\n--------\n============= ======== ======\nDate Version Notes\n============= ======== ======\n29 Mar 15 0.4.0 Forked\n 4 Apr 15 0.5.0 Added Apple logo, changed custom code to ``psutil``\n11 Apr 15 0.6.0 Added commandline args for: displaying ascii logos, json output, zeroconfig\n26 Aug 15 0.6.2 Minor fixes\n21 Sep 15 0.6.3 OSX now reports OSX version and minor other fixes\n22 Sep 15 0.6.4 Arch linux fix\n23 Sep 15 0.6.5 Refactoring to remove some command line programs\n23 Sep 15 0.6.6 Bug fix\n 6 Oct 15 0.6.7 Bug fix with Python 3\n20 Oct 15 0.6.8 Colored the leaves on Rpi ascii image\n 3 Jun 16 0.7 Bug fix with Python 3 and some PEP8 fixes\n============= ======== ======", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/walchko/pyarchey", "keywords": "system info,ascii art,archey", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "pyarchey", "package_url": "https://pypi.org/project/pyarchey/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyarchey/", "project_urls": { "Homepage": "https://github.com/walchko/pyarchey" }, "release_url": "https://pypi.org/project/pyarchey/0.7/", "requires_dist": null, "requires_python": "", "summary": "A simple python scrip to display an OS logo in ASCII art along with basic system information.", "version": "0.7" }, "last_serial": 2149417, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "786fd278dab835bbac2a4fe113113f2b", "sha256": "3322a80ba3fe675d0507d9ef72251e394655a2522223c07201d3a510bafef416" }, "downloads": -1, "filename": "pyarchey-0.5.tar.gz", "has_sig": false, "md5_digest": "786fd278dab835bbac2a4fe113113f2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20349, "upload_time": "2015-04-05T02:53:27", "url": "https://files.pythonhosted.org/packages/dd/d0/0f3ec0eb0818c633fbf1a5e9601b0c516227a757bda59bb2d48a606dc808/pyarchey-0.5.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "4f77afdf8c9f9817c6b23b270e0ba99a", "sha256": "fd4e695908d95fd3dd64fb1e62a2145e5f66d7f7fde84004d886f12f2002d4ad" }, "downloads": -1, "filename": "pyarchey-0.5.1.tar.gz", "has_sig": false, "md5_digest": "4f77afdf8c9f9817c6b23b270e0ba99a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20909, "upload_time": "2015-04-09T03:28:04", "url": "https://files.pythonhosted.org/packages/02/9a/036fc1ae07bc5d0dbc949c64267f200ce446141da210c9187548a90ec06f/pyarchey-0.5.1.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "80484b3c8dd72066ed8ca7f75b804933", "sha256": "e99bb4dadde3e6ed8df5019b1bb0daff5045da93442456a106f1033d3104c91d" }, "downloads": -1, "filename": "pyarchey-0.6.0.tar.gz", "has_sig": false, "md5_digest": "80484b3c8dd72066ed8ca7f75b804933", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22992, "upload_time": "2015-04-12T02:54:53", "url": "https://files.pythonhosted.org/packages/e0/b6/fc59863cf5aad79888267e8828a7c00b8d1646c3f403eb192011efc15f52/pyarchey-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "73796165adfb86e730ccb4c87b018ddc", "sha256": "104e16c7285830e3b8e38d8f5720e2ced475deee207bc61518ef90e1d45d7630" }, "downloads": -1, "filename": "pyarchey-0.6.1.tar.gz", "has_sig": false, "md5_digest": "73796165adfb86e730ccb4c87b018ddc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24478, "upload_time": "2015-05-06T03:29:54", "url": "https://files.pythonhosted.org/packages/59/3d/00b9d6bec0e4cd5e0858e581919de2bb6cfbd975306b915e80aee8cc3c15/pyarchey-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "c48f20072d1a167140a3f91b4bf3e597", "sha256": "7974e93cb386cab4f59adf0d7b9be6435998c76d69dbc08b8873eb98d234be75" }, "downloads": -1, "filename": "pyarchey-0.6.2.tar.gz", "has_sig": false, "md5_digest": "c48f20072d1a167140a3f91b4bf3e597", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24391, "upload_time": "2015-08-26T18:41:04", "url": "https://files.pythonhosted.org/packages/1a/56/336bacc9517df809639eea5d88c85c1f6817ed640d33263b275e3ff7e829/pyarchey-0.6.2.tar.gz" } ], "0.6.5": [ { "comment_text": "", "digests": { "md5": "646243f669a2c173dd37a055570234a1", "sha256": "af42bfaed59ff40aaa2f99a38533c7f3b526d6bf09f24190ad7cebb612118724" }, "downloads": -1, "filename": "pyarchey-0.6.5.tar.gz", "has_sig": false, "md5_digest": "646243f669a2c173dd37a055570234a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25011, "upload_time": "2015-09-23T20:42:42", "url": "https://files.pythonhosted.org/packages/18/96/0e92775eb343b8e1682489d415893c372334c8251d7826344bef59070e4b/pyarchey-0.6.5.tar.gz" } ], "0.6.6": [ { "comment_text": "", "digests": { "md5": "218d9b49bcfa68a38b0797a2c773c713", "sha256": "333358a34327f5d3b14927caeb3f4942db8a8f17d96ee8554f88c194621859b6" }, "downloads": -1, "filename": "pyarchey-0.6.6.tar.gz", "has_sig": false, "md5_digest": "218d9b49bcfa68a38b0797a2c773c713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25231, "upload_time": "2015-09-24T04:25:36", "url": "https://files.pythonhosted.org/packages/c6/a2/65c627c1d4ac0bec8d34c4b50925fe66693a8e0e2bcebc0bd938679d0768/pyarchey-0.6.6.tar.gz" } ], "0.6.7": [ { "comment_text": "", "digests": { "md5": "a2a5456d86dc0983eff69b748790a7cf", "sha256": "1622cba98ca41876d37244e8979eee237560f33797a3c6b08dabd6e339901804" }, "downloads": -1, "filename": "pyarchey-0.6.7.tar.gz", "has_sig": false, "md5_digest": "a2a5456d86dc0983eff69b748790a7cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25121, "upload_time": "2015-10-07T04:11:56", "url": "https://files.pythonhosted.org/packages/f5/51/6ecdae26471a06f73972c0b4b5e220f858d0ec7008053d86ef54f927bda7/pyarchey-0.6.7.tar.gz" } ], "0.6.8": [ { "comment_text": "", "digests": { "md5": "e25b2fb36e483befd6e6d1fa42b2fced", "sha256": "fb35a097810acd5014f764c7e174b52328a953d341102f6ffbbf011a676d6b3f" }, "downloads": -1, "filename": "pyarchey-0.6.8.tar.gz", "has_sig": false, "md5_digest": "e25b2fb36e483befd6e6d1fa42b2fced", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25179, "upload_time": "2015-10-21T04:18:10", "url": "https://files.pythonhosted.org/packages/0d/e4/e45f5fa23a483fd48cdfdd846ef9325c070ec7e58fe18cfdf7914820dac8/pyarchey-0.6.8.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "b953c5e1d135fafbb8ea1096b25e23bb", "sha256": "6fad57f8b87c26fe08cfc2d3cc79f1587a5db157155046b9d2aa51fcfa17bc88" }, "downloads": -1, "filename": "pyarchey-0.7.tar.gz", "has_sig": false, "md5_digest": "b953c5e1d135fafbb8ea1096b25e23bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25342, "upload_time": "2016-06-03T17:05:43", "url": "https://files.pythonhosted.org/packages/b5/92/f14e25f1aac20ec32870954697375e310a3052b17d8420450169cfeb1432/pyarchey-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b953c5e1d135fafbb8ea1096b25e23bb", "sha256": "6fad57f8b87c26fe08cfc2d3cc79f1587a5db157155046b9d2aa51fcfa17bc88" }, "downloads": -1, "filename": "pyarchey-0.7.tar.gz", "has_sig": false, "md5_digest": "b953c5e1d135fafbb8ea1096b25e23bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25342, "upload_time": "2016-06-03T17:05:43", "url": "https://files.pythonhosted.org/packages/b5/92/f14e25f1aac20ec32870954697375e310a3052b17d8420450169cfeb1432/pyarchey-0.7.tar.gz" } ] }