Part of bzrlib
A store is a simple write-once container indexed by a universally unique ID.
From the __init__.py module:
| Class | Store | This class represents the abstract storage layout for saving information. |
| Class | StoreError | Undocumented |
| Class | TransportStore | A TransportStore is a Store superclass for Stores that use Transports. |