{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# This InnoUtils package contains following files\n\n## Config.py\n\nThis file is used to setup all the configuration values for different files.\nThis has following methods\n\ndef setup_mysql_configuration(self, host, port, user, database, password=\"\")\ndef setup_postgresql_configuration(self, host, port, user, database, password=\"\")\ndef setup_cassandra_configuration(self, host, port, keyspace)\n\n## DatabaseConnection.py\n\nThis file manages all the database related operations.\nThis class constructor takes following parameters.\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 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\n\n## DataFormat.py\n\nThis file is used to convert the data into different type.\n \n## Logging.py\n\nThis file manages all the logs and its configuration.\nThis class constructor takes following parameters\n\n log_file: Path to the log file\n\n level: The logging level, can be anyone from in-build logging class\n\n print_on_console: Set this to true if you want the logging output on console too\n\n log_format: The format used by the logger\n\n date_format: The date format that you want to specify", "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": "utilsInnowatts", "package_url": "https://pypi.org/project/utilsInnowatts/", "platform": "", "project_url": "https://pypi.org/project/utilsInnowatts/", "project_urls": null, "release_url": "https://pypi.org/project/utilsInnowatts/1.0.10/", "requires_dist": null, "requires_python": "", "summary": "Utility package for all the common methods used for Innowatts project.", "version": "1.0.10" }, "last_serial": 5970701, "releases": { "1.0.10": [ { "comment_text": "", "digests": { "md5": "e0d365482b16453c5f48a02af1cd2486", "sha256": "1f81b945ecde75ca2014c640058b8b99d1597948da5e89e4157332003293d1f7" }, "downloads": -1, "filename": "utilsInnowatts-1.0.10.tar.gz", "has_sig": false, "md5_digest": "e0d365482b16453c5f48a02af1cd2486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4219, "upload_time": "2019-10-14T09:59:39", "url": "https://files.pythonhosted.org/packages/e1/51/6c246e191fd97a7cd33dc5dd96053a5a16e762c13e050e0ae24c6821a651/utilsInnowatts-1.0.10.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e0d365482b16453c5f48a02af1cd2486", "sha256": "1f81b945ecde75ca2014c640058b8b99d1597948da5e89e4157332003293d1f7" }, "downloads": -1, "filename": "utilsInnowatts-1.0.10.tar.gz", "has_sig": false, "md5_digest": "e0d365482b16453c5f48a02af1cd2486", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4219, "upload_time": "2019-10-14T09:59:39", "url": "https://files.pythonhosted.org/packages/e1/51/6c246e191fd97a7cd33dc5dd96053a5a16e762c13e050e0ae24c6821a651/utilsInnowatts-1.0.10.tar.gz" } ] }