Comment on How To Package Your Python CodeparentComments−mercurial13yIn my limited experience, packaging works very well with Flask: http://flask.pocoo.org/docs/patterns/distribute/You just need a quickly whipped up Fabric script, and then you deploy remotely from the command line.
Comments
In my limited experience, packaging works very well with Flask: http://flask.pocoo.org/docs/patterns/distribute/
You just need a quickly whipped up Fabric script, and then you deploy remotely from the command line.