Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronnix/extreme-carpaccio

Our entry for the Extreme Carpaccio kata at the Paris Software Craftsmanship meetup
https://github.com/ronnix/extreme-carpaccio

competitive-programming pyramid-framework python

Last synced: 25 days ago
JSON representation

Our entry for the Extreme Carpaccio kata at the Paris Software Craftsmanship meetup

Awesome Lists containing this project

README

        

Extreme Carpaccio
=================

Written by Ronan and Bowie for the Extreme Carpaccio kata
at the Paris Software Craftsmanship meetup.

We implemented our client in Python using the Pyramid framework.

To run the server (preferrably in a virtualenv)::

$ python setup.py develop
$ pserve --reload --monitor-restart development.ini

For more information on the Extreme Carpaccio kata,
see https://github.com/dlresende/extreme-carpaccio.