{ "info": { "author": "Simon Kaeser", "author_email": "skaeser@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nThe ``horae.ticketing`` package implements the different models and their\nhierarchy for the Horae resource planning system which there are:\n\n* Client\n* Project\n* Milestone\n* Ticket\n\nWhere clients hold projects and projects hold milestones and tickets. Tickets\nmay optionally be grouped into milestones. All the aforementioned models are using\nthe property architecture provided by the `horae.properties\n`_ package and thus implement\n``horae.properties.interfaces.IPropertied``. The following default properties\nare registered for the different containers:\n\nGlobal properties\n-----------------\n\n* Name (``horae.properties.properties.TextLineProperty``)\n* Description (``horae.properties.properties.RichTextProperty``)\n* Tags (``horae.properties.properties.KeywordProperty``)\n\nProject properties\n------------------\n\n* Start/due date (``horae.properties.properties.DateTimeRangeProperty``)\n\nMilestone properties\n--------------------\n\n* Start/due date (``horae.properties.properties.DateTimeRangeProperty``)\n\nTicket properties\n-----------------\n\n* Estimated hours (``horae.properties.properties.FloatProperty``)\n* Start/due date (``horae.properties.properties.DateTimeRangeProperty``)\n* Responsible (``horae.properties.properties.UserRoleProperty``)\n* Comment title (``horae.properties.properties.TextLineProperty``)\n* Comment (``horae.properties.properties.RichTextProperty``)\n* Milestone (``horae.properties.properties.MilestoneProperty``)\n* Hidden fields (``horae.properties.properties.FieldsProperty``)\n* Dependencies (``horae.ticketing.properties.TicketReferenceProperty``)\n\nDependencies\n============\n\nHorae\n-----\n\n* `horae.auth `_\n* `horae.cache `_\n* `horae.core `_\n* `horae.layout `_\n* `horae.lifecycle `_\n* `horae.properties `_\n* `horae.search `_\n* `horae.timeaware `_\n\nThird party\n-----------\n\n* `grok `_\n* `z3c.relationfield `_\n* `hurry.query `_\n\nChangelog\n=========\n\n1.0a1 (2012-01-16)\n------------------\n\n* Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "horae.ticketing", "package_url": "https://pypi.org/project/horae.ticketing/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/horae.ticketing/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/horae.ticketing/1.0a1/", "requires_dist": null, "requires_python": null, "summary": "Implements the different models and their hierarchy for the Horae resource planning system", "version": "1.0a1" }, "last_serial": 793003, "releases": { "1.0a1": [ { "comment_text": "", "digests": { "md5": "a1ae697720eb4fbfc35b64bfe3bac4a2", "sha256": "338b3581d9369cc30b76bc00ce63db5d9af812bd348af71c2206945345aecc10" }, "downloads": -1, "filename": "horae.ticketing-1.0a1.tar.gz", "has_sig": false, "md5_digest": "a1ae697720eb4fbfc35b64bfe3bac4a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16999, "upload_time": "2012-01-16T12:02:33", "url": "https://files.pythonhosted.org/packages/a5/11/51acf69d837c2a9034417ec98e2bc34b2fddcde9bd2e2e926ba9df9f0f01/horae.ticketing-1.0a1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a1ae697720eb4fbfc35b64bfe3bac4a2", "sha256": "338b3581d9369cc30b76bc00ce63db5d9af812bd348af71c2206945345aecc10" }, "downloads": -1, "filename": "horae.ticketing-1.0a1.tar.gz", "has_sig": false, "md5_digest": "a1ae697720eb4fbfc35b64bfe3bac4a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16999, "upload_time": "2012-01-16T12:02:33", "url": "https://files.pythonhosted.org/packages/a5/11/51acf69d837c2a9034417ec98e2bc34b2fddcde9bd2e2e926ba9df9f0f01/horae.ticketing-1.0a1.tar.gz" } ] }