This example is meant to demonstrate the separation of concerns between Data
Modeling (i.e. storing things) and business logic (i.e. doing things) by
creating a Python Package called InventoryDB
which implements data models and
can be imported into a script that implements some business logic (i.e. actual work!).
To minimize the amount of effort involved in storing a pandas DataFrame in a MongoDB Document