drime.fcgi (165B)
1 #!/usr/bin/python 2 from flup.server.fcgi import WSGIServer 3 from drime import app 4 5 if __name__ == '__main__': 6 WSGIServer(app, bindAddress='/tmp/drime.sock').run()
drimeFrench rhyme dictionary with web and CLI interface | |
git clone https://a3nm.net/git/drime/ | |
Log | Files | Refs | README |