Managing a project#

These functions and classes are meant for managing a Project.

Project([path, if_exists])

A collection of items persisted in a storage.

Project.put(key, value, *[, note, display_as])

Add a key-value pair to the Project.

Project.get(key, *[, version, metadata])

Get the value associated to key from the Project.