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 hashes)