Django library for QuerySet-like objects not backed by a database
Project description
django-virtualqueryset
Django library for creating QuerySet-like objects that are not backed by a database.
This is a minimal Django library ready for migration of existing tools.
Purpose
Create virtual QuerySets for:
- Data from external APIs
- In-memory computed data
- Configuration/settings as models
- Read-only models without database tables
Installation
pip install django-virtualqueryset
Quick Start
INSTALLED_APPS = [
...
'virtualqueryset',
]
Development
python dev.py venv
python dev.py install-dev
python dev.py migrate
python dev.py test
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_virtualqueryset-1.0.0.tar.gz.
File metadata
- Download URL: django_virtualqueryset-1.0.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67dd4f4b223255e1742ccc5cfd8e6e55cf54c36b6c15dcdfe5b4cc1b78757547
|
|
| MD5 |
dd5b9552a385d85ba9a8adb292ae73eb
|
|
| BLAKE2b-256 |
90aa47be9100d71a2c77251e9012ec2f53cd9a1d8ba9c959742291e6bc497ba0
|
File details
Details for the file django_virtualqueryset-1.0.0-py3-none-any.whl.
File metadata
- Download URL: django_virtualqueryset-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eccafd60d6965a49ce98e0c200c9b5fc7987328898ee38fccac93a0f56023a5
|
|
| MD5 |
ba7cf7c78fc233138fdde52a49701d94
|
|
| BLAKE2b-256 |
857664af781fd9fa7415bf81c8fb97656da8557ebcc585886c2661a55403ac58
|