Demo usage example, using demo.py in the sqliteimport repository:
# 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:
$ python demo.py
The requests module object:
<module 'requests' (sample.sqlite3)>
Requesting a webpage...success!
Release files for sqliteimport 0.14.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sqliteimport-0.14.0.tar.gz | 12.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sqliteimport-0.14.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.1 kB
Release files / sqliteimport-0.14.0.tar.gz
| Download URL | sqliteimport-0.14.0.tar.gz |
|---|---|
| Size | 12.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
65b1a8a7cc3df586e80eb6482e67a3769ece3770c84c3cc14be1aee9e02f64ba
|
|
BLAKE2b-256 checksum How to use checksums |
797aab89288f3f82e441b70675bc1bf4f5191303feffb0634f019895a4dacb8d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|
Release files / sqliteimport-0.14.0-py3-none-any.whl
| Download URL | sqliteimport-0.14.0-py3-none-any.whl |
|---|---|
| Size | 17.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9bbe1cf578b834d6498ff05cf5da36e50a04faf879ebab452ad18ada3be2d135
|
|
BLAKE2b-256 checksum How to use checksums |
80db6d36d8fb6de77af26bf3be0b01bab599200c13fa4032a8909ff53c779755
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.7
|