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: over 1 year ago
JSON representation
Our entry for the Extreme Carpaccio kata at the Paris Software Craftsmanship meetup
- Host: GitHub
- URL: https://github.com/ronnix/extreme-carpaccio
- Owner: ronnix
- Created: 2015-05-19T21:59:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T22:02:44.000Z (about 11 years ago)
- Last Synced: 2025-03-18T23:15:52.028Z (over 1 year ago)
- Topics: competitive-programming, pyramid-framework, python
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.