Skip to main content

Straightforward pastebin software.

Project description

https://pinnwand.readthedocs.io/en/latest/_static/logo-readme.png

pinnwand

https://travis-ci.org/supakeen/pinnwand.svg?branch=master https://readthedocs.org/projects/pinnwand/badge/?version=latest https://pinnwand.readthedocs.io/en/latest/_static/license.svg https://img.shields.io/badge/code%20style-black-000000.svg https://img.shields.io/pypi/v/pinnwand https://codecov.io/gh/supakeen/pinnwand/branch/master/graph/badge.svg

About

pinnwand is Python pastebin software that tried to keep it simple but got a little more complex.

Prerequisites

  • Python >= 3.6

  • Tornado

  • sqlalchemy

  • click

  • docutils

  • toml

  • pygments-better-html

  • a database driver

Usage

Web

Enter text, click “Paste”, easy enough.

steck

steck is a command line client to pinnwand instances:

€ pip install --user steck
...
€ steck paste *
You are about to paste the following 7 files. Do you want to continue?
 - LICENSE
 - mypy.ini
 - poetry.lock
 - pyproject.toml
 - README.rst
 - requirements.txt
 - steck.py

Continue? [y/N] y

Completed paste.
View link:    https://localhost:8000/W5
Removal link: https://localhost:8000/remove/TS2AFFIEHEWUBUV5HLKNAUZFEI

curl

pinnwand has a direct endpoint for curl users:

€ echo "foo" | curl -X POST http://localhost:8000/curl -F 'raw=<-'
Paste URL:   http://localhost:8000/OE
Raw URL:     http://localhost:8000/raw/GU
Removal URL: http://localhost:8000/remove/GQBHGJYKRWIS34D6FNU6CJ3B5M
€ curl http://localhost:8000/raw/GU
foo%

This will preselect the lexer and expiry arguments to be text and 1day respectively. You can provide those to change them.

API

pinnwand provides a straight forward JSON API, here’s an example using the common requests library:

>>> requests.post(
...     "http://localhost:8000/api/v1/paste",
...     json={
...             "expiry": "1day",
...             "files": [
...                     {"name": "spam", "lexer": "python", "content": "eggs"},
...             ],
...     }
... ).json()
{'link': 'http://localhost:8000/74', 'removal': 'http://localhost:8000/remove/KYXQLPZQEWV2L4YZM7NYGTR7TY'}

More information about this API is available in the documentation.

More ways to use pinnwand

Various deprecated ways of posting are still supported, don’t implement these for any new software but if you are maintaining old software and want to know how they used to work you can read our documentation.

If you do use a deprecated endpoint to post a warning will be shown below any pastes that are created this way.

Reporting bugs

Bugs are reported best at pinnwand’s project page on github. If you just want to hang out and chat about pinnwand then I’m available in the #pinnwand channel on Freenode IRC.

License

pinnwand is distributed under the MIT license. See LICENSE for details.

History

This pastebin has quite a long history which isn’t reflected entirely in its repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pinnwand-1.2.2.tar.gz (41.0 kB view details)

Uploaded Source

Built Distribution

pinnwand-1.2.2-py3-none-any.whl (44.4 kB view details)

Uploaded Python 3

File details

Details for the file pinnwand-1.2.2.tar.gz.

File metadata

  • Download URL: pinnwand-1.2.2.tar.gz
  • Upload date:
  • Size: 41.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.8.2 Linux/5.4.0-42-generic

File hashes

Hashes for pinnwand-1.2.2.tar.gz
Algorithm Hash digest
SHA256 b0aa58b00a7eca5efde9175f1d4d8e2b20bd0fc7d56b15bcf03bde0650bb70a1
MD5 dd52d6d90672dfd7e3ceaeb9998d56de
BLAKE2b-256 233217381c684928136a5d4c0d06b5b5b5cb6c7cfa25341b2f17da4bf2b6e180

See more details on using hashes here.

File details

Details for the file pinnwand-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: pinnwand-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 44.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.0.9 CPython/3.8.2 Linux/5.4.0-42-generic

File hashes

Hashes for pinnwand-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 501f33b487c26b6c7aef511c3a03e3b249388e0ff6d1772975f3fcbf2df4ee0d
MD5 0a8c2e5cd074c931c5336e8385d924a5
BLAKE2b-256 2caaaed4b65cbe0986a629552fc97fbdf71ac500e41622a1681bab3d144c22ad

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page