{ "info": { "author": "Walter Purcaro", "author_email": "vuolter@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System", "Topic :: System :: Filesystems", "Topic :: Utilities" ], "description": "pySSD\n=====\n\nTable of contents\n-----------------\n\n- `Description`_\n- `Installation`_\n- `Usage`_\n\nDescription\n-----------\n\nA tiny, but effective, Solid-State Drive checker for Python.\n\nWorking on Windows, macOS and linux.\n\nInstallation\n------------\n\nType in your command shell **with *administrator/root* privileges**:\n\n::\n\n pip install ssd\n\nIn Unix-based systems, this is generally achieved by superseding the\ncommand ``sudo``.\n\n::\n\n sudo pip install ssd\n\nIf the above commands fail, consider installing it with the option\n`--user`_:\n\n::\n\n pip install --user ssd\n\nIf in your system missing the command ``pip``, but you're sure you have\ninstalled the `Python Interpreter`_ and the package ``setuptools``\n(>=20.8.1), you can try to install **pySSD** from the sources, in this\nway:\n\n1. Get the latest tarball of the source code in format `ZIP`_ or `TAR`_.\n2. Extract the downloaded archive.\n3. From the extracted path, launch the command\n ``python setup.py install``.\n\nUsage\n-----\n\nImport in your script the module ``sdd`` and call its function\n``is_ssd``.\n\n::\n\n from ssd import is_ssd\n\n is_ssd('/path/to/file-or-dir-or-dev')\n\nReturn value will be ``True`` if the drive, where the given path is\nlocated, was recognized as SSD, otherwise ``False``.\n\n **Note:** Ramdisks are always recognized as SSD under Windows.\n\n*That's All Folks!*\n\n.. _Description: #description\n.. _Installation: #installation\n.. _Usage: #usage\n.. _--user: https://pip.pypa.io/en/latest/user_guide/#user-installs\n.. _Python Interpreter: https://www.python.org\n.. _ZIP: https://github.com/vuolter/pySSD/archive/master.zip\n.. _TAR: https://github.com/vuolter/pySSD/archive/master.tar.gz\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/vuolter/pySSD/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/vuolter/pySSD", "keywords": "ssd pyssd", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ssd", "package_url": "https://pypi.org/project/ssd/", "platform": "any", "project_url": "https://pypi.org/project/ssd/", "project_urls": { "Download": "https://github.com/vuolter/pySSD/releases", "Homepage": "https://github.com/vuolter/pySSD" }, "release_url": "https://pypi.org/project/ssd/1.0.0/", "requires_dist": [ "psutil; os_name != \"nt\"", "pypiwin32 (>=154); os_name == \"nt\"", "wmi; os_name == \"nt\"" ], "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "summary": "Solid-State Drive Checker", "version": "1.0.0" }, "last_serial": 3041986, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1d9a499ccc11ea7e3b72d7a7261af122", "sha256": "c74765113d5e5ac0c8da2c6e4ffee20014d54d5c7d9bf4911fa711c93a37fb2b" }, "downloads": -1, "filename": "ssd-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1d9a499ccc11ea7e3b72d7a7261af122", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 4686, "upload_time": "2017-07-16T01:29:51", "url": "https://files.pythonhosted.org/packages/c0/df/39d33b17f22af765bbb390d38ef139701efd85f4a53e15aa54a4e05d231f/ssd-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1046d76089f76940917f441de31670cd", "sha256": "91e4d46b8fad209059002eb300f393159ab8e2419f30fb5af2533ccbd970c347" }, "downloads": -1, "filename": "ssd-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1046d76089f76940917f441de31670cd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 3192, "upload_time": "2017-07-16T01:29:53", "url": "https://files.pythonhosted.org/packages/65/be/7276ea51f401e79090a99d7e46370caeda340347a2a732887006d7dd9dfb/ssd-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "c69ebb57ca9caa6025b88d990991419e", "sha256": "5693e9d66ae685d3f58dd2f691fe500e8398ec51672bb62ee0fdc0e1def5e25b" }, "downloads": -1, "filename": "ssd-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c69ebb57ca9caa6025b88d990991419e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 4690, "upload_time": "2017-07-16T02:01:32", "url": "https://files.pythonhosted.org/packages/5b/1c/646d15c363b2bdbccc42fa2b99fa7702735cd302f4c395a11c17a98b61c4/ssd-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "17c3adc150cdfc72ba5b2071a8dff7e0", "sha256": "604c5399f1745e46e6e82f7ffa2cae032211fe783d43f8ffff6a5ca8590b4e55" }, "downloads": -1, "filename": "ssd-0.1.1.tar.gz", "has_sig": false, "md5_digest": "17c3adc150cdfc72ba5b2071a8dff7e0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 3156, "upload_time": "2017-07-16T02:01:33", "url": "https://files.pythonhosted.org/packages/6b/af/96a2c0ca64a6628c033e1c3e8cc26525cf3a681dc6067152a559889b96af/ssd-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "381558bbff3451ba82fe73f66e9be1d0", "sha256": "62ad17afd0aa253b5c48189cdfd5673a65fa5b13a8d880b3f09004f208c1dc0b" }, "downloads": -1, "filename": "ssd-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "381558bbff3451ba82fe73f66e9be1d0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 4705, "upload_time": "2017-07-16T03:43:23", "url": "https://files.pythonhosted.org/packages/18/59/6032eccf7df4f50875971cb499647d8b49d6c66a5154c7bb42a078ab250c/ssd-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8d30f7409923d0256daa3c78b6c9a7a4", "sha256": "b6814698a168f615ab69751e9e8a9855025ed9bd7cf4af8001e7c5b3e45cfcd0" }, "downloads": -1, "filename": "ssd-0.1.2.tar.gz", "has_sig": false, "md5_digest": "8d30f7409923d0256daa3c78b6c9a7a4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 3177, "upload_time": "2017-07-16T03:43:25", "url": "https://files.pythonhosted.org/packages/f5/82/f64ec88a39e0bac3bf01d7c5e5aa09bfa92ea2d8967028a05d1b25460f3e/ssd-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "4de83c986ed925078b5c30fb0a472596", "sha256": "39e3aa200b78dbf51e9c3a410d765db1039f825c2ebf916e159a1b46b7c1bbb8" }, "downloads": -1, "filename": "ssd-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4de83c986ed925078b5c30fb0a472596", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 5309, "upload_time": "2017-07-19T20:55:48", "url": "https://files.pythonhosted.org/packages/8b/f7/1ecb90a16258e605e59c775aae687f11971d24ed2543c69ea321543d27ec/ssd-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfa6a2086c67ad4bbdc2b8ae323c3cea", "sha256": "f1fd42c4b839f341b9446c7f86926b0579f07d47cc72d529d9fd89f9ae5e1794" }, "downloads": -1, "filename": "ssd-0.1.3.tar.gz", "has_sig": false, "md5_digest": "dfa6a2086c67ad4bbdc2b8ae323c3cea", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 3520, "upload_time": "2017-07-19T20:55:49", "url": "https://files.pythonhosted.org/packages/1f/3d/485e5d3ae98554e63b3ebc9af8d515d01d5ea20447dd75d669e62e2243d3/ssd-0.1.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "79e95be3e89517b04c9771e30b6bb653", "sha256": "ed281fbfb39f8c54a8e1f6bde2abd205322f8f3dfeaf8214ec0c8d5bde30c924" }, "downloads": -1, "filename": "ssd-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "79e95be3e89517b04c9771e30b6bb653", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 5308, "upload_time": "2017-07-22T21:43:52", "url": "https://files.pythonhosted.org/packages/e8/fb/9768b05487cd4d29a35e8c2ecb15543218a4b4087dc6eae188608a80506e/ssd-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a3e1ec145802c79ea5c5623560b9209e", "sha256": "b637842dde173f8aee075010dbdd7e7675507a924ebc5f9b432c77ca15b354b4" }, "downloads": -1, "filename": "ssd-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a3e1ec145802c79ea5c5623560b9209e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 3515, "upload_time": "2017-07-22T21:43:53", "url": "https://files.pythonhosted.org/packages/ca/6f/e3f8b7e78579423a50e17794a61139ca9b176aa00bcba5c714f91b072fcd/ssd-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "79e95be3e89517b04c9771e30b6bb653", "sha256": "ed281fbfb39f8c54a8e1f6bde2abd205322f8f3dfeaf8214ec0c8d5bde30c924" }, "downloads": -1, "filename": "ssd-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "79e95be3e89517b04c9771e30b6bb653", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 5308, "upload_time": "2017-07-22T21:43:52", "url": "https://files.pythonhosted.org/packages/e8/fb/9768b05487cd4d29a35e8c2ecb15543218a4b4087dc6eae188608a80506e/ssd-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a3e1ec145802c79ea5c5623560b9209e", "sha256": "b637842dde173f8aee075010dbdd7e7675507a924ebc5f9b432c77ca15b354b4" }, "downloads": -1, "filename": "ssd-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a3e1ec145802c79ea5c5623560b9209e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.6,!=3.0,!=3.1,!=3.2", "size": 3515, "upload_time": "2017-07-22T21:43:53", "url": "https://files.pythonhosted.org/packages/ca/6f/e3f8b7e78579423a50e17794a61139ca9b176aa00bcba5c714f91b072fcd/ssd-1.0.0.tar.gz" } ] }