Skip to main content

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

This version

1.1

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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page