{ "info": { "author": "Gord Thompson", "author_email": "gord@gordthompson.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# msaccessdb\n\nA package to create a new (empty) Access database.\nPotentially of interest to `pyodbc` users who:\n\n- switched from `pypyodbc` and miss having the `pypyodbc.win_create_mdb` method (see Note 3, below),\n\n- need to create a new Access database so they can dump information into it, or\n\n- want to create a temporary database to help work around issues regarding performance, prevent \"bloat\" in the \nmain database, or avoid the dreaded *\"Operation must use an updateable query.\"* error message.\n\n**Installation:**\n\n pip install msaccessdb\n\n**Usage:**\n\n import msaccessdb\n msaccessdb.create(r'C:\\path\\to\\new.accdb')\n\n**Notes:**\n\n1. This package does not need the Access Database Engine to create a database.\n\n2. No effort is made to prevent overwriting an existing file.\n\n3. This package simply creates the file. It doesn't automatically connect to it using `pyodbc` (or anything else).\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/gordthompson/msaccessdb", "keywords": "Microsoft Access", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "msaccessdb", "package_url": "https://pypi.org/project/msaccessdb/", "platform": "", "project_url": "https://pypi.org/project/msaccessdb/", "project_urls": { "Homepage": "https://github.com/gordthompson/msaccessdb" }, "release_url": "https://pypi.org/project/msaccessdb/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Create a new empty Access database", "version": "1.0.0" }, "last_serial": 5787852, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b2bc2da7dbafdc88ae75beb14c267e81", "sha256": "760a510c6f14b4a40105fe65171fd5e8717bf30a447dcb9b76f340a303c3475a" }, "downloads": -1, "filename": "msaccessdb-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b2bc2da7dbafdc88ae75beb14c267e81", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20334, "upload_time": "2019-09-05T18:35:04", "url": "https://files.pythonhosted.org/packages/59/69/a0702a6418117aa4dc6031b304b2b2139022ba7d52d6b1c6cb1134f9f5c4/msaccessdb-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f8f7edeb52558ef9417145996137ddf", "sha256": "9d3e42c30756afad484755bc84732bcffab42632d42ea93dd446ac0b5609b563" }, "downloads": -1, "filename": "msaccessdb-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7f8f7edeb52558ef9417145996137ddf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8878, "upload_time": "2019-09-05T18:35:06", "url": "https://files.pythonhosted.org/packages/b0/c5/edf2c17b5664f7b04f2a3357ee239f8488273c6bb1824ef47029a2daa4c3/msaccessdb-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b2bc2da7dbafdc88ae75beb14c267e81", "sha256": "760a510c6f14b4a40105fe65171fd5e8717bf30a447dcb9b76f340a303c3475a" }, "downloads": -1, "filename": "msaccessdb-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b2bc2da7dbafdc88ae75beb14c267e81", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20334, "upload_time": "2019-09-05T18:35:04", "url": "https://files.pythonhosted.org/packages/59/69/a0702a6418117aa4dc6031b304b2b2139022ba7d52d6b1c6cb1134f9f5c4/msaccessdb-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f8f7edeb52558ef9417145996137ddf", "sha256": "9d3e42c30756afad484755bc84732bcffab42632d42ea93dd446ac0b5609b563" }, "downloads": -1, "filename": "msaccessdb-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7f8f7edeb52558ef9417145996137ddf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8878, "upload_time": "2019-09-05T18:35:06", "url": "https://files.pythonhosted.org/packages/b0/c5/edf2c17b5664f7b04f2a3357ee239f8488273c6bb1824ef47029a2daa4c3/msaccessdb-1.0.0.tar.gz" } ] }