{ "info": { "author": "Colm O'Connor", "author_email": "colm.oconnor.github@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: Unix", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "HitchCron\n=========\n\nHitchCron is a plugin for the Hitch test framework that lets you mimic\nthe effect of having a cron run during your tests by running a command\nrepeatedly.\n\n\nUse with Hitch\n==============\n\nInstall like so::\n\n $ hitch install hitchcron\n\n.. code-block:: python\n\n # Service definition in engine's setUp:\n self.services['Cron'] = hitchcron.CronService(\n run=self.services['Django'].manage(\"trigger\").command, # Python list containing command + args\n every=1, # Run every 1 seconds\n )\n\nSee this service in action at the DjangoRemindMe_ project.\n\n\n.. _HitchServe: https://github.com/hitchtest/hitchserve\n.. _DjangoRemindMe: https://github.com/hitchtest/django-remindme", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://hitch.readthedocs.org/", "keywords": "hitch testing framework bdd tdd declarative tests testing service cron", "license": "AGPL", "maintainer": null, "maintainer_email": null, "name": "hitchcron", "package_url": "https://pypi.org/project/hitchcron/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/hitchcron/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://hitch.readthedocs.org/" }, "release_url": "https://pypi.org/project/hitchcron/0.2/", "requires_dist": null, "requires_python": null, "summary": "Plugin to mimic a cron for use with the Hitch testing framework.", "version": "0.2" }, "last_serial": 1600594, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "85b6b3aa2cec4ecf0f8b7383aec82f13", "sha256": "10e305f0639c096191d3f76a59d19733bbcbd1a85bd1bb569557120d9f229f89" }, "downloads": -1, "filename": "hitchcron-0.1.tar.gz", "has_sig": false, "md5_digest": "85b6b3aa2cec4ecf0f8b7383aec82f13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2540, "upload_time": "2015-06-07T05:48:48", "url": "https://files.pythonhosted.org/packages/95/5d/56f5065967aa0f621f75d7d3c109a41e917786cb6e049eaf8ba947581824/hitchcron-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f3a2f29f3d0f8285af9d3498352185ec", "sha256": "6bd531a2f78a87d519f41d3d8d01ede181afbf9661f3b54b95dea859d1062c12" }, "downloads": -1, "filename": "hitchcron-0.2.tar.gz", "has_sig": false, "md5_digest": "f3a2f29f3d0f8285af9d3498352185ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2553, "upload_time": "2015-06-21T06:02:31", "url": "https://files.pythonhosted.org/packages/1b/e2/db693c75b60de1f56f0de5704443a7ff15577d04daad705366c37c62ce93/hitchcron-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f3a2f29f3d0f8285af9d3498352185ec", "sha256": "6bd531a2f78a87d519f41d3d8d01ede181afbf9661f3b54b95dea859d1062c12" }, "downloads": -1, "filename": "hitchcron-0.2.tar.gz", "has_sig": false, "md5_digest": "f3a2f29f3d0f8285af9d3498352185ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2553, "upload_time": "2015-06-21T06:02:31", "url": "https://files.pythonhosted.org/packages/1b/e2/db693c75b60de1f56f0de5704443a7ff15577d04daad705366c37c62ce93/hitchcron-0.2.tar.gz" } ] }