Node database for Python
Project description
ndb-py is a light node database for Python.
Flexible Data Model
Expressive Query Language
Easy to use in Python
Installation
The lastest stable is ndb-py-1.1.tar.gz
python setup.py install
Getting Start
demo for ndb-py:
import ndb
self.node = ndb.read('example.ndb')
reslt = ndb.execute(self.node, 'select:root->parent->child->name:/.*m/')
print(result[0].get('name'))
print(result[1].get('name'))
Documentation
Basic documentation is hosted on README.md
License
ndb-py is licensed under the Apache License, Version 2.0. See LICENSE for full license text
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
ndb-py-1.1.tar.gz
(14.5 kB
view details)
File details
Details for the file ndb-py-1.1.tar.gz
.
File metadata
- Download URL: ndb-py-1.1.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ebce5bbd0d10771afc4edfc1eee47251c01cb1a5a74b52b8ebb0d75a96a6141 |
|
MD5 | d6e264421160b1f0953be8fb4dd2136a |
|
BLAKE2b-256 | b60c5b97566aad91332ef961f465dc9f5e470f6dc8cef6632d20ce49bb161ac3 |