https://github.com/diging/seshat
https://github.com/diging/seshat
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/diging/seshat
- Owner: diging
- Created: 2013-04-13T15:37:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-06-19T23:32:15.000Z (about 13 years ago)
- Last Synced: 2026-02-25T03:43:39.009Z (4 months ago)
- Language: Python
- Homepage: http://erickpeirson.github.io/Seshat
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seshat metadata management system for HPS
## Dependencies
This is designed to run on Google App Engine, but attempts are being made to make it as separable as possible (e.g. abstracting away from the GAE datastore). You'll need the following libraries, which will need to be installed (at least symlinks) in the main Seshat/ directory:
* [networkx](http://networkx.github.io/)
* [httplib2](https://code.google.com/p/httplib2/)
* [requests](http://docs.python-requests.org/en/latest/)