remi
remi copied to clipboard
Python REMote Interface library. Platform independent. In about 100 Kbytes, perfect for your diet.
I find remi pretty cool, and definitely more modern/scalable approach than e.g. http://www.gtk-server.org/ . At 100K and no dependencies beyond standard library it's also very attentively and cool written. Unfortunately,...
Hey, this is not really an issue, but as we don't have a gitter chat or anything (I created it, in case you wanna use it: https://gitter.im/dddomodossola/remi). https://github.com/awesomebytes/web_dyn_reconf It's a...
I'm not a PEP 8 code-snob, promise! I'm specifically talking about the getter- and setter-methods which are more at home in other languages, which nearly all of your widgets make...
Actually every changes / fixes / features, are pushed on master branch, but, the master branch should contain only stable / tested release. Can I suggest [this](http://nvie.com/posts/a-successful-git-branching-model/) model?
Hi everyone, I just discovered Remi for developing python applications for web use. I need a simple example for the GUI of SAAS product using Remi. in fact I would...
import remi.gui as gui from remi import start, App import os class MyApp(App): def __init__(self, *args): res_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'res') super(MyApp, self).__init__(*args, static_file_path={'myres': res_path}) def idle(self): pass def main(self): my_html_body...
Hello, I have a program made with remi. On the computer I developed, the layout of all web pages is normal. But when the program runs on my other computer,...
Please give examples on how to use Remy to create apps for mobile devices.
Having a top-level directory called `editor` causes conflicts with the `python-editor` package, and it completely clobbers the `editor` package (obviously both of these cannot be installed at the same time,...
As the title says