{ "info": { "author": "adder46", "author_email": "dedmauz69@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Topic :: Utilities" ], "description": "# dpaster\n\n[![Build Status](https://travis-ci.org/adder46/dpaster.svg?branch=master)](https://travis-ci.org/adder46/dpaster) [![Coverage Status](https://coveralls.io/repos/github/adder46/dpaster/badge.svg?branch=master)](https://coveralls.io/github/adder46/dpaster?branch=master) [![PyPI version](https://badge.fury.io/py/thepaster.svg)](https://pypi.org/project/thepaster/1.0.18/) [![PyPI](https://img.shields.io/badge/status-stable-brightgreen.svg)](https://pypi.org/project/thepaster/1.0.18/) \n\n**dpaster** is a client interface for [dpaste](https://dpaste.de/). \nIt makes sharing code quite convenient.\n\n## installing dpaster\n\nMake sure you have `~/.local/bin` in your `PATH`. \nIf you haven't already, add this to your `~/.bashrc`:\n\n`export PATH=$PATH:\"$HOME\"/.local/bin`\n\nThen run:\n\n`python3 -m pip install thepaster`\n\n## using dpaster\n\n**dpaster** is intented to be used as, for example:\n\n`cat spam.py | dpaster`\n\n**NOTE**: To specify desired lexer or desired expiry time, **dpaster** accepts \n`-l` (`--lexer`) and/or `-e` (`--expires`) options, for instance:\n\n`cat supersecret.txt | dpaster -l _text -e onetime`\n\n...which gives back a short link to your paste. \nIf you want the URL to be automatically copied to clipboard, run:\n\n`dpaster config --enable-autocp`\n\nIf you want a link to your raw paste, pass `-r` or `--raw` option. \nYou can also configure dpaster to always return raw URLs with `dpaster config --enable-raw`. \n\nYou can customise other options as well, such as `--default-lexer`, `--default-expires`:\n\n`dpaster config --default-lexer python` (see the [list of available lexers](https://docs.elephant.house/dpaste/settings.html#settings)) \n`dpaster config --default-expires hour`\n\nIf you want to view your current settings, run:\n\n`dpaster config --show`\n\n## licensing\n\nLicensed under the [MIT License](https://opensource.org/licenses/MIT). For details, see [LICENSE](https://github.com/adder46/dpaster/blob/master/LICENSE).", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/adder46/dpaster", "keywords": "client interface for https://dpaste.de/ pastebin", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "thepaster", "package_url": "https://pypi.org/project/thepaster/", "platform": "", "project_url": "https://pypi.org/project/thepaster/", "project_urls": { "Homepage": "https://github.com/adder46/dpaster" }, "release_url": "https://pypi.org/project/thepaster/1.0.18/", "requires_dist": null, "requires_python": "", "summary": "client interface for https://dpaste.de/ pastebin", "version": "1.0.18" }, "last_serial": 4911288, "releases": { "1.0.18": [ { "comment_text": "", "digests": { "md5": "beda1a26813ad3b54c2c33a3967902c4", "sha256": "32b86975643d2054d4bec2058876dd0ea0932755307984a0f7fcb3ca134e2085" }, "downloads": -1, "filename": "thepaster-1.0.18.tar.gz", "has_sig": false, "md5_digest": "beda1a26813ad3b54c2c33a3967902c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4111, "upload_time": "2019-02-04T20:57:04", "url": "https://files.pythonhosted.org/packages/ef/aa/b4a7b64906db150c6c2494f96e7f0113c1e0694bfadd752dca63c8c5a25b/thepaster-1.0.18.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "beda1a26813ad3b54c2c33a3967902c4", "sha256": "32b86975643d2054d4bec2058876dd0ea0932755307984a0f7fcb3ca134e2085" }, "downloads": -1, "filename": "thepaster-1.0.18.tar.gz", "has_sig": false, "md5_digest": "beda1a26813ad3b54c2c33a3967902c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4111, "upload_time": "2019-02-04T20:57:04", "url": "https://files.pythonhosted.org/packages/ef/aa/b4a7b64906db150c6c2494f96e7f0113c1e0694bfadd752dca63c8c5a25b/thepaster-1.0.18.tar.gz" } ] }