{ "info": { "author": "akingscote", "author_email": "ashleykingscote@hotmail.co.uk", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# johndoe\n\nThe intention of this application is to test whether your environment will download any package from PyPi.\nPyPi allows anybody (even John Doe) to upload packages to the internet, but a companies infrastructure\nshould have suitable measures in place so that only trusted packages are downloaded.\n\nThe package tries to find some interesting data on your machine and prints them to the console.\nIf this was a genuinely malicious program, it could be sending the information to an unsavoury destination.\n\nHopefully the app highlights some flaws in processes, or at least confirms their usefulness.\n\n## Usage\n```\nfrom johndoe import findinfo\nfrom pprint import pprint\n\nhostname = findinfo.findHostName()\ndomainname = findinfo.getDomainName()\ncpu_percent = findinfo.getCpu()\nuser = findinfo.getUser()\ngpinfo = findinfo.getGroupPolicyInfo()\n\nprint(\"hostname is {}\".format(hostname))\nprint(\"domain name is {}\".format(domainname))\nprint(\"cpu percentaage is {}\".format(cpu_percent))\nprint(\"user is {}\".format(user))\npprint(\"group policy info is {}\".format(gpinfo))\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://gitlab.com/Kingscote", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "johndoe", "package_url": "https://pypi.org/project/johndoe/", "platform": "", "project_url": "https://pypi.org/project/johndoe/", "project_urls": { "Homepage": "https://gitlab.com/Kingscote" }, "release_url": "https://pypi.org/project/johndoe/0.0.1/", "requires_dist": [ "psutil" ], "requires_python": ">=3.4", "summary": "package for testing package installation process", "version": "0.0.1" }, "last_serial": 5829103, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "df17088382b0290b82f06ad89f3a1765", "sha256": "1e7ea7ea5f8fbb5a43230e836a5a4f7cb66366edfc496620cd8b059944ebab2f" }, "downloads": -1, "filename": "johndoe-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "df17088382b0290b82f06ad89f3a1765", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 3082, "upload_time": "2019-09-14T11:26:13", "url": "https://files.pythonhosted.org/packages/cb/7c/957f251f8fa342226ea2b3c7e7629e4b304fde7d6e7f05fc8899c71c08fb/johndoe-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6682a4069eeb0355f2ca01e626437fb7", "sha256": "9b79d45fc6728286952ab5c4c5e49da559d6a006599229b71d4799123c17fb96" }, "downloads": -1, "filename": "johndoe-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6682a4069eeb0355f2ca01e626437fb7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 1919, "upload_time": "2019-09-14T11:26:15", "url": "https://files.pythonhosted.org/packages/6d/be/84fd30e13ad5a5e47907f2ba121174fa64d8bf30cb5bd291c5eb77137ef5/johndoe-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df17088382b0290b82f06ad89f3a1765", "sha256": "1e7ea7ea5f8fbb5a43230e836a5a4f7cb66366edfc496620cd8b059944ebab2f" }, "downloads": -1, "filename": "johndoe-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "df17088382b0290b82f06ad89f3a1765", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 3082, "upload_time": "2019-09-14T11:26:13", "url": "https://files.pythonhosted.org/packages/cb/7c/957f251f8fa342226ea2b3c7e7629e4b304fde7d6e7f05fc8899c71c08fb/johndoe-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6682a4069eeb0355f2ca01e626437fb7", "sha256": "9b79d45fc6728286952ab5c4c5e49da559d6a006599229b71d4799123c17fb96" }, "downloads": -1, "filename": "johndoe-0.0.1.tar.gz", "has_sig": false, "md5_digest": "6682a4069eeb0355f2ca01e626437fb7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 1919, "upload_time": "2019-09-14T11:26:15", "url": "https://files.pythonhosted.org/packages/6d/be/84fd30e13ad5a5e47907f2ba121174fa64d8bf30cb5bd291c5eb77137ef5/johndoe-0.0.1.tar.gz" } ] }