Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nampnq/pyslate

Another implement of slate in python, but it simple than.
https://github.com/nampnq/pyslate

Last synced: 30 days ago
JSON representation

Another implement of slate in python, but it simple than.

Awesome Lists containing this project

README

        

# pyslate
Another implement [Slate](https://github.com/tripit/slate) in python, but it simple than.

## How to use

Easy to use for who famillar with python

```sh
$ virtualenv
$ source env/bin/active
$ pip install -r requirements.txt
$ python pyslate.py run
```