• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H04-Aug-2019-652359

dpaste/H04-Aug-2019-2,5561,547

dpaste.egg-info/H03-May-2022-255199

CHANGELOG.rstH A D12-Jul-20196.3 KiB192149

LICENSEH A D17-Sep-20181.1 KiB2016

MANIFEST.inH A D04-Aug-2019254 1110

PKG-INFOH A D04-Aug-201910.4 KiB255199

README.rstH A D02-Aug-20191.4 KiB3826

runtests.pyH A D17-Sep-2018543 2515

setup.cfgH A D03-May-20221.5 KiB7565

setup.pyH A D25-Jan-201959 42

tox.iniH A D16-May-2019905 4540

README.rst

1======
2dpaste
3======
4
5.. image:: https://img.shields.io/pypi/v/dpaste.svg
6   :target: https://pypi.org/project/dpaste/
7
8.. image:: https://travis-ci.org/bartTC/dpaste.svg?branch=master
9   :target: https://travis-ci.org/bartTC/dpaste
10
11.. image:: https://api.codacy.com/project/badge/Coverage/185cfbe9b4b447e59a40f816c4a5ebf4
12   :target: https://www.codacy.com/app/bartTC/dpaste
13
14.. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4
15   :target: https://www.codacy.com/app/bartTC/dpaste
16
17dpaste is a pastebin_ application written in Python using the Django
18framework. You can find a live installation on `dpaste.de`_.
19
20.. image:: https://raw.githubusercontent.com/bartTC/dpaste/master/docs/_static/dpaste_de_screenshot.png
21   :alt: A screenshot of https://dpaste.de/
22   :width: 60%
23
24The project is intended to run standalone as any regular Django Project,
25but it's also possible to install it into an existing project as a typical
26Django application.
27
28The code is open source and available on Github: https://github.com/bartTC/dpaste.
29If you found bugs, have problems or ideas with the project or the website installation,
30please create an *Issue* there.
31
32dpaste requires at a minimum **Python 3.4** and **Django 1.11**.
33
34Further documentation can be found here: https://docs.elephant.house/dpaste/
35
36.. _dpaste.de: https://dpaste.de/
37.. _pastebin: https://en.wikipedia.org/wiki/Pastebin
38