lesma


Namelesma JSON
Version 0.5.4 PyPI version JSON
download
home_pagehttps://lesma.eu
SummarySimple paste app, friendly with browser and command line, with files as storage backend.
upload_time2022-12-24 13:00:16
maintainer
docs_urlNone
authorÓscar García Amor
requires_python
licenseGPLv3
keywords lesma paste pastebin sprunge pastein hastebin friendly commandline
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

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

### From PyPI

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

## Run

In your virtualenv run `lesma server`.

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

Or without activate virtualenv.

```
./lesma-venv/bin/lesma server
```

Run `lesma` without parameters to see help.

            

Raw data

            {
    "_id": null,
    "home_page": "https://lesma.eu",
    "name": "lesma",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "lesma paste pastebin sprunge pastein hastebin friendly commandline",
    "author": "\u00d3scar Garc\u00eda Amor",
    "author_email": "ogarcia@connectical.com",
    "download_url": "https://files.pythonhosted.org/packages/09/d5/12ca9a8d9f2147a7532a74fd6e7d82d127366f58c07e7ba1147cc33f1a72/lesma-0.5.4.tar.gz",
    "platform": null,
    "description": "# lesma\n\n(c) 2017-2023 \u00d3scar Garc\u00eda Amor\n\nRedistribution, modifications and pull requests are welcomed under the terms\nof GPLv3 license.\n\nlesma is a simple paste app, friendly with browser and command line, with\nfiles as storage backend. You can see in action in https://lesma.eu.\n\n## Install\n\nTo install lesma follow this steps.\n\n### From source\n\n```sh\ngit clone https://github.com/ogarcia/lesma.git\nvirtualenv3 ./lesma-venv\nsource ./lesma-venv/bin/activate\ncd lesma\npython setup.py install\n```\n\n### From PyPI\n\n```sh\nvirtualenv3 ./lesma-venv\nsource ./lesma-venv/bin/activate\npip install lesma\n```\n\n## Run\n\nIn your virtualenv run `lesma server`.\n\n```sh\nsource ./lesma-venv/bin/activate\nlesma server\n```\n\nOr without activate virtualenv.\n\n```\n./lesma-venv/bin/lesma server\n```\n\nRun `lesma` without parameters to see help.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Simple paste app, friendly with browser and command line, with files as storage backend.",
    "version": "0.5.4",
    "split_keywords": [
        "lesma",
        "paste",
        "pastebin",
        "sprunge",
        "pastein",
        "hastebin",
        "friendly",
        "commandline"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d02987ef987e7edd01f59cab382e1da7",
                "sha256": "25b340f877f5a5ff21829ea18f9b5c011a100a4be4b81eae97dc85848d2f9115"
            },
            "downloads": -1,
            "filename": "lesma-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d02987ef987e7edd01f59cab382e1da7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 77079,
            "upload_time": "2022-12-24T13:00:14",
            "upload_time_iso_8601": "2022-12-24T13:00:14.662081Z",
            "url": "https://files.pythonhosted.org/packages/9f/d1/79ac3c39f78d28a9cdb8bc5e62ff1cd8198b2f5dd4ba2065371da6ba1d36/lesma-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "47a4df7db6d104132788acdc66c0e523",
                "sha256": "f58e15dbad3c356abb804d27e30ae26f22d12c6fbf767450cda457769a0f289d"
            },
            "downloads": -1,
            "filename": "lesma-0.5.4.tar.gz",
            "has_sig": false,
            "md5_digest": "47a4df7db6d104132788acdc66c0e523",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 75069,
            "upload_time": "2022-12-24T13:00:16",
            "upload_time_iso_8601": "2022-12-24T13:00:16.090483Z",
            "url": "https://files.pythonhosted.org/packages/09/d5/12ca9a8d9f2147a7532a74fd6e7d82d127366f58c07e7ba1147cc33f1a72/lesma-0.5.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-24 13:00:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "lesma"
}
        
Elapsed time: 0.02123s