{ "info": { "author": "Elliott Neal", "author_email": "elliott.neal@ghostlyhaks.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Utilities" ], "description": "========\nOverview\n========\n\n\n\nA hashing utility built from Drupal7 specification.\n\n* Free software: MIT license\n\nInstallation\n============\n\n::\n\n pip install drupal-hash-utility\n\nDocumentation\n=============\n\n\nTo use the project:\n\n.. code-block:: python\n\n import drupal_hash_utility\n\n\n drash = DrupalHashUtility()\n\n # Read the Help Docs\n print(help(drash))\n\n\n # Generate Drupal7 Hash\n password = 'P@ssw0rd'\n encoded = drash.encode(password)\n\n # Verify Password Against Hash\n drash.verify(password, encoded)\n\n # Get Hash Summary\n drash.summary(encoded)\n\n\nDevelopment\n===========\n\nTo run the all tests run::\n\n tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n :widths: 10 90\n :stub-columns: 1\n\n - - Windows\n - ::\n\n set PYTEST_ADDOPTS=--cov-append\n tox\n\n - - Other\n - ::\n\n PYTEST_ADDOPTS=--cov-append tox\n\n\nChangelog\n=========\n\n0.3.3 (2019-08-15)\n------------------\n\n* First release on PyPI.\n\n1.0.0 (2019-08-16)\n------------------\n\n* Added cli.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/thaxoo/drupal_hash_utility", "keywords": "drupal,hash,password", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "drupal-hash-utility", "package_url": "https://pypi.org/project/drupal-hash-utility/", "platform": "", "project_url": "https://pypi.org/project/drupal-hash-utility/", "project_urls": { "Changelog": "https://gitlab.com/thaxoo/drupal_hash_utility/blob/master/CHANGELOG.rst", "Homepage": "https://gitlab.com/thaxoo/drupal_hash_utility", "Issue Tracker": "https://gitlab.com/thaxoo/drupal_hash_utility/issues" }, "release_url": "https://pypi.org/project/drupal-hash-utility/1.0.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "A hashing utility built from Drupal7 specification.", "version": "1.0.0" }, "last_serial": 5688949, "releases": { "0.3.6": [ { "comment_text": "", "digests": { "md5": "2bf0127e05bedb8682389c7127c7fb66", "sha256": "ec04a892222c482894646230373ebda483b2ed4a5c61062cb2b1b9b4ee44ef35" }, "downloads": -1, "filename": "drupal-hash-utility-0.3.6.tar.gz", "has_sig": false, "md5_digest": "2bf0127e05bedb8682389c7127c7fb66", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 8404, "upload_time": "2019-08-16T03:42:51", "url": "https://files.pythonhosted.org/packages/aa/e2/95926b7fb3723088f2eab003b74527c275697cd08d915e8c34535bc8aee8/drupal-hash-utility-0.3.6.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "d063ff6f843fcc0e7e48ac7269080dac", "sha256": "48f1d605df30be3b8a58a72738364c01e90354c19b65ae1ad08e16d57dbb0f46" }, "downloads": -1, "filename": "drupal-hash-utility-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d063ff6f843fcc0e7e48ac7269080dac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9218, "upload_time": "2019-08-16T18:36:29", "url": "https://files.pythonhosted.org/packages/03/42/05586a8a8e228416681d3738c0323d44f1aaa2c4f25b4e42ceaf2319ff26/drupal-hash-utility-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d063ff6f843fcc0e7e48ac7269080dac", "sha256": "48f1d605df30be3b8a58a72738364c01e90354c19b65ae1ad08e16d57dbb0f46" }, "downloads": -1, "filename": "drupal-hash-utility-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d063ff6f843fcc0e7e48ac7269080dac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9218, "upload_time": "2019-08-16T18:36:29", "url": "https://files.pythonhosted.org/packages/03/42/05586a8a8e228416681d3738c0323d44f1aaa2c4f25b4e42ceaf2319ff26/drupal-hash-utility-1.0.0.tar.gz" } ] }