{ "info": { "author": "they4kman", "author_email": "they4kman@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pysmx\n\n**pysmx** is a Python package for parsing, executing, and simulating the environment of SourceMod plug-ins.\n\n\n## Quickstart\n\n```python\nfrom smx.compile import compile\nplugin = compile('''\n public TwoPlusTwo() {\n return 2 + 2;\n }\n''')\nprint plugin.runtime.call_function_by_name('TwoPlusTwo')\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/theY4Kman/pysmx", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pysmx", "package_url": "https://pypi.org/project/pysmx/", "platform": "", "project_url": "https://pypi.org/project/pysmx/", "project_urls": { "Homepage": "https://github.com/theY4Kman/pysmx" }, "release_url": "https://pypi.org/project/pysmx/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Interact with SourceMod plug-ins", "version": "0.0.2" }, "last_serial": 3818961, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b3f282d194ea06ca5b9688ce1e2f341a", "sha256": "6d3bf4aa0c45242bb540354bfdae2c624d96ee9ced3ba1b0ce781fa22633de1e" }, "downloads": -1, "filename": "pysmx-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b3f282d194ea06ca5b9688ce1e2f341a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22333, "upload_time": "2018-04-28T05:10:14", "url": "https://files.pythonhosted.org/packages/41/80/a4f5889c0ee8c7fe180a9c8493bdced39c86a0b4ea50f8c866b532279e44/pysmx-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "7f315e77424cc48be97e51a76019ea07", "sha256": "1fa1bfa8cd832fe025a7cda58e45c7e70b39ceaa24207953904301e273b101fb" }, "downloads": -1, "filename": "pysmx-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7f315e77424cc48be97e51a76019ea07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 612621, "upload_time": "2018-04-29T16:07:13", "url": "https://files.pythonhosted.org/packages/47/c1/21813c91464570b1ea39f44e6dbe121e7d0b3f1667a2cd0a80607dadc09f/pysmx-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f315e77424cc48be97e51a76019ea07", "sha256": "1fa1bfa8cd832fe025a7cda58e45c7e70b39ceaa24207953904301e273b101fb" }, "downloads": -1, "filename": "pysmx-0.0.2.tar.gz", "has_sig": false, "md5_digest": "7f315e77424cc48be97e51a76019ea07", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 612621, "upload_time": "2018-04-29T16:07:13", "url": "https://files.pythonhosted.org/packages/47/c1/21813c91464570b1ea39f44e6dbe121e7d0b3f1667a2cd0a80607dadc09f/pysmx-0.0.2.tar.gz" } ] }