Prepaid vending machine software https://vending.waw.hackerspace.pl
 
 
 
 
 
 
Go to file
q3k 75c222852b default.nix: implement
This paves the way to hosting bitvend with NixOS.

Getting this to work required pulling in flask-oauthlib and a bunch of
older dependencies. This isn't great, but before we migrate
flask-spaceauth to use authlib that's what we have to do.

We also build pigpio/cygpio. pigpio should get upstreamed into nixpkgs.

We also rename bitvend.py to bitvend-run.py to unconfuse python paths.

To test:

    nix build
    result/bin/bitvend-run.py
2020-02-23 11:44:10 +01:00
bitvend default.nix: implement 2020-02-23 11:44:10 +01:00
cygpio cygpio: basic cython-based MDB backend for raspi & pigpio 2018-06-10 19:50:25 +02:00
deployment default.nix: implement 2020-02-23 11:44:10 +01:00
mdb hack: pull changes from old rpi 2020-02-23 10:59:01 +01:00
.gitignore default.nix: implement 2020-02-23 11:44:10 +01:00
LICENSE Add LICENSE 2017-02-15 20:29:19 +01:00
MANIFEST.in default.nix: implement 2020-02-23 11:44:10 +01:00
accept.py pre-reafctor 2017-01-13 17:08:40 +01:00
bitvend-run.py default.nix: implement 2020-02-23 11:44:10 +01:00
default.nix default.nix: implement 2020-02-23 11:44:10 +01:00
requirements.txt mdb: Make raspi backend blocking 2017-12-08 20:42:22 +01:00
setup.py default.nix: implement 2020-02-23 11:44:10 +01:00