{ "info": { "author": "Jef Geskens", "author_email": "jef.geskens@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5" ], "description": "=============================\ndjango-tinyschedule\n=============================\n\n.. image:: https://badge.fury.io/py/django-tinyschedule.png\n :target: https://badge.fury.io/py/django-tinyschedule\n\n.. image:: https://travis-ci.org/jgeskens/django-tinyschedule.png?branch=master\n :target: https://travis-ci.org/jgeskens/django-tinyschedule\n\n.. image:: https://coveralls.io/repos/jgeskens/django-tinyschedule/badge.svg?branch=master \n :target: https://coveralls.io/r/jgeskens/django-tinyschedule?branch=master\n\nA small package for managing schedules in Django\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-tinyschedule.readthedocs.org.\n\nQuickstart\n----------\n\nInstall django-tinyschedule::\n\n pip install django-tinyschedule\n\nThen use it in a project::\n\n import tinyschedule\n\nFeatures\n--------\n\n* Easily define schedules using the Schedule model\n* Make your own Schedule-like models by extending ScheduleBase\n* Tiny and lightweight, easy to grasp\n\n\n\n\nHistory\n-------\n\n0.1.0 (2015-02-03)\n++++++++++++++++++\n\n* First release on PyPI.\n\n0.1.1 (2015-02-04)\n++++++++++++++++++\n\n* Add AbstractSchedule\n\n0.1.2 (2015-02-04)\n++++++++++++++++++\n\n* Renamed package from ``schedule`` to a less general name ``tinyschedule`` to avoid conflicts.\n\n0.1.3 (2015-02-05)\n++++++++++++++++++\n\n* Small bugfix: if you subclass AbstractSchedule, you will now get your own class when using ``ScheduleManager.lookup(...)``\n\n0.1.4 (2015-03-10)\n++++++++++++++++++\n\n* Bugfix in __getitem__", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jgeskens/django-tinyschedule", "keywords": "django-tinyschedule", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-tinyschedule", "package_url": "https://pypi.org/project/django-tinyschedule/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tinyschedule/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jgeskens/django-tinyschedule" }, "release_url": "https://pypi.org/project/django-tinyschedule/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "A small package for managing schedules in Django", "version": "0.1.5" }, "last_serial": 2227896, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "31393c852ea5acb2bb1f9863a6460c9e", "sha256": "683d63b2494bbb614741a6a9705799d39434dc92ca0d94c1a7cf8194e71ab658" }, "downloads": -1, "filename": "django-tinyschedule-0.1.1.tar.gz", "has_sig": false, "md5_digest": "31393c852ea5acb2bb1f9863a6460c9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7196, "upload_time": "2015-02-04T00:24:09", "url": "https://files.pythonhosted.org/packages/38/bb/dae35dc4907a8b1f86d985e2903302d842a66f1e3df61c56539740ad6103/django-tinyschedule-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "b78f140a538ee607c34b124a7221a3f2", "sha256": "f96d99321793bc0717e3b1bfd4e7e6675cbf9b3762c83556c11815d21cebe33c" }, "downloads": -1, "filename": "django-tinyschedule-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b78f140a538ee607c34b124a7221a3f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7293, "upload_time": "2015-02-04T13:40:31", "url": "https://files.pythonhosted.org/packages/58/1a/b23eb23ec423c9e41559d74fd4b2c33226e45f0eadcc303c30e686a4898d/django-tinyschedule-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "8991992ce9383f3c1b96a83445a9f9c2", "sha256": "5b2ec90c0229e51fc5b20ed384826187d3f5ee2647bf31a2e5b73925ca94ee68" }, "downloads": -1, "filename": "django-tinyschedule-0.1.3.tar.gz", "has_sig": false, "md5_digest": "8991992ce9383f3c1b96a83445a9f9c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7365, "upload_time": "2015-02-05T15:41:10", "url": "https://files.pythonhosted.org/packages/10/cb/069fc8e3e9cc05c71d080f2abc0ccfc46a3609df87a3f0da662995a917a0/django-tinyschedule-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "829f68032547910ac8d4a64edc2dd4ee", "sha256": "b57f99b5648a3dd44e6b5d45539d7c5f665d02b09379962e1856b85e5fdd7b88" }, "downloads": -1, "filename": "django-tinyschedule-0.1.4.tar.gz", "has_sig": false, "md5_digest": "829f68032547910ac8d4a64edc2dd4ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7439, "upload_time": "2015-03-10T07:56:08", "url": "https://files.pythonhosted.org/packages/66/18/a8516af64766d8da152050edca0cb5d45cb87315800f43323d1305f71680/django-tinyschedule-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "bc0a7b2df4bd3f08bd10e0559ff9d341", "sha256": "7dd8aadd606b5c5cde8b8a2a136601db1d2a48512bbafaf3fb0a01c65c35eb98" }, "downloads": -1, "filename": "django-tinyschedule-0.1.5.tar.gz", "has_sig": false, "md5_digest": "bc0a7b2df4bd3f08bd10e0559ff9d341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7802, "upload_time": "2016-07-18T09:24:19", "url": "https://files.pythonhosted.org/packages/58/ca/d11a5832273c328195a61dc4f0bb6080b7b141960f4b62c98180b2a31a22/django-tinyschedule-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bc0a7b2df4bd3f08bd10e0559ff9d341", "sha256": "7dd8aadd606b5c5cde8b8a2a136601db1d2a48512bbafaf3fb0a01c65c35eb98" }, "downloads": -1, "filename": "django-tinyschedule-0.1.5.tar.gz", "has_sig": false, "md5_digest": "bc0a7b2df4bd3f08bd10e0559ff9d341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7802, "upload_time": "2016-07-18T09:24:19", "url": "https://files.pythonhosted.org/packages/58/ca/d11a5832273c328195a61dc4f0bb6080b7b141960f4b62c98180b2a31a22/django-tinyschedule-0.1.5.tar.gz" } ] }