lesma

Simple paste app, friendly with browser and command line, with files as storage backend.


Keywords
lesma, paste, pastebin, sprunge, pastein, hastebin, friendly, commandline
License
GPL-3.0
Install
pip install lesma==0.5.4

Documentation

lesma

(c) 2017-2023 Ă“scar GarcĂ­a Amor

Redistribution, modifications and pull requests are welcomed under the terms of GPLv3 license.

lesma is a simple paste app, friendly with browser and command line, with files as storage backend. You can see in action in https://lesma.eu.

Install

To install lesma follow this steps.

From source

git clone https://github.com/ogarcia/lesma.git
virtualenv3 ./lesma-venv
source ./lesma-venv/bin/activate
cd lesma
python setup.py install

From PyPI

virtualenv3 ./lesma-venv
source ./lesma-venv/bin/activate
pip install lesma

Run

In your virtualenv run lesma server.

source ./lesma-venv/bin/activate
lesma server

Or without activate virtualenv.

./lesma-venv/bin/lesma server

Run lesma without parameters to see help.