{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# This package creates following dimension tables\n\n## Date dimension\n\n| Field | Type | Null | Key | Default | Extra |\n|-------------|---------------------|------|-----|---------|----------------|\n| date_id | int(11) | NO | PRI | NULL | auto_increment |\n| date | date | YES | | NULL | |\n| day | tinyint(3) unsigned | YES | | NULL | |\n| month | tinyint(3) unsigned | YES | | NULL | |\n| year | smallint(6) | YES | | NULL | |\n| day_of_week | tinyint(3) unsigned | YES | | NULL | |\n| day_of_year | smallint(6) | YES | | NULL | |\n| isholiday | tinyint(1) | YES | | NULL | |\n| isweekday | tinyint(1) | YES | | NULL | |\n| season | tinyint(3) unsigned | YES | | NULL | |\n\n\n## Time dimension\n\n| Field | Type | Null | Key | Default | Extra |\n|------------|---------|------|-----|---------|-------|\n| time_id | int(11) | YES | | NULL | |\n| utc_hour | int(11) | YES | | NULL | |\n| utc_minute | int(11) | YES | | NULL | |\n| time | time | YES | | NULL | |\n\nThis class constructor takes following parameters.\n\n db_connection: The InnoUtils.DatabaseConnection class object\n log: The InnoUtils.Logging class object", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "DateTimeDimensionInitializer", "package_url": "https://pypi.org/project/DateTimeDimensionInitializer/", "platform": "", "project_url": "https://pypi.org/project/DateTimeDimensionInitializer/", "project_urls": null, "release_url": "https://pypi.org/project/DateTimeDimensionInitializer/1.0.8/", "requires_dist": null, "requires_python": "", "summary": "This package creates dimension tables for Innowatts project", "version": "1.0.8" }, "last_serial": 5855432, "releases": { "1.0.8": [ { "comment_text": "", "digests": { "md5": "3b81e8454704d06deed96bc31634f509", "sha256": "a0e05edfb86fd43bc3c160a64cc4c2a6bbe0a62d4fcd74c95a7ce8ed0c74e2af" }, "downloads": -1, "filename": "DateTimeDimensionInitializer-1.0.8.tar.gz", "has_sig": false, "md5_digest": "3b81e8454704d06deed96bc31634f509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2852, "upload_time": "2019-09-19T10:12:25", "url": "https://files.pythonhosted.org/packages/41/b8/4d1b50c9c770b49539acb698bba85c556857f385b2feada3f0f364b58c35/DateTimeDimensionInitializer-1.0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b81e8454704d06deed96bc31634f509", "sha256": "a0e05edfb86fd43bc3c160a64cc4c2a6bbe0a62d4fcd74c95a7ce8ed0c74e2af" }, "downloads": -1, "filename": "DateTimeDimensionInitializer-1.0.8.tar.gz", "has_sig": false, "md5_digest": "3b81e8454704d06deed96bc31634f509", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2852, "upload_time": "2019-09-19T10:12:25", "url": "https://files.pythonhosted.org/packages/41/b8/4d1b50c9c770b49539acb698bba85c556857f385b2feada3f0f364b58c35/DateTimeDimensionInitializer-1.0.8.tar.gz" } ] }