{ "info": { "author": "Tobias Holl", "author_email": "tobias.holl@tum.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Security" ], "description": "
\n About \u2022\n Setup \u2022\n Contributing \u2022\n License\n
\n\n## About\n\nThis is a ground-up rewrite of the great `pwnlib` for Python 2. There were a\nnumber of attempts to port `pwnlib` to Python 3, but they all appear abandoned.\nIn addition, they still had a bunch of issues with the changes in Python 3,\nespecially when it comes to the handling of binary data.\n\n`xply` does not have nearly the range of features that `pwnlib` has (although\nmore will be added over time), but was written from the ground up with Python 3\nin mind.\n\n## Setup\n\nYou can install `xply` using `pip`:\n\n```bash\npip install xply\n```\n\n`xply` requires at least Python 3.7 (for `from __future__ import annotations`).\n\n## Contributing\n\nContributions are always welcome! If you encounter a bug or have a feature request, please [open an issue](https://github.com/tobiasholl/xply/issues/new) on GitHub. Feel free to create a [pull request](https://help.github.com/articles/creating-a-pull-request/) for your improvements.\n\n## License\n\nxply is licensed under the MIT license, as found in the LICENSE file.\n\n----\n\n\u00a9 2019 Tobias Holl (@TobiasHoll)\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://github.com/tobiasholl/xply", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "xply", "package_url": "https://pypi.org/project/xply/", "platform": "", "project_url": "https://pypi.org/project/xply/", "project_urls": { "Homepage": "https://github.com/tobiasholl/xply" }, "release_url": "https://pypi.org/project/xply/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "An exploit development framework for Python 3", "version": "0.1.1" }, "last_serial": 5002411, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "012477364ac4815b0662f00f2cd0c543", "sha256": "8ef9ecafe21959730afa0f026bfa2c727013ea1d94b318fe9de8319ade10a88f" }, "downloads": -1, "filename": "xply-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "012477364ac4815b0662f00f2cd0c543", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10772, "upload_time": "2019-03-29T09:55:12", "url": "https://files.pythonhosted.org/packages/52/6a/372be6219b483ee6f4d8bc012390fecd0c6908e8dca881c44e1866a2fe5c/xply-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a83a6dd8044d10b6c65ab012287c027e", "sha256": "4600e1a64e091e806c5ce16f1653aada32afcec371db74ec6ddbf1705475c96d" }, "downloads": -1, "filename": "xply-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a83a6dd8044d10b6c65ab012287c027e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10085, "upload_time": "2019-03-29T09:55:14", "url": "https://files.pythonhosted.org/packages/df/df/23931d0a970bb3e30f8ea7d5befd7e7473b200b042919bdae513983c8764/xply-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "012477364ac4815b0662f00f2cd0c543", "sha256": "8ef9ecafe21959730afa0f026bfa2c727013ea1d94b318fe9de8319ade10a88f" }, "downloads": -1, "filename": "xply-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "012477364ac4815b0662f00f2cd0c543", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10772, "upload_time": "2019-03-29T09:55:12", "url": "https://files.pythonhosted.org/packages/52/6a/372be6219b483ee6f4d8bc012390fecd0c6908e8dca881c44e1866a2fe5c/xply-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a83a6dd8044d10b6c65ab012287c027e", "sha256": "4600e1a64e091e806c5ce16f1653aada32afcec371db74ec6ddbf1705475c96d" }, "downloads": -1, "filename": "xply-0.1.1.tar.gz", "has_sig": false, "md5_digest": "a83a6dd8044d10b6c65ab012287c027e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10085, "upload_time": "2019-03-29T09:55:14", "url": "https://files.pythonhosted.org/packages/df/df/23931d0a970bb3e30f8ea7d5befd7e7473b200b042919bdae513983c8764/xply-0.1.1.tar.gz" } ] }