{ "info": { "author": "Jovany Leandro G.C", "author_email": "bit4bit@riseup.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Framework :: Tryton", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "trytond-tasks\n=============\n\nAllow running tasks for trytond/5, this work has follow:\n\ntrytond-tasks expect class with suffix 'Task' inside directory 'tasks' in your module,\nlook example class:\n\n.. code-block:: python\n\n class HelloTask:\n \"\"\"\n hello print hello word\n \"\"\"\n command = 'hello'\n \n def parser_args(parser):\n # pleaser review argparser\n pass\n\n def run(pool, options):\n # pool is trytond.pool.Pool\n print(\"hello world\")\n \nNow you can call this task as follow: `trytond-tasks -d midatabase hello`.\n\nThats it, now you can write your administrative task for trytond.", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "http://efossils.somxslibres.net/fossil/user/bit4bit/repository/trytond_tasks/index", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://efossils.somxslibres.net/fossil/user/bit4bit/repository/trytond_tasks/index", "keywords": "trytond task administration", "license": "GPL-3+", "maintainer": "", "maintainer_email": "", "name": "trytond-tasks", "package_url": "https://pypi.org/project/trytond-tasks/", "platform": "", "project_url": "https://pypi.org/project/trytond-tasks/", "project_urls": { "Download": "http://efossils.somxslibres.net/fossil/user/bit4bit/repository/trytond_tasks/index", "Homepage": "http://efossils.somxslibres.net/fossil/user/bit4bit/repository/trytond_tasks/index" }, "release_url": "https://pypi.org/project/trytond-tasks/0.0.4/", "requires_dist": null, "requires_python": ">=3.4", "summary": "Run task for trytond", "version": "0.0.4" }, "last_serial": 4911668, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "7bd5f13150f7b64f56214bbf742a696a", "sha256": "019709f1360befef7fdf9ad9b3ce9deceb0ca3a0b6be76eee00ad20f508378fe" }, "downloads": -1, "filename": "trytond_tasks-0.0.2.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "7bd5f13150f7b64f56214bbf742a696a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 5146, "upload_time": "2019-03-07T16:57:29", "url": "https://files.pythonhosted.org/packages/84/a7/940e1c5ebf3a05687c77f4531d888b333b0ac4a5677d6c3968734bd639ea/trytond_tasks-0.0.2.linux-x86_64.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "91aa5d2abccc58f54d9991b3a90aafb7", "sha256": "184f003bea834c32086c439272f5134ce86f5c6d65805cfeb595c7533da248e6" }, "downloads": -1, "filename": "trytond_tasks-0.0.3.tar.gz", "has_sig": false, "md5_digest": "91aa5d2abccc58f54d9991b3a90aafb7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 3115, "upload_time": "2019-03-07T17:15:27", "url": "https://files.pythonhosted.org/packages/c3/93/a2f5a1a3f7230d20914a8325f84f4832fed39db9595cc0086596ea4156c6/trytond_tasks-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "baede4194ea66c6368923aea3aaccfbc", "sha256": "b9f8876e16c4013509efb759afd93d3f2ac50e24fc25aef15e872664b9f65967" }, "downloads": -1, "filename": "trytond_tasks-0.0.4.tar.gz", "has_sig": false, "md5_digest": "baede4194ea66c6368923aea3aaccfbc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 3104, "upload_time": "2019-03-07T17:36:01", "url": "https://files.pythonhosted.org/packages/e5/72/72c2ac25ada66cde4e2a3eefbdd9fdf7dfdef6dbd34e0bfcb0386ca00a8e/trytond_tasks-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "baede4194ea66c6368923aea3aaccfbc", "sha256": "b9f8876e16c4013509efb759afd93d3f2ac50e24fc25aef15e872664b9f65967" }, "downloads": -1, "filename": "trytond_tasks-0.0.4.tar.gz", "has_sig": false, "md5_digest": "baede4194ea66c6368923aea3aaccfbc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 3104, "upload_time": "2019-03-07T17:36:01", "url": "https://files.pythonhosted.org/packages/e5/72/72c2ac25ada66cde4e2a3eefbdd9fdf7dfdef6dbd34e0bfcb0386ca00a8e/trytond_tasks-0.0.4.tar.gz" } ] }