Skip to content
This repository has been archived by the owner on Mar 13, 2019. It is now read-only.

joealcorn/PyPaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPaste Build Status

Simple Python pastebin using Flask, Pygments & Postgres.

$ git clone git://github.com/buttscicles/PyPaste.git
$ cd PyPaste
$ pip install -r requirements.txt
$ cp PyPaste/config.py.default PyPaste/config.py
$ python run.py

PyPaste implements a basic login system to allow admins to easily delete pastes, etc.
$ fab add_user can be used to add users.

PyPaste has some test coverage, they can be run using a fab command

$ fab test

About

Python pastebin using Flask, Postgres & Pygments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published