A fresh way to interact with your python objects as though they were files on your filesystem.
As easy as:
Install MongoDB
Ubuntu:
sudo apt install mongodb
- Install pyos:
pip install pyos
- Jump in to the shell:
> ipython
In [1]: from pyos.pyos import *
In [2]: ls()
From here you can save() objects, use familiar linux commands (ls(), mv(), find(), etc) and a whole lot more. Head over to the documentation to find out how.