{ "info": { "author": "py-am-i", "author_email": "duckpuncherirl@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# prawframe\nprawframe is a small framework for running plugin-based reddit bots. prawframe supports scheduling plugins and includes a remote python console for modifying your bot's behavior while it runs.\n\nDocumentation coming ~~soon~~ at some point. Check [`example.py`](https://github.com/Wykleph/prawframe/blob/master/prawframe/example.py) for an\nexample of the features so far. Run [`server.py`](https://github.com/Wykleph/prawframe/blob/master/prawframe/server.py) to run \nthe remote python console \"server\". The bot will connect\nto you and you can send it python code. Everything is\naccessible through the [`Bot`](https://github.com/Wykleph/prawframe/blob/master/prawframe/bot.py) object. Put your plugins in\n[`plugins.py`](https://github.com/Wykleph/prawframe/blob/master/prawframe/plugins.py) to add your plugins to the remote python console's\nnamespace.\n\nMake sure to open up the [`.env`](https://github.com/Wykleph/prawframe/blob/master/prawframe/.env) file to configure your bot.\n\n## Install\n\n`pip install prawframe`\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/Wykleph/prawframe", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "prawframe", "package_url": "https://pypi.org/project/prawframe/", "platform": "", "project_url": "https://pypi.org/project/prawframe/", "project_urls": { "Homepage": "https://github.com/Wykleph/prawframe" }, "release_url": "https://pypi.org/project/prawframe/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "prawframe is a small framework for running plugin-based reddit bots. prawframe supports scheduling plugins and includes a remote python console for modifying your bot's behavior while it runs.", "version": "0.0.1" }, "last_serial": 4253246, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d83cf39ece02c53b399308581a8181e2", "sha256": "67d6f2fed74e5b28c1944dde1dd0e288507af54f8f6ba68eed07a7869d6b98d5" }, "downloads": -1, "filename": "prawframe-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d83cf39ece02c53b399308581a8181e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21576, "upload_time": "2018-09-09T09:06:20", "url": "https://files.pythonhosted.org/packages/d4/f2/59e2be500f5f604f13f136a90351b2f9a99a4df86245ccd5a12deca9ad9f/prawframe-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "806f1ec71d792219845950d7668953e1", "sha256": "0b5145ab689bd56d37b1e86fa761d2dedaba896a08cb7f5bee6ed93327a4135a" }, "downloads": -1, "filename": "prawframe-0.0.1.tar.gz", "has_sig": false, "md5_digest": "806f1ec71d792219845950d7668953e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17196, "upload_time": "2018-09-09T09:06:21", "url": "https://files.pythonhosted.org/packages/b4/dc/63183b77537451303e74703be9652002dbda71514f84058b6bef9c3bb67f/prawframe-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d83cf39ece02c53b399308581a8181e2", "sha256": "67d6f2fed74e5b28c1944dde1dd0e288507af54f8f6ba68eed07a7869d6b98d5" }, "downloads": -1, "filename": "prawframe-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d83cf39ece02c53b399308581a8181e2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21576, "upload_time": "2018-09-09T09:06:20", "url": "https://files.pythonhosted.org/packages/d4/f2/59e2be500f5f604f13f136a90351b2f9a99a4df86245ccd5a12deca9ad9f/prawframe-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "806f1ec71d792219845950d7668953e1", "sha256": "0b5145ab689bd56d37b1e86fa761d2dedaba896a08cb7f5bee6ed93327a4135a" }, "downloads": -1, "filename": "prawframe-0.0.1.tar.gz", "has_sig": false, "md5_digest": "806f1ec71d792219845950d7668953e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17196, "upload_time": "2018-09-09T09:06:21", "url": "https://files.pythonhosted.org/packages/b4/dc/63183b77537451303e74703be9652002dbda71514f84058b6bef9c3bb67f/prawframe-0.0.1.tar.gz" } ] }