{ "info": { "author": "radude", "author_email": "admin@rentry.co", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Text Processing :: Markup", "Topic :: Utilities" ], "description": "rentry\n======\n\n`Rentry.co`_ is a pastebin/publishing service with markdown support, preview, custom urls and editing.\n\nThis repository contains a simple script that allows pasting and editing from command line interface.\n\nInstallation\n------------\n\nManually:\n\n.. code:: sh\n\n wget https://raw.githubusercontent.com/radude/rentry/master/rentry -O ./rentry && chmod +x ./rentry\n\nPyPI (Make sure you are using Python3 and pip3):\n\n.. code:: sh\n\n pip install rentry\n\nUsage\n-----\n\n.. code:: console\n\n $ rentry --help\n\n Usage: rentry {new | edit | raw} {-h | --help} {-u | --url} {-p | --edit-code} text\n\n Commands:\n new create a new entry\n edit edit an existing entry\n raw get raw markdown text of an existing entry\n\n Options:\n -h, --help show this help message and exit\n -u, --url URL url for the entry, random if not specified\n -p, --edit-code EDIT-CODE edit code for the entry, random if not specified\n\n Examples:\n rentry new 'markdown text' # new entry with random url and edit code\n rentry new -p pw -u example 'text' # with custom edit code and url\n rentry edit -p pw -u example 'text' # edit the example entry\n cat file | rentry new # read from pipe and paste it to rentry\n rentry raw -u example # get raw markdown text\n rentry raw -u https://rentry.co/example # -u accepts absolute and relative urls\n\n\n.. _Rentry.co: https://rentry.co", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/radude/rentry/archive/1.0.1.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/radude/rentry", "keywords": "markdown,pastebin,cli,terminal,console,markup", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "rentry", "package_url": "https://pypi.org/project/rentry/", "platform": "", "project_url": "https://pypi.org/project/rentry/", "project_urls": { "Download": "https://github.com/radude/rentry/archive/1.0.1.tar.gz", "Homepage": "https://github.com/radude/rentry" }, "release_url": "https://pypi.org/project/rentry/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Markdown pastebin from command line", "version": "1.0.1" }, "last_serial": 3493142, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "98ec6090a43d23e6cd9d42818b3efe44", "sha256": "0eb06f84e8059008a3770cccb74b8492e816bbcfc75476e95c080ec163ef674e" }, "downloads": -1, "filename": "rentry-1.0.1.tar.gz", "has_sig": false, "md5_digest": "98ec6090a43d23e6cd9d42818b3efe44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2890, "upload_time": "2018-01-16T07:44:07", "url": "https://files.pythonhosted.org/packages/e7/f2/5bcf82795773f92809f00d3da379a16cfa7e0d3889baaee4728ca998d375/rentry-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "98ec6090a43d23e6cd9d42818b3efe44", "sha256": "0eb06f84e8059008a3770cccb74b8492e816bbcfc75476e95c080ec163ef674e" }, "downloads": -1, "filename": "rentry-1.0.1.tar.gz", "has_sig": false, "md5_digest": "98ec6090a43d23e6cd9d42818b3efe44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2890, "upload_time": "2018-01-16T07:44:07", "url": "https://files.pythonhosted.org/packages/e7/f2/5bcf82795773f92809f00d3da379a16cfa7e0d3889baaee4728ca998d375/rentry-1.0.1.tar.gz" } ] }