{ "info": { "author": "Renyi Khor", "author_email": "renyi.ace@gmail.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 :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: System :: Shells", "Topic :: Utilities" ], "description": "=========\nPyArchey2\n=========\n\nPyArchey2 drops support for Python 2.7. The motivation for PyArchey2 is performance. Main \nchanges includes multi-threading to speed up information gathering and uses f-strings for \nstring formatting. Also, added logging and bytes labels are expanded to yottabytes.\n\n---\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 pyarchey2\n\nYou can also do::\n\n git clone https://github.com/renyi/pyarchey2.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--verbose enables more verbose messages\n--debug print debug messages\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\n19 Jul 19 2.0.0 Dropped Python 2 support.\n Added multithreading and queues to speed up information gathering.\n Added logging.\n Allow output() to override json.dumps().\n Use f-strings for string formatting.\n Added format_bytes to fix some bugs and expand labels to yottabyte.\n============= ======== ======", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/renyi/pyarchey2", "keywords": "system info,ascii art,archey", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "pyarchey2", "package_url": "https://pypi.org/project/pyarchey2/", "platform": "", "project_url": "https://pypi.org/project/pyarchey2/", "project_urls": { "Homepage": "https://github.com/renyi/pyarchey2" }, "release_url": "https://pypi.org/project/pyarchey2/2.0.5/", "requires_dist": null, "requires_python": "", "summary": "PyArchey2 is a fork of PyArchey. It is an attempt to speed up PyArchey by introducing multithreading and dropping support for Python2.", "version": "2.0.5" }, "last_serial": 5779487, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "0daa067f766b70a8d48a6846539ded85", "sha256": "595076fc0359afe6e85c76859c4a16fc43145768af388a02b5c78450f5bd93d0" }, "downloads": -1, "filename": "pyarchey2-2.0.0.tar.gz", "has_sig": false, "md5_digest": "0daa067f766b70a8d48a6846539ded85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27162, "upload_time": "2019-08-20T04:42:00", "url": "https://files.pythonhosted.org/packages/f8/e7/a6d6de29bd09d686dbf3e1968b081d1b8a0259816047935331d4093c0cdb/pyarchey2-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "2cc25652b13af598d60db69d92a8bef9", "sha256": "b1e9c88b24f3fd7de48b886d76b654d25375fbb721ef20069050c5e9873ba48b" }, "downloads": -1, "filename": "pyarchey2-2.0.1.tar.gz", "has_sig": false, "md5_digest": "2cc25652b13af598d60db69d92a8bef9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27175, "upload_time": "2019-09-04T05:53:49", "url": "https://files.pythonhosted.org/packages/49/f5/bc6055821b4d2e72a3bb24409ea7a1e551fde8fc81eef8a1b5430130b793/pyarchey2-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "cde4269b8cb6388133d315725d26448e", "sha256": "d807074e64846f711b8382871ccd96b4a90d7a9bf585787c8112c9bdf7aca170" }, "downloads": -1, "filename": "pyarchey2-2.0.2.tar.gz", "has_sig": false, "md5_digest": "cde4269b8cb6388133d315725d26448e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27161, "upload_time": "2019-09-04T05:59:25", "url": "https://files.pythonhosted.org/packages/ec/bb/ca6cc523ee986e207e7ca80583c49b6dcbd6ce6e5677880a2dd3d068c33a/pyarchey2-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "097030de6b3b79001c7c221852f52211", "sha256": "ad111fefec7b2bc6171a8e4eb62d5b51a04da3625a37fb50aabe02d3302a1588" }, "downloads": -1, "filename": "pyarchey2-2.0.3.tar.gz", "has_sig": false, "md5_digest": "097030de6b3b79001c7c221852f52211", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27180, "upload_time": "2019-09-04T06:07:37", "url": "https://files.pythonhosted.org/packages/bd/92/59cdd426dc1fbbb5c6d74f5535d9357432b0d93e2cdbe7fc78aad2bde94f/pyarchey2-2.0.3.tar.gz" } ], "2.0.4": [ { "comment_text": "", "digests": { "md5": "2150d8725ddaf82ca30e0290246e76c1", "sha256": "c85ec4a5f8676f9d2dd6cdd697130336729bd55203911799d59003631ee929b2" }, "downloads": -1, "filename": "pyarchey2-2.0.4.tar.gz", "has_sig": false, "md5_digest": "2150d8725ddaf82ca30e0290246e76c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27170, "upload_time": "2019-09-04T06:16:45", "url": "https://files.pythonhosted.org/packages/f0/95/614783e38c27f1e53bea5264f5fd716656d7067f2040411ee710233241b7/pyarchey2-2.0.4.tar.gz" } ], "2.0.5": [ { "comment_text": "", "digests": { "md5": "a43d68ed983386197baa9e5d539d982b", "sha256": "ffcfb8408ab902fb8aa2ca9bb715a30264634ada5ca275fdd98f9ac03b11a4ba" }, "downloads": -1, "filename": "pyarchey2-2.0.5.tar.gz", "has_sig": false, "md5_digest": "a43d68ed983386197baa9e5d539d982b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27148, "upload_time": "2019-09-04T06:19:21", "url": "https://files.pythonhosted.org/packages/83/1a/ff6b4872e723b05b7c28c7036f4c0414ef23bfc05192d4a2791707aae522/pyarchey2-2.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a43d68ed983386197baa9e5d539d982b", "sha256": "ffcfb8408ab902fb8aa2ca9bb715a30264634ada5ca275fdd98f9ac03b11a4ba" }, "downloads": -1, "filename": "pyarchey2-2.0.5.tar.gz", "has_sig": false, "md5_digest": "a43d68ed983386197baa9e5d539d982b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27148, "upload_time": "2019-09-04T06:19:21", "url": "https://files.pythonhosted.org/packages/83/1a/ff6b4872e723b05b7c28c7036f4c0414ef23bfc05192d4a2791707aae522/pyarchey2-2.0.5.tar.gz" } ] }