electronics-inventory/README.rst

33 lines
870 B
ReStructuredText

web interface for accessing Hackerspace electronic parts information stored on
`inventory system`_
.. _inventory system: https://wiki.hackerspace.pl/members:services:inventory
Status
------
There is only one webpage listing SMD resistors in `BOXALL`_ container. Other functionality is not
there yet.
.. _BOXALL: http://aidetek.com/mm5/merchant.mvc?Screen=PROD&Store_Code=A&Product_Code=BOXALL&Category_Code=Encl
TODO
----
* form for adding new resistor (requires access token)
* generating pdf version
* toggle between metric and imperial units
* other component types
* integration into inventory (module?)
Running
-------
.. code:: bash
# prepare virtual environment
python3 -m venv venv
./venv/bin/pip install "${PATH_TO_REPO}"
./venv/bin/pip install gunicorn
# run application
./venv/bin/gunicorn 'electronics_inventory.webapp:app()'