{ "info": { "author": "Joe Rickerby", "author_email": "joerick@mac.com", "bugtrack_url": null, "classifiers": [], "description": "# django-timecode\n\nA python class to store and manipulate timecodes with accompanying Django field.\n\n## Examples\n\nTimecodes can be created using a string representation\n\n >>> from timecode import Timecode\n >>> start = Timecode('09:59:50:00', fps=25)\n >>> end = Timecode('10:06:05:12', fps=25)\n\nThey will print themselves\n\n >>> start\n Timecode('09:59:50:00', fps=25)\n >>> str(start)\n '09:59:50:00'\n\nThey can add and subtract\n\n >>> delta = end - start\n >>> delta\n Timecode('00:06:15:12', fps=25)\n\nOr you can get at the exact frames using the `total_frames` attribute\n\n >>> delta.total_frames\n 9387\n\n## In a Django model\n\n### `models.py`\n\n from timecode.fields import TimecodeField\n from django.db import models\n\n\n class TestModel(models.Model):\n timecode = TimecodeField()\n\nYou can then store the timecode objects in the database.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/joerick/django-timecode/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "django-timecode", "package_url": "https://pypi.org/project/django-timecode/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-timecode/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/joerick/django-timecode/" }, "release_url": "https://pypi.org/project/django-timecode/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "Provides classes for working with timecodes (as used in the video industry).", "version": "0.1.4" }, "last_serial": 849523, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "19fef9ce845178c8af0aae4c18b84704", "sha256": "4344bc86f4342a7bbfb53d1e3b82f3fc0f33fe45dd3c3faf47e2d399c2936e4d" }, "downloads": -1, "filename": "django-timecode-0.1.0.tar.gz", "has_sig": false, "md5_digest": "19fef9ce845178c8af0aae4c18b84704", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3070, "upload_time": "2013-07-22T11:43:29", "url": "https://files.pythonhosted.org/packages/bb/29/534ceb5c5cd3186cab3bd1b24b0d72595daf93c5cfd9fa466ede22cf1ee4/django-timecode-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e6c0cd23d0138b7d3bb815133a5d892c", "sha256": "7f80420840ab9f60a1d8b981f5b7f5ca2678711d565c9c25fa3cafe54ccd8aa6" }, "downloads": -1, "filename": "django-timecode-0.1.1.tar.gz", "has_sig": false, "md5_digest": "e6c0cd23d0138b7d3bb815133a5d892c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3073, "upload_time": "2013-07-22T11:49:23", "url": "https://files.pythonhosted.org/packages/85/21/6af1cc579b2692fba3c508a9a133fbf6be234ba0f80dd98f7b75163a00bc/django-timecode-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ba69a320275a5fcd5ef06d3bb8d7c54f", "sha256": "427114be1994590f9b2fe4bf2a2f5dbe4d736d5b368f517c9523c5d96ed51c2d" }, "downloads": -1, "filename": "django-timecode-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ba69a320275a5fcd5ef06d3bb8d7c54f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3237, "upload_time": "2013-08-04T11:53:00", "url": "https://files.pythonhosted.org/packages/16/4c/5d8ca70a2cc321649504aaa4671fa4852eb90ee1ecd00ba906ea1a4d2e15/django-timecode-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "ea8968266e9956912b980624eccd88a6", "sha256": "79d51f5c399f0291051dff0090089e8bdda7806272e87a66f36eb4c2c0aaa22a" }, "downloads": -1, "filename": "django-timecode-0.1.3.tar.gz", "has_sig": false, "md5_digest": "ea8968266e9956912b980624eccd88a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3315, "upload_time": "2013-08-16T10:45:04", "url": "https://files.pythonhosted.org/packages/f4/cc/2a75cfc0f7b7cfbe94e3c3d6834456b21744f5690b29aeaf28408715bf47/django-timecode-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "3ade6ddc01235217f2c3ae6893014e0f", "sha256": "8c4453bd4d5980fe49399c0ff751af219fb86fcf05f1ab8854c951a1a3637915" }, "downloads": -1, "filename": "django-timecode-0.1.4.tar.gz", "has_sig": false, "md5_digest": "3ade6ddc01235217f2c3ae6893014e0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4323, "upload_time": "2013-08-26T17:54:54", "url": "https://files.pythonhosted.org/packages/bb/35/46ab5475a19c754c474b3a13a173dab2a3b98daab482e68515eb52f49af0/django-timecode-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ade6ddc01235217f2c3ae6893014e0f", "sha256": "8c4453bd4d5980fe49399c0ff751af219fb86fcf05f1ab8854c951a1a3637915" }, "downloads": -1, "filename": "django-timecode-0.1.4.tar.gz", "has_sig": false, "md5_digest": "3ade6ddc01235217f2c3ae6893014e0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4323, "upload_time": "2013-08-26T17:54:54", "url": "https://files.pythonhosted.org/packages/bb/35/46ab5475a19c754c474b3a13a173dab2a3b98daab482e68515eb52f49af0/django-timecode-0.1.4.tar.gz" } ] }