{ "info": { "author": "James Crasta", "author_email": "mytz@simplecodes.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "mytz\n====\n\nThe original idea for this was based on my work on Rodrigo Moraes' `gae-pytz`_.\nLimitations within pytz caused its performance to be unacceptable for\nshort-running applications, such as in Google App Engine. The issue, and\nrelated issues to do with this remain un-addressed today.\n\nThe crux of this issue is based around the \"all_timezones\" and\n\"common_timezones\" variables, which cause the entire timezone list to be loaded\n(well over five hundred!) at import time. Beause it's done in __init__.py, it\ncannot be avoided without hacks such as gae-pytz.\n\nSo this is a fork, but intends to be a drop-in replacement for the most part\nfor pytz. In the process will be a number of code cleanups, and unit testing.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://bitbucket.org/crast/mytz/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "mytz", "package_url": "https://pypi.org/project/mytz/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mytz/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://bitbucket.org/crast/mytz/" }, "release_url": "https://pypi.org/project/mytz/0.1dev/", "requires_dist": null, "requires_python": null, "summary": "A drop-in replacement for pytz.", "version": "0.1dev" }, "last_serial": 725784, "releases": { "0.1dev": [ { "comment_text": "", "digests": { "md5": "fdd02ebe9e7f4d618fea4a84618c6e44", "sha256": "607e50ffe6a9ee2eda2d732820b565b5a350a281a7b0e77a8a85ab036fc788f2" }, "downloads": -1, "filename": "mytz-0.1dev.tar.gz", "has_sig": false, "md5_digest": "fdd02ebe9e7f4d618fea4a84618c6e44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 379374, "upload_time": "2010-10-02T19:19:37", "url": "https://files.pythonhosted.org/packages/e6/25/d653b7beb898e507cf3930046056813a3cca266eb8a2fa070a5d0f752969/mytz-0.1dev.tar.gz" }, { "comment_text": "Evil Version: Hijacks pytz package name", "digests": { "md5": "9b23fa343a2f8413438477430e3a4f88", "sha256": "549f0bc5bdbb20d84a209dd2eada31409e4e598d134345a9392596a703c8c6ff" }, "downloads": -1, "filename": "mytz-evil-0.1dev.tar.gz", "has_sig": false, "md5_digest": "9b23fa343a2f8413438477430e3a4f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 379375, "upload_time": "2010-10-02T06:26:28", "url": "https://files.pythonhosted.org/packages/47/0f/c072d9e85ca0e584965270acf5c3bb3d349ab482adc8e7c37568f6e82810/mytz-evil-0.1dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fdd02ebe9e7f4d618fea4a84618c6e44", "sha256": "607e50ffe6a9ee2eda2d732820b565b5a350a281a7b0e77a8a85ab036fc788f2" }, "downloads": -1, "filename": "mytz-0.1dev.tar.gz", "has_sig": false, "md5_digest": "fdd02ebe9e7f4d618fea4a84618c6e44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 379374, "upload_time": "2010-10-02T19:19:37", "url": "https://files.pythonhosted.org/packages/e6/25/d653b7beb898e507cf3930046056813a3cca266eb8a2fa070a5d0f752969/mytz-0.1dev.tar.gz" }, { "comment_text": "Evil Version: Hijacks pytz package name", "digests": { "md5": "9b23fa343a2f8413438477430e3a4f88", "sha256": "549f0bc5bdbb20d84a209dd2eada31409e4e598d134345a9392596a703c8c6ff" }, "downloads": -1, "filename": "mytz-evil-0.1dev.tar.gz", "has_sig": false, "md5_digest": "9b23fa343a2f8413438477430e3a4f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 379375, "upload_time": "2010-10-02T06:26:28", "url": "https://files.pythonhosted.org/packages/47/0f/c072d9e85ca0e584965270acf5c3bb3d349ab482adc8e7c37568f6e82810/mytz-evil-0.1dev.tar.gz" } ] }