Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.48 KB

README.rst

File metadata and controls

58 lines (44 loc) · 1.48 KB
https://travis-ci.org/supakeen/steck.svg?branch=master https://readthedocs.org/projects/steck/badge/?version=latest https://img.shields.io/pypi/v/steck

steck

steck is a Python application to interface with the pinnwand pastebin software.

Prerequisites

  • Python >= 3.6
  • click
  • requests
  • python-magic

Usage

Simple use:

€ 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
View Paste https://localhost:8000/6MZA
Remove Paste https://localhost:8000/remove/XFVRNNCC7L5ATXOU4RHZNBEKIQ

License

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