{ "info": { "author": "Scott Kirkwood", "author_email": "scott@forusers.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: Apache Software License", "Operating System :: Microsoft :: Windows", "Operating System :: OS Independent", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Show the timezones you're interested in in a dialog.\n\nIf you live in the southern hemisphere like I do, you probably constantly struggle to figure out\nwhat time it is in the northern hemisphere. This is because, when daylight savings time comes\naround the north jumps forward and we jump back (or vice-versa). To make things even more\ncomplicated, the date and hour that the time changes is usually different. There will be one or\nmore weeks where time difference is X hours. Add the classic \"off by one\" error or a little\ndyslexia and your bound to get the time wrong and wake somebody up at 8:00 in the morning.\n\nWith MyZones you configure the timezones you are most interested in and then run it. You can go\nforward or backwards in time if you are trying to schedule a date in the future, say.\n\nA screenshot can be found here : http://myzones.googlecode.com/svn/trunk/doc/screen-shot.png\n\nYou can configure to show the timezones you are interested in. As long as the timezone on your machine is correct and your computer's clock is on time, then it should show the right time for that timezone. The pytz ({{{apt-get install python-tz}}} for debian users) module is very complete (and correct) even has historical timezones that don't exist anymore.\n\nRequirements\n------------\n\n * pytz\n * wxPython\n * Python\n\nConfiguration\n-------------\n\nUnder Linux create a file called ~/.myzones.ini or ~/myzones.ini and it'll use that file for configuration. Under Windows you would put the file it under something like 'c:\\Documents and Settings\\scott\\My Documents'.\n\nThe configuration file looks something like this::\n\n [config]\n show_seconds:True\n [timezones]\n MTV: 1|US/Pacific\n Mom: 2|US/Eastern\n *Home*: 3|Brazil/East\n\nIn the config section, you can put in some configuration information, of which there is currently only one thing to configure.\n\nFor the timezones section you can give any names on the left hand side and the time zone (one of\nthe [http://myzones.googlecode.com/svn/trunk/doc/common_zone_names.txt Common Zone Names] ) If you\nwant the timezones to appear in a certain order you need to prepend the name with 1|, 2|, etc., and\nis thus recommended.", "description_content_type": null, "docs_url": null, "download_url": "http://myzones.googlecode.com/files/myzones-0.2.0.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/myzones/", "keywords": "timezones,utility,wxPython,python,pytz", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "myzones", "package_url": "https://pypi.org/project/myzones/", "platform": "POSIX,Windows", "project_url": "https://pypi.org/project/myzones/", "project_urls": { "Download": "http://myzones.googlecode.com/files/myzones-0.2.0.zip", "Homepage": "http://code.google.com/p/myzones/" }, "release_url": "https://pypi.org/project/myzones/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Show the timezones you're interested in", "version": "0.2.0" }, "last_serial": 187975, "releases": { "0.1.0": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "1ffceae3fa7ed8bba30494cc16b3abd7", "sha256": "cf1920d3b8e39e0048a056fa4f203965fa54536142d7f521f4d907b9ccef0007" }, "downloads": -1, "filename": "myzones-0.2.0.zip", "has_sig": false, "md5_digest": "1ffceae3fa7ed8bba30494cc16b3abd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11900, "upload_time": "2010-07-14T03:48:03", "url": "https://files.pythonhosted.org/packages/48/e1/cd0b6063d98ddd2c76afbe6b6e644373b0dd91b0e90b854cfd9378d3a5bc/myzones-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1ffceae3fa7ed8bba30494cc16b3abd7", "sha256": "cf1920d3b8e39e0048a056fa4f203965fa54536142d7f521f4d907b9ccef0007" }, "downloads": -1, "filename": "myzones-0.2.0.zip", "has_sig": false, "md5_digest": "1ffceae3fa7ed8bba30494cc16b3abd7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11900, "upload_time": "2010-07-14T03:48:03", "url": "https://files.pythonhosted.org/packages/48/e1/cd0b6063d98ddd2c76afbe6b6e644373b0dd91b0e90b854cfd9378d3a5bc/myzones-0.2.0.zip" } ] }