Doqu is a lightweight schema/query framework for document databases. It is not an ORM as it doesn’t map existing schemata to Python objects but instead defines them on a higher layer built upon a schema-less storage (key/value or document-oriented). You define models as a valuable subset of the whole database and work with only certain parts of existing entities — the parts that you need.
The name “doqu” is a shortcut for document-query, the central concept of the library.
Installation
Using pip:
$ pip install doqu
ArchLinux (AUR):
$ yaourt python2-doqu
Documentation
See the complete documentation for details. If it’s not complete enough, feel free to ask your questions in the discussion group.
Licensing
Docu is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Docu is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Docu. If not, see <http://gnu.org/licenses/>.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file doqu-0.28.2.tar.gz.
File metadata
- Download URL: doqu-0.28.2.tar.gz
- Upload date:
- Size: 54.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e444bafea097014e6ef4807e2c28ac6b05855d420d1ce3a56cad2b70380d2f1
|
|
| MD5 |
d239797d1cfab95b7a769a47c62b5e02
|
|
| BLAKE2b-256 |
7c7ff143c250f225b19ecea4e7d39f0158cde7bb449545ac99a17a3e90556df0
|