"A Simple Inventory Manager powered by Flask"
These commands will get you started.
$ git clone https://github.com/SIMple-Inventory-Manager/SIMple.git
$ cd SIMple
$ python3 -m venv venv
$ source ./venv/bin/activate
$ pip install -U pip -e .
$ flask --app inventory.app run --debug
For more information, check out the Installation Guide.
See Using Simple for a comprehensive breakdown and videos of use.
There is a comprehensive table of information at Development & Production.
See the Roadmap.