nordlys.core.storage package¶
This is the (intro of the) storage package doc. It’s in the __init__.py
of the package, as an example for the other packages, and IT SHOULD BE cleaned up without all of this ;).
No idea what text it could contain :)
It might contain, e.g., items in this way
- This
- That
and also code snippets like usual, using as usual these double colons and the indented code:
mongo = Mongo(host, db, collection)
And that’s it.
(In the following I included all the up-to-now available modules, sectioned by no criteria in particular.)