Managing a project#

These functions and classes are meant for managing a Project and its reports.

Project(name, **kwargs)

API to manage a collection of key-report pairs.

Project.put(key, report)

Put a key-report pair to the project.

Project.reports

Accessor for interaction with the persisted reports.