Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/gpaste
Use fedora pastebin service in your Glib2 code
https://github.com/tchx84/gpaste
Last synced: about 1 month ago
JSON representation
Use fedora pastebin service in your Glib2 code
- Host: GitHub
- URL: https://github.com/tchx84/gpaste
- Owner: tchx84
- License: lgpl-2.1
- Created: 2013-08-24T22:23:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-27T20:35:58.000Z (over 11 years ago)
- Last Synced: 2024-10-15T23:35:20.084Z (3 months ago)
- Language: Python
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## gpaste
gpaste helps you integrate fedora pastebin service in your Glib2 code.### Example
from gpaste.paste import Pastepaste = Paste()
paste.connect('completed', __phase1_completed_cb)
paste.connect('failed', __phase2_failed_cb)
paste.create('import os', 'python', 'tch')For more examples, check the tests folder.
### Dependencies
* grestful [https://github.com/tchx84/grestful]### Development
* Feel free to hack it and send pull requests!### Documentation
* Take a look at the API docs [http://fpaste.org/doc/api/]