{ "info": { "author": "Ryan James", "author_email": "rgjames@ucdavis.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "==========\n Codepadr\n==========\n\ncodepadr is an interface to upload things to `codepad.org `_.\n\n\nInstallation & Requirements\n---------------------------\n\nTo install codepadr, simply::\n\n $ pip install codepadr\n\nor, if you must::\n\n $ easy_install codepadr\n\ncodepadr requires:\n\n* python 2.6+\n* requests\n\n\nExample usage\n-------------\n\ncodepadr is quite flexible in how you pass it code to upload::\n\n $ codepad file.txt\n $ codepad < file.txt\n $ cat file.txt | codepad\n\nYou can specify that the paste should be private::\n\n $ echo \"psst, this is private\" | codepad -p\n\nYou can specify the language of the paste (defaults to plain text)::\n\n $ echo \"print 'hello world'\" | codepad -l py\n\nIf you pass in a file, the language will be inferred from the file extension::\n\n $ codepad script.rb\n\nYou can ask codepad the run the code::\n\n $ codepad script.py -r\n\nAnd if you pass in `-`, it will read from stdin::\n\n $ codepad -l py -r -\n for i in xrange(25):\n print i**i\n ^D\n\n\nCredits\n-------\n\nThis project was inspired by Dalton Barreto's `codepad `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/autoplectic/codepadr", "keywords": null, "license": "LITL", "maintainer": null, "maintainer_email": null, "name": "codepadr", "package_url": "https://pypi.org/project/codepadr/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/codepadr/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/autoplectic/codepadr" }, "release_url": "https://pypi.org/project/codepadr/0.9/", "requires_dist": null, "requires_python": null, "summary": "A tool for uploading to codepad.org", "version": "0.9" }, "last_serial": 787609, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "8e0e018e30b4236ef4561b16534a8d9d", "sha256": "1644b6ccfd553af4a8214492a00aa01755365a1c6888bea84782578eb4319f1f" }, "downloads": -1, "filename": "codepadr-0.9.tar.gz", "has_sig": false, "md5_digest": "8e0e018e30b4236ef4561b16534a8d9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3221, "upload_time": "2011-10-18T00:20:42", "url": "https://files.pythonhosted.org/packages/12/4f/0ef20bb7740bda9311d0ced51e6abb97edf1cd60cb62122c17b86aaa1bc1/codepadr-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8e0e018e30b4236ef4561b16534a8d9d", "sha256": "1644b6ccfd553af4a8214492a00aa01755365a1c6888bea84782578eb4319f1f" }, "downloads": -1, "filename": "codepadr-0.9.tar.gz", "has_sig": false, "md5_digest": "8e0e018e30b4236ef4561b16534a8d9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3221, "upload_time": "2011-10-18T00:20:42", "url": "https://files.pythonhosted.org/packages/12/4f/0ef20bb7740bda9311d0ced51e6abb97edf1cd60cb62122c17b86aaa1bc1/codepadr-0.9.tar.gz" } ] }