Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexkalderimis/snakepit
https://github.com/alexkalderimis/snakepit
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexkalderimis/snakepit
- Owner: alexkalderimis
- Created: 2013-10-24T09:18:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T16:52:27.000Z (about 11 years ago)
- Last Synced: 2024-04-09T22:22:41.214Z (10 months ago)
- Language: Python
- Size: 201 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
__ _ __
_________ ____ _/ /_____ ____ (_) /_
/ ___/ __ \/ __ `/ //_/ _ \/ __ \/ / __/
(__ ) / / / /_/ / ,< / __/ /_/ / / /_
/____/_/ /_/\__,_/_/|_|\___/ .___/_/\__/
/_/
```Data store web-services for steps, with a lisp.
Installation
=============* Clone
* Setup environment: `virtualenv .`
* Activate environment: `source bin/activate`
* Install dependencies: `pip install -r requirements.txt`
* Create testdb: `createdb snakepit-test`
* Run tests: `nosetests`