Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
docs/ | H | 04-Aug-2019 | - | 652 | 359 | |
dpaste/ | H | 04-Aug-2019 | - | 2,556 | 1,547 | |
dpaste.egg-info/ | H | 03-May-2022 | - | 255 | 199 | |
CHANGELOG.rst | H A D | 12-Jul-2019 | 6.3 KiB | 192 | 149 | |
LICENSE | H A D | 17-Sep-2018 | 1.1 KiB | 20 | 16 | |
MANIFEST.in | H A D | 04-Aug-2019 | 254 | 11 | 10 | |
PKG-INFO | H A D | 04-Aug-2019 | 10.4 KiB | 255 | 199 | |
README.rst | H A D | 02-Aug-2019 | 1.4 KiB | 38 | 26 | |
runtests.py | H A D | 17-Sep-2018 | 543 | 25 | 15 | |
setup.cfg | H A D | 03-May-2022 | 1.5 KiB | 75 | 65 | |
setup.py | H A D | 25-Jan-2019 | 59 | 4 | 2 | |
tox.ini | H A D | 16-May-2019 | 905 | 45 | 40 |
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