{ "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 NEISO.\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. String format %Y/%m/%dT%H:%M\n\n end_date: The end date and time for the API. String format %Y/%m/%dT%H:%M\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 Config.CASSANDRA\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\nimport logging\nimport os\nfrom datetime import datetime, timedelta\n\nfrom NYISOGetDataSystemLevelForecastActualData import NYISOSystemLevelForecast\nfrom utilsInnowatts import Config, Logging\n\nlog = Logging(print_on_console=True, level=logging.INFO)\nconfig = Config()\nconfig.setup_mysql_configuration(host=os.environ['MYSQL_HOST'],\n port=os.environ['MYSQL_PORT'],\n user=os.environ['MYSQL_USER'],\n password=os.environ['MYSQL_PASSWORD'],\n database=os.environ['MYSQL_DATABASE'],\n )\n\ncsv_dir = \"csv_neiso\"\nend_date = datetime.now()\nstart_date = end_date - timedelta(days=0)\n\nneiso = NEISOSystemLevelForecast(start_date=start_date,\n end_date=end_date, log=log,\n config=config, csv_dir=csv_dir, database_system=Config.MYSQL)\nneiso.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": "NEISOGetDataSystemLevelForecastActualData", "package_url": "https://pypi.org/project/NEISOGetDataSystemLevelForecastActualData/", "platform": "", "project_url": "https://pypi.org/project/NEISOGetDataSystemLevelForecastActualData/", "project_urls": null, "release_url": "https://pypi.org/project/NEISOGetDataSystemLevelForecastActualData/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "This package provide system level forecast for NEISO", "version": "1.0.2" }, "last_serial": 5948255, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1e14a001a963b503b5f894925166744c", "sha256": "a6cf7c23665fc4cb67dcb8f0dc4d24f23511caed57bcbdd4ad12ccfe9ceb4ebf" }, "downloads": -1, "filename": "NEISOGetDataSystemLevelForecastActualData-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1e14a001a963b503b5f894925166744c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4778, "upload_time": "2019-10-09T07:15:51", "url": "https://files.pythonhosted.org/packages/c7/e8/c1398087cebddedb18bc5b875923ba58b378550372509599c5379eaa8599/NEISOGetDataSystemLevelForecastActualData-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "092a126ec966d137502b586514bc1fd3", "sha256": "16d4328aa4e3324c6ed5ce1821b9d1b5ecf651b5c33dcce4e3be3bf6928ec9e8" }, "downloads": -1, "filename": "NEISOGetDataSystemLevelForecastActualData-1.0.1.tar.gz", "has_sig": false, "md5_digest": "092a126ec966d137502b586514bc1fd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4764, "upload_time": "2019-10-09T07:22:22", "url": "https://files.pythonhosted.org/packages/71/b3/35209e8cfdb2e3de937d50a36fa8c9830dadc52cc890eac08eb91d08876c/NEISOGetDataSystemLevelForecastActualData-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "71dbc1c116d91c26dd46f2546c41e970", "sha256": "0c2a801e99f538c389b59cd22b5f312ae1d0bbde4793d699a7b0cc0e27470dd6" }, "downloads": -1, "filename": "NEISOGetDataSystemLevelForecastActualData-1.0.2.tar.gz", "has_sig": false, "md5_digest": "71dbc1c116d91c26dd46f2546c41e970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4649, "upload_time": "2019-10-09T07:34:39", "url": "https://files.pythonhosted.org/packages/54/66/34e5ed81f3dec1e411e1585eb6d9805bc1d9fd6643ec19ce590512b177e9/NEISOGetDataSystemLevelForecastActualData-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "71dbc1c116d91c26dd46f2546c41e970", "sha256": "0c2a801e99f538c389b59cd22b5f312ae1d0bbde4793d699a7b0cc0e27470dd6" }, "downloads": -1, "filename": "NEISOGetDataSystemLevelForecastActualData-1.0.2.tar.gz", "has_sig": false, "md5_digest": "71dbc1c116d91c26dd46f2546c41e970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4649, "upload_time": "2019-10-09T07:34:39", "url": "https://files.pythonhosted.org/packages/54/66/34e5ed81f3dec1e411e1585eb6d9805bc1d9fd6643ec19ce590512b177e9/NEISOGetDataSystemLevelForecastActualData-1.0.2.tar.gz" } ] }