Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marianoguerra/taskr
a small and simple task manager with desktop and web clients
https://github.com/marianoguerra/taskr
Last synced: about 1 month ago
JSON representation
a small and simple task manager with desktop and web clients
- Host: GitHub
- URL: https://github.com/marianoguerra/taskr
- Owner: marianoguerra
- Created: 2010-04-12T20:41:33.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-10T15:34:14.000Z (over 13 years ago)
- Last Synced: 2023-04-21T08:16:33.126Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# taskr
a simple task manager as an example of multiple python technologies
## status
stalled, it's just an example, if you have improvements, fork it and send pull requests
## requirements
* python >= 2.5
* sqlalchemy
* simplejson (for python 2.5, > 2.5 comes builtin)
* werkzeugon debian based systems (change the package manager of your choice)
sudo aptitude install python-sqlalchemy python-simplejson python-werkzeug
### clone the repository with the latest code
git clone git://github.com/marianoguerra/taskr.git### go to the source directory
cd taskr/### run
python main.py### go to http://localhost:8080/ with your browser
firefox http://localhost:8080/### enjoy!