Mongoframes

Latest version: v1.3.7

Safety actively analyzes 682457 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

1.1.1

1.1.0

This release of MongoFrames sees the introduction of the factory sub-module which provides a set of classes and functions to simplify the process of generating fake data.

The documentation for the release has not yet been completed and so I'll update the release with a link once this is in place.

1.0.3

1.0.2

See issue 4.

1.0.1

This makes the following project possible:

python
web_order = WebOrder.one(Q._id == ObjectID(...), projection={
'items': {
'$sub': Item,
'product': {
'$ref': Product,
'name': True
}
}
})


In the example above we select a single web order (Frame) and map all items for the order to an item (SubFrame). Each item has a reference to a product (Frame) which we select limiting the projection to just the product's name.

1.0.0

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.