Name | sqliteimport JSON |
Version |
0.13.0
JSON |
| download |
home_page | None |
Summary | Import Python code from sqlite databases |
upload_time | 2025-07-24 12:40:52 |
maintainer | None |
docs_url | None |
author | Kurt McKee |
requires_python | >=3.9 |
license | MIT |
keywords |
sqlite
import
importlib
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
..
This file is a part of sqliteimport <https://github.com/kurtmckee/sqliteimport>
Copyright 2024-2025 Kurt McKee <contactme@kurtmckee.org>
SPDX-License-Identifier: MIT
.. image:: https://raw.githubusercontent.com/kurtmckee/sqliteimport/dfd7095f2df8d6e9249889dd85f102027d1a6cfb/docs/_static/banner.png
:alt: sqlite import: Import Python code from sqlite databases.
-------------------------------------------------------------------------------
Demo usage example, using ``demo.py`` in `the sqliteimport repository`_:
.. code-block:: bash
# Ensure sqliteimport is installed with the 'cli' extra.
pip install sqliteimport[cli]
# Install 'requests' in a standalone directory.
pip install --target=sample requests
# Generate a sqlite database containing the installed packages.
sqliteimport bundle sample sample.sqlite3
# Demonstrate that importing from a database works.
python demo.py sample.sqlite3
This is the output:
.. code-block:: console
$ python demo.py
The requests module object:
<module 'requests' (sample.sqlite3)>
Requesting a webpage...success!
.. warning::
The database format is likely to change as the project matures.
.. Links
.. -----
..
.. _the sqliteimport repository: https://github.com/kurtmckee/sqliteimport
Raw data
{
"_id": null,
"home_page": null,
"name": "sqliteimport",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "sqlite, import, importlib",
"author": "Kurt McKee",
"author_email": "contactme@kurtmckee.org",
"download_url": "https://files.pythonhosted.org/packages/a3/58/b3411ce93c9b047e916d053c05e3ca9d6f0dc12283f8d2e0d70cd21e41e4/sqliteimport-0.13.0.tar.gz",
"platform": null,
"description": "..\n This file is a part of sqliteimport <https://github.com/kurtmckee/sqliteimport>\n Copyright 2024-2025 Kurt McKee <contactme@kurtmckee.org>\n SPDX-License-Identifier: MIT\n\n\n.. image:: https://raw.githubusercontent.com/kurtmckee/sqliteimport/dfd7095f2df8d6e9249889dd85f102027d1a6cfb/docs/_static/banner.png\n :alt: sqlite import: Import Python code from sqlite databases.\n\n-------------------------------------------------------------------------------\n\nDemo usage example, using ``demo.py`` in `the sqliteimport repository`_:\n\n.. code-block:: bash\n\n # Ensure sqliteimport is installed with the 'cli' extra.\n pip install sqliteimport[cli]\n\n # Install 'requests' in a standalone directory.\n pip install --target=sample requests\n\n # Generate a sqlite database containing the installed packages.\n sqliteimport bundle sample sample.sqlite3\n\n # Demonstrate that importing from a database works.\n python demo.py sample.sqlite3\n\n\nThis is the output:\n\n.. code-block:: console\n\n $ python demo.py\n The requests module object:\n <module 'requests' (sample.sqlite3)>\n\n Requesting a webpage...success!\n\n.. warning::\n\n The database format is likely to change as the project matures.\n\n\n.. Links\n.. -----\n..\n.. _the sqliteimport repository: https://github.com/kurtmckee/sqliteimport\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Import Python code from sqlite databases",
"version": "0.13.0",
"project_urls": {
"Changelog": "https://sqliteimport.readthedocs.io/en/latest/changelog/",
"Documentation": "https://sqliteimport.readthedocs.io/en/latest/",
"Source": "https://github.com/kurtmckee/sqliteimport"
},
"split_keywords": [
"sqlite",
" import",
" importlib"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "31fe194b0b41cefd30a215254cf6b20c4765b2d08996fb4aae9098e6c3ac88b8",
"md5": "c35952668e46edfd28e5d0116e26884d",
"sha256": "d7bf10195d4858bc7c85a54813478a6a67b50a3a0e52fdd339221a6bae04a689"
},
"downloads": -1,
"filename": "sqliteimport-0.13.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c35952668e46edfd28e5d0116e26884d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 14493,
"upload_time": "2025-07-24T12:40:51",
"upload_time_iso_8601": "2025-07-24T12:40:51.116297Z",
"url": "https://files.pythonhosted.org/packages/31/fe/194b0b41cefd30a215254cf6b20c4765b2d08996fb4aae9098e6c3ac88b8/sqliteimport-0.13.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a358b3411ce93c9b047e916d053c05e3ca9d6f0dc12283f8d2e0d70cd21e41e4",
"md5": "d2c0da07f48872c6370b1b119690cf41",
"sha256": "ca0153e12e3e5d9b795e8f87c832de84f562025f7b31eb3edba87d47668e9ef1"
},
"downloads": -1,
"filename": "sqliteimport-0.13.0.tar.gz",
"has_sig": false,
"md5_digest": "d2c0da07f48872c6370b1b119690cf41",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 10798,
"upload_time": "2025-07-24T12:40:52",
"upload_time_iso_8601": "2025-07-24T12:40:52.308038Z",
"url": "https://files.pythonhosted.org/packages/a3/58/b3411ce93c9b047e916d053c05e3ca9d6f0dc12283f8d2e0d70cd21e41e4/sqliteimport-0.13.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-24 12:40:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kurtmckee",
"github_project": "sqliteimport",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "sqliteimport"
}