{ "info": { "author": "BlueDynamics Alliance", "author_email": "dev@bluedynamics.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Plone", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development" ], "description": "===============\nMxDateTimeField\n===============\n\nNote: This module is meant to be used in migrated sites and not for\nmodern plone 4.x use.\n\nThis field enables Archetypes to use mxDateTime fields. It is very simple,\nit just transforms (well formed) strings into mxDateTime values. You can use\nthe Field in Archetypes schemas like this::\n\n ...\n\n from Products.MxDateTimeField import MxDateTimeField\n ...\n\n schema= Schema((\n MxDateTimeField('BirthDate'),\n\n ...\n\nThe benefit of the MxDateTimeField is that a wider range of time designations\nis supported, dates may range from 5'000'000CE to 5'000'000BCE. Sometimes\nyou encounter Problems in Plone when you want to use such dates.\n\n\nInstallation\n============\n\nYou need to install egenix mxDateTime first, it is part of 'mxBase', see\nhttp://www.egenix.com/files/python/eGenix-mx-Extensions.html#Download-mxBASE\n\nSeveral Operating Systems are offering the egenix mxDateTime within their\npackage management systems.\n\nThen just put the MxDateTime folder into your Zopes 'Products' directory.\nThe Product should be listed among your Zopes Products in the control panel.\n\n\nThanks\n======\n\nThanks to Philipp Auersperg and Jens Klein for their hints and tips and\nfor AGX ;-)\n\n\nLinks\n=====\n\nRead more about mxDateTime - Date and Time types for Python:\nhttp://www.egenix.com/files/python/mxDateTime.html\n\nVisit Bluedynamice:\nhttp://www.bluedynamics.com\n\nSee my Homepage:\nhttp://gogo.bluedynamics.com\n\n\nSupport\n=======\n\nIf you have any questionns feel free to ask!\n\nirc: irc.freenode.net #bluedynamics\nemail: gogo@bluedynamics.com\n\n\nAuthor\n======\n\nGeorg Gogo. BERNHARD\ngogo@bluedynamics.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/Products.MxDateTimeField", "keywords": "", "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "Products.MxDateTimeField", "package_url": "https://pypi.org/project/Products.MxDateTimeField/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.MxDateTimeField/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/Products.MxDateTimeField" }, "release_url": "https://pypi.org/project/Products.MxDateTimeField/1.2/", "requires_dist": null, "requires_python": null, "summary": "Archetypes Field using MxDateTime", "version": "1.2" }, "last_serial": 1345835, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "0c3e633389ef957179624f58ac5f5e1f", "sha256": "05c02519ea1c2f200b17f15cfd80e1902dc86a05d1a8481817dca81bd90e4764" }, "downloads": -1, "filename": "Products.MxDateTimeField-1.2.tar.gz", "has_sig": false, "md5_digest": "0c3e633389ef957179624f58ac5f5e1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13959, "upload_time": "2014-08-20T15:06:17", "url": "https://files.pythonhosted.org/packages/c9/dd/c06d6671b5a1e20efa6be0da010522a61dc2b5ee17aefecb5a87fe030c37/Products.MxDateTimeField-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c3e633389ef957179624f58ac5f5e1f", "sha256": "05c02519ea1c2f200b17f15cfd80e1902dc86a05d1a8481817dca81bd90e4764" }, "downloads": -1, "filename": "Products.MxDateTimeField-1.2.tar.gz", "has_sig": false, "md5_digest": "0c3e633389ef957179624f58ac5f5e1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13959, "upload_time": "2014-08-20T15:06:17", "url": "https://files.pythonhosted.org/packages/c9/dd/c06d6671b5a1e20efa6be0da010522a61dc2b5ee17aefecb5a87fe030c37/Products.MxDateTimeField-1.2.tar.gz" } ] }