{ "info": { "author": "Jim Dabell", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6" ], "description": "Platform-Agnostic Security Tokens for Python\n============================================\n\nThis is an initial implementation of `PAST: Platform-Agnostic Security\nTokens `_ for Python.\n\nThis is not yet production-ready; use at your own risk.\n\n\nEncoding Example\n----------------\n\n.. code-block:: python\n\n from pypast import encode_auth\n token = encode_auth(payload, key, footer)\n\n\nDecoding Example\n----------------\n\n.. code-block:: python\n\n from pypast import decode\n payload, footer = decode(token, key)\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JimDabell/pypast", "keywords": "past security stateless tokens", "license": "", "maintainer": "", "maintainer_email": "", "name": "pypast", "package_url": "https://pypi.org/project/pypast/", "platform": "", "project_url": "https://pypi.org/project/pypast/", "project_urls": { "Homepage": "https://github.com/JimDabell/pypast" }, "release_url": "https://pypi.org/project/pypast/0.0.1/", "requires_dist": [ "libnacl (>=1.6.1)" ], "requires_python": "", "summary": "Platform-Agnostic Security Tokens for Python", "version": "0.0.1" }, "last_serial": 3463131, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d8fe945802631e2e3c6071407d7c2470", "sha256": "236fac23d6073c797ab64ef4b365e59bb2fa41ab38fe57ae7147262249b3a222" }, "downloads": -1, "filename": "pypast-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d8fe945802631e2e3c6071407d7c2470", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3247, "upload_time": "2018-01-04T23:34:18", "url": "https://files.pythonhosted.org/packages/9f/d9/69caafe23194f329ce5a44975b1ec334ffa4dbaa020af5a06cad1e9a252f/pypast-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12d7e8264c2c72a9c9e3cb86ec239b22", "sha256": "6bdd3c913191bf16183a995b2fb9ed32186e8b8efdbcdd92e99fd27219112f91" }, "downloads": -1, "filename": "pypast-0.0.1.tar.gz", "has_sig": false, "md5_digest": "12d7e8264c2c72a9c9e3cb86ec239b22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1977, "upload_time": "2018-01-04T23:34:20", "url": "https://files.pythonhosted.org/packages/f7/f5/e32a7767fe441eba4a4bb16a35936dafc3fea77c5e67061bbbe10f17893c/pypast-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d8fe945802631e2e3c6071407d7c2470", "sha256": "236fac23d6073c797ab64ef4b365e59bb2fa41ab38fe57ae7147262249b3a222" }, "downloads": -1, "filename": "pypast-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d8fe945802631e2e3c6071407d7c2470", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3247, "upload_time": "2018-01-04T23:34:18", "url": "https://files.pythonhosted.org/packages/9f/d9/69caafe23194f329ce5a44975b1ec334ffa4dbaa020af5a06cad1e9a252f/pypast-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12d7e8264c2c72a9c9e3cb86ec239b22", "sha256": "6bdd3c913191bf16183a995b2fb9ed32186e8b8efdbcdd92e99fd27219112f91" }, "downloads": -1, "filename": "pypast-0.0.1.tar.gz", "has_sig": false, "md5_digest": "12d7e8264c2c72a9c9e3cb86ec239b22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1977, "upload_time": "2018-01-04T23:34:20", "url": "https://files.pythonhosted.org/packages/f7/f5/e32a7767fe441eba4a4bb16a35936dafc3fea77c5e67061bbbe10f17893c/pypast-0.0.1.tar.gz" } ] }