{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# This package allows you to create System Level Forecast for CAISO\n\nIt automatically creates all the required tables in the database.\nThis class constructor takes following parameters:\n \n start_date: The start date and time for the API. Example 20190207T07:00-0000\n\n end_date: The end date and time for the API. Example 20190207T09:00-0000\n \n log: The Logging class object\n\n config: The Config class object. Before passing this object make sure all the database\n\n credentials are already setup using config class object.\n \n csv_dir: The directory path where the csv files should be stored\n \n database_system: The database system to be used (e.g MySql). The value must be from Config class\n supported values are\n Config.MYSQL\n Config.POSTGRESQL\n \n Default value is Config.MYSQL\n \n\nTo execute the system you can call execute method of the same class.\n\n# EXAMPLE\n \n import logging\n \n from InnoUtils import Logging, Config\n \n from CAISOGetDataSystemLevelForecastActualData import CAISOGetDataSystemLevelForecastActualData\n \n log = Logging(print_on_console=True, level=logging.INFO)\n \n \n config = Config()\n config.setup_mysql_configuration(\"localhost\", 3306, \"userid\", \"data_lake\")\n \n csv_dir = \"caiso_csv_dir\"\n \n caiso = CAISOGetDataSystemLevelForecastActualData(start_date=\"20190207T07:00-0000\", end_date=\"20190207T09:00-0000\", log=log,\n config=config, csv_dir=csv_dir, database_system=Config.MYSQL)\n caiso.execute()", "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": "CAISOGetDataSystemLevelForecastActualData", "package_url": "https://pypi.org/project/CAISOGetDataSystemLevelForecastActualData/", "platform": "", "project_url": "https://pypi.org/project/CAISOGetDataSystemLevelForecastActualData/", "project_urls": null, "release_url": "https://pypi.org/project/CAISOGetDataSystemLevelForecastActualData/1.0.9/", "requires_dist": null, "requires_python": "", "summary": "This package provide CAISO system level forecast and Actual Data", "version": "1.0.9" }, "last_serial": 5855797, "releases": { "1.0.8": [ { "comment_text": "", "digests": { "md5": "81caa497b3784bd19d175428150678d5", "sha256": "698198b3447f18749689f99bdec7e265a0bbab950dd9f9ca6306fc342ce21799" }, "downloads": -1, "filename": "CAISOGetDataSystemLevelForecastActualData-1.0.8.tar.gz", "has_sig": false, "md5_digest": "81caa497b3784bd19d175428150678d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4783, "upload_time": "2019-09-19T10:31:00", "url": "https://files.pythonhosted.org/packages/d8/2e/3e3e17f0c2d5468b7154552f20f5ca674f650cd96681348d89f9d0159ee9/CAISOGetDataSystemLevelForecastActualData-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "97aae7c49fc850628c304e772f5257f3", "sha256": "7e00b2baeaf23399adf3252f904bfb92619634c77d8b7da084990f81d9c3d653" }, "downloads": -1, "filename": "CAISOGetDataSystemLevelForecastActualData-1.0.9.tar.gz", "has_sig": false, "md5_digest": "97aae7c49fc850628c304e772f5257f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4779, "upload_time": "2019-09-19T11:58:38", "url": "https://files.pythonhosted.org/packages/e8/d2/bec781d32e7c661e01c7aa6f40ba25021bf6cb5c2f206cae1fbc308824b4/CAISOGetDataSystemLevelForecastActualData-1.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "97aae7c49fc850628c304e772f5257f3", "sha256": "7e00b2baeaf23399adf3252f904bfb92619634c77d8b7da084990f81d9c3d653" }, "downloads": -1, "filename": "CAISOGetDataSystemLevelForecastActualData-1.0.9.tar.gz", "has_sig": false, "md5_digest": "97aae7c49fc850628c304e772f5257f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4779, "upload_time": "2019-09-19T11:58:38", "url": "https://files.pythonhosted.org/packages/e8/d2/bec781d32e7c661e01c7aa6f40ba25021bf6cb5c2f206cae1fbc308824b4/CAISOGetDataSystemLevelForecastActualData-1.0.9.tar.gz" } ] }