Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nampnq/pyslate
- Owner: NamPNQ
- License: mit
- Created: 2015-10-06T07:33:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-06T11:07:25.000Z (about 9 years ago)
- Last Synced: 2024-10-20T16:56:12.861Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 207 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```