Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ronnix/extreme-carpaccio
- Owner: ronnix
- Created: 2015-05-19T21:59:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T22:02:44.000Z (over 9 years ago)
- Last Synced: 2024-05-01T13:30:05.300Z (6 months 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.iniFor more information on the Extreme Carpaccio kata,
see https://github.com/dlresende/extreme-carpaccio.