Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/youten
Nothing to see here.
https://github.com/kirang89/youten
Last synced: 7 days ago
JSON representation
Nothing to see here.
- Host: GitHub
- URL: https://github.com/kirang89/youten
- Owner: kirang89
- License: mit
- Created: 2014-09-19T18:52:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T09:11:38.000Z (about 10 years ago)
- Last Synced: 2024-04-16T18:23:10.132Z (7 months ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Youten
[![Build Status](https://travis-ci.org/kirang89/youten.svg?branch=master)](https://travis-ci.org/kirang89/youten)
**Youten** is a simple app to help manage your code snippets. This repository contains the brains(a.k.a API)
behind the app.##Installation
The following command creates a virtual environment and installs dependencies for you:
```make env```
##Usage
To run the project in development mode, do:
```python server.py```
If you want to run it with a [Gunicorn](http://gunicorn.org/) server instead, do:
```./gunicorn_server ```
##Testing
Youten uses [nose](https://nose.readthedocs.org/en/latest/) for testing. To run tests, simply do:
```make test``` or ```make testc```
to run with coverage report.
##Contributing
No code is perfect, so feel free to send me a pull request or create a git issue :)
##License
Youten is MIT licensed, so feel free to use it as you like.