dpaste/README.rst

40 lines
1.4 KiB
ReStructuredText
Raw Normal View History

2018-06-24 05:18:38 +10:00
======
dpaste
======
.. image:: https://img.shields.io/pypi/v/dpaste.svg
2019-05-16 18:07:21 +10:00
:target: https://pypi.org/project/dpaste/
2018-06-24 05:18:38 +10:00
2017-01-20 23:28:02 +11:00
.. image:: https://travis-ci.org/bartTC/dpaste.svg?branch=master
2019-05-16 18:07:21 +10:00
:target: https://travis-ci.org/bartTC/dpaste
2016-03-24 00:18:41 +11:00
2018-04-29 22:23:02 +10:00
.. image:: https://api.codacy.com/project/badge/Coverage/185cfbe9b4b447e59a40f816c4a5ebf4
2019-05-16 18:07:21 +10:00
:target: https://www.codacy.com/app/bartTC/dpaste
2018-04-29 22:23:02 +10:00
.. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4
2019-05-16 18:07:21 +10:00
:target: https://www.codacy.com/app/bartTC/dpaste
2013-03-23 08:54:41 +11:00
2019-11-24 19:56:13 +11:00
----
📖 Full documentation on https://dpaste.readthedocs.io/
2018-06-24 05:18:38 +10:00
dpaste is a pastebin_ application written in Python using the Django
framework. You can find a live installation on `dpaste.de`_.
2018-06-24 05:12:46 +10:00
.. image:: https://raw.githubusercontent.com/bartTC/dpaste/master/docs/_static/dpaste_de_screenshot.png
2019-05-16 18:07:21 +10:00
:alt: A screenshot of https://dpaste.de/
:width: 60%
2018-06-24 05:18:38 +10:00
The project is intended to run standalone as any regular Django Project,
but it's also possible to install it into an existing project as a typical
Django application.
2019-05-16 18:07:21 +10:00
The code is open source and available on Github: https://github.com/bartTC/dpaste.
If you found bugs, have problems or ideas with the project or the website installation,
please create an *Issue* there.
2018-06-24 05:18:38 +10:00
2019-12-05 22:27:51 +11:00
⚠️ dpaste requires at a minimum Python 3.6 and Django 2.2.
2018-06-24 05:18:38 +10:00
.. _dpaste.de: https://dpaste.de/
.. _pastebin: https://en.wikipedia.org/wiki/Pastebin