{ "info": { "author": "Fatih K\u0131l\u0131\u00e7", "author_email": "m.fatihklc0@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Djangoless Signing\nSame Django signing API but without Django\n\n## Why Djangoless, why you can call it something else?\nBecause I only removed the `django.conf.settings` part and made really small changes on it, I don't think I should call it as my project. So instead of renaming it to something like 'HMAC/SHA1 Signer' I think it is much more ethic to keep using this name\n\n## I did nothing\nSince this library only a modified version of `django.core.signing` all of the kudos goes to Django engineers.\n\n## Documentation\nThere is no such a thing since the library API is same as Django's so [click here for official Django Documentation.](https://docs.djangoproject.com/en/dev/topics/signing/)\n\n__BUT__ if you are wondering what should I import here is the list of it:\n- `from django.core.signing import Signer` = `from djangoless_signing import Signer`\n- `from django.core.signing import TimestampSigner` = `from djangoless_signing import TimestampSigner`\n- `from django.core import signing` = `import djangoless_signing`\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://pypi.org/project/djangoless-signing/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/FKLC/djangoless-signing", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "djangoless-signing", "package_url": "https://pypi.org/project/djangoless-signing/", "platform": "", "project_url": "https://pypi.org/project/djangoless-signing/", "project_urls": { "Download": "https://pypi.org/project/djangoless-signing/", "Homepage": "https://github.com/FKLC/djangoless-signing" }, "release_url": "https://pypi.org/project/djangoless-signing/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Same Django signing API but without Django", "version": "1.0.0" }, "last_serial": 5007619, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "99b051dd1ba01b18dd9326c11d3cf9d1", "sha256": "d9565e6dafba9bb16c201e20766972553ff0936026633290d7f37b26c3cfb7d6" }, "downloads": -1, "filename": "djangoless_signing-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "99b051dd1ba01b18dd9326c11d3cf9d1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7644, "upload_time": "2019-03-30T17:37:26", "url": "https://files.pythonhosted.org/packages/a0/95/8618acea20e6b6156dedeef684cecbfcc0297ba8336a748eabe502788662/djangoless_signing-1.0.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "99b051dd1ba01b18dd9326c11d3cf9d1", "sha256": "d9565e6dafba9bb16c201e20766972553ff0936026633290d7f37b26c3cfb7d6" }, "downloads": -1, "filename": "djangoless_signing-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "99b051dd1ba01b18dd9326c11d3cf9d1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7644, "upload_time": "2019-03-30T17:37:26", "url": "https://files.pythonhosted.org/packages/a0/95/8618acea20e6b6156dedeef684cecbfcc0297ba8336a748eabe502788662/djangoless_signing-1.0.0-py3-none-any.whl" } ] }