Name | sqliteimport JSON |
Version |
0.6.0
JSON |
| download |
home_page | None |
Summary | Import Python code from sqlite databases |
upload_time | 2025-02-18 15:41:54 |
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 in 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/ec/fd/af0bfe467ac41e0c5c96ab0229150e051129fd95e173c33e415cb8080f6d/sqliteimport-0.6.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 in 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.6.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": "632f950cdf2a49c08b4b39eb2a1f6d0cc4494e7d556b11daae8b4f82ff69e257",
"md5": "f8801309d776bb3763834ed6c8720c40",
"sha256": "ae2d000fe94a5eab03b207516cfaeb3bf32388a84737330eb912d4303b7c71a5"
},
"downloads": -1,
"filename": "sqliteimport-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f8801309d776bb3763834ed6c8720c40",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 11910,
"upload_time": "2025-02-18T15:41:53",
"upload_time_iso_8601": "2025-02-18T15:41:53.079409Z",
"url": "https://files.pythonhosted.org/packages/63/2f/950cdf2a49c08b4b39eb2a1f6d0cc4494e7d556b11daae8b4f82ff69e257/sqliteimport-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ecfdaf0bfe467ac41e0c5c96ab0229150e051129fd95e173c33e415cb8080f6d",
"md5": "2569a8078efd444b0199d643fac0627d",
"sha256": "7b8dd34ab14398e857f2858dedbffafa76609bae77ddcc293683bb97dd19354c"
},
"downloads": -1,
"filename": "sqliteimport-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "2569a8078efd444b0199d643fac0627d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 8650,
"upload_time": "2025-02-18T15:41:54",
"upload_time_iso_8601": "2025-02-18T15:41:54.920591Z",
"url": "https://files.pythonhosted.org/packages/ec/fd/af0bfe467ac41e0c5c96ab0229150e051129fd95e173c33e415cb8080f6d/sqliteimport-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-18 15:41:54",
"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"
}