1.1.0 • Published 9 years ago

generator-pybottle v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Yeoman Python Bottle generator

Generator to use Yeoman on a Bottle project.

For more informations about Yeoman, see http://yeoman.io

For more informations about Bottle, see http://bottlepy.org/

Getting started

$ npm install -g generator-pybottle

Make sure to have python virtualenv installed, if not run:

$ pip install virtualenv

Usage

$ yo pybottle - Generates a folder with everything needed for a python bottle project

$ ./bootstrap.sh- Installs all required python libs in the virtual env

$ ./run.sh- Starts the server running on port 1337

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago