Skip to main content

Like shelves but better...

Project description

:: >>> from BlueDB import Blue >>> database = Blue(‘database’) >>> database[‘key’] = {‘nested key’: ‘nested value’} >>> print(database[‘key’][‘nested key’]) nested value >>> database[‘key’][‘nested key’] = ‘new value’ >>> print(database) {‘key’: {‘nested key’: ‘new value’}}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BlueDB-0.2.2.tar.gz (2.2 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