Skip to content

jeronimoalbi/sandglass.time

Repository files navigation

Sandglass Documentation

Sandglass is a REST API based time tracking application.

It is based on the Pyramid web framework, and for ORM and data access it uses SQLAlchemy.

See notes.

Setting up after initial checkout

$ python setup.py develop
$ cp sandglass-development.ini.dist sandglass.ini
$ sandglass manage init-database
$ sandglass manage create-user --admin
$ pserve sandglass.ini

Frontend

Frontend implementation is being developed as a separate project called sandglass-frontend.

About

Sandglass REST API based time tracking application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages