{ "info": { "author": "Shwetabh Kumar", "author_email": "shwetabh.kumar@fyle.in", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP" ], "description": "# SQLite Connector\nPython package with SQLite convenience functions. [Fyle](https://www.fylehq.com/) is an expense management system.\n\n## Installation\n\nThis project requires [Python 3+](https://www.python.org/downloads/).\n\n1. Download this project and use it (copy it in your project, etc).\n2. Install it from [pip](https://pypi.org).\n\n $ pip install sqlite-connector\n\n## Usage\n\nThis connector is very easy to use.\n\nFirst you'll need to create a connection using the main class FyleSDK.\n```python\nfrom sqlite_connector import SQLiteConnector\n\nsqlite_connector = SQLiteConnector('/tmp/file.db')\n```\nAfter that you'll be able to execute sql scripts\n```python\nsqlite_connector.execute_transform('file_name.sql')\n```\n\n## Contribute\n\nTo contribute to this project follow the steps\n\n* Fork and clone the repository.\n* Run `pip install -r requirements.txt`\n* Setup pylint precommit hook\n * Create a file `.git/hooks/pre-commit`\n * Copy and paste the following lines in the file - \n ```bash\n #!/usr/bin/env bash \n git-pylint-commit-hook\n ```\n * Run `chmod +x .git/hooks/pre-commit`\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fylein/sqlite-connector", "keywords": "fyle,db,python,sdk,sqlite", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sqlite-connector", "package_url": "https://pypi.org/project/sqlite-connector/", "platform": "", "project_url": "https://pypi.org/project/sqlite-connector/", "project_urls": { "Homepage": "https://github.com/fylein/sqlite-connector" }, "release_url": "https://pypi.org/project/sqlite-connector/0.1.0/", "requires_dist": [ "logger (==1.4)" ], "requires_python": "", "summary": "Python package with SQLite convenience functions", "version": "0.1.0", "yanked": false, "yanked_reason": null }, "last_serial": 6052792, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "24a02cd0ea31156ad8f4ec79fbbe7994", "sha256": "3be8a7e23426e380f3bcb4dfe61e496276fd7af098aaa7002d11f52ba5eb889e" }, "downloads": -1, "filename": "sqlite_connector-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "24a02cd0ea31156ad8f4ec79fbbe7994", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3537, "upload_time": "2019-10-30T13:59:43", "upload_time_iso_8601": "2019-10-30T13:59:43.692485Z", "url": "https://files.pythonhosted.org/packages/8c/5c/da18d04e42445dea718d329ac9968ee4fbcd07eb2aa8d9e1ba151636660a/sqlite_connector-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "135be781863963b8b375d784a7b0bda1", "sha256": "f3ba961f4382c050d3fe5fe2046746b845dbdf3d64ef9962fe5015a0cd676bdf" }, "downloads": -1, "filename": "sqlite-connector-0.1.0.tar.gz", "has_sig": false, "md5_digest": "135be781863963b8b375d784a7b0bda1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2264, "upload_time": "2019-10-30T13:59:46", "upload_time_iso_8601": "2019-10-30T13:59:46.374072Z", "url": "https://files.pythonhosted.org/packages/5a/7e/b60c125668280b0432eb343e4da70b110141e176972db5fe73c4988f859b/sqlite-connector-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "24a02cd0ea31156ad8f4ec79fbbe7994", "sha256": "3be8a7e23426e380f3bcb4dfe61e496276fd7af098aaa7002d11f52ba5eb889e" }, "downloads": -1, "filename": "sqlite_connector-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "24a02cd0ea31156ad8f4ec79fbbe7994", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3537, "upload_time": "2019-10-30T13:59:43", "upload_time_iso_8601": "2019-10-30T13:59:43.692485Z", "url": "https://files.pythonhosted.org/packages/8c/5c/da18d04e42445dea718d329ac9968ee4fbcd07eb2aa8d9e1ba151636660a/sqlite_connector-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "135be781863963b8b375d784a7b0bda1", "sha256": "f3ba961f4382c050d3fe5fe2046746b845dbdf3d64ef9962fe5015a0cd676bdf" }, "downloads": -1, "filename": "sqlite-connector-0.1.0.tar.gz", "has_sig": false, "md5_digest": "135be781863963b8b375d784a7b0bda1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2264, "upload_time": "2019-10-30T13:59:46", "upload_time_iso_8601": "2019-10-30T13:59:46.374072Z", "url": "https://files.pythonhosted.org/packages/5a/7e/b60c125668280b0432eb343e4da70b110141e176972db5fe73c4988f859b/sqlite-connector-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }