Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupa/sprunge
command line pastebin for google appengine
https://github.com/rupa/sprunge
Last synced: 7 days ago
JSON representation
command line pastebin for google appengine
- Host: GitHub
- URL: https://github.com/rupa/sprunge
- Owner: rupa
- Created: 2010-11-30T02:02:09.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T16:38:22.000Z (over 9 years ago)
- Last Synced: 2024-10-14T14:21:48.505Z (25 days ago)
- Language: Python
- Homepage: http://sprunge.us
- Size: 249 KB
- Stars: 724
- Watchers: 34
- Forks: 70
- Open Issues: 30
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-starred - rupa/sprunge - command line pastebin for google appengine (others)
README
Command line pastebin for google app-engine, in use at [sprunge.us](http://sprunge.us).
Requirements:
* [pygments](http://pygments.org/). currently using version 1.6.
* [cloudstorage](https://developers.google.com/appengine/docs/python/googlecloudstorageclient/download).Version 2:
* Pretty much a complete rewrite, should be transparent to users.
* Sprunge contents are stored in the Blobstore (actually the Cloud Storage
"default bucket") rather than the Datastore. This gives us more room.
* Existing sprunges are migrated on demand.Version 1:
* [For reference](https://github.com/rupa/sprunge/releases/tag/v1).
Licensed under the WTFPL.