{ "info": { "author": "Igor Kalnitsky", "author_email": "igor@kalnitsky.org", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3" ], "description": "xsnippet-cli\n============\n\n**xsnippet-cli** is a simple command line interface for interacting with\nxsnippet_ service. By means this script, you can easily post and receive\nsnippets directly from your terminal.\n\n\nUsage\n-----\n\nIt's very easy to use. You can paste the snippet this way ::\n\n $ xsnippet /path/to/file\n\nor this way ::\n\n $ cat /path/to/file | xsnippet\n\nAs you can see the last method posts a some command output. It's very usefull\nto post the last few lines from logfile this way ::\n\n $ tail -n 5 nginx.log | xsnippet\n\nIt's important to note that you can specify a snippet language or tags.\nThats can be done by the following command ::\n\n $ cat setup.py | xsnippet -l python -t setuptools test\n\nIf you want to receive snippet just do the following command ::\n\n $ xsnippet -r snippet_id\n\nInstallation\n------------\n\n::\n\n $ (sudo) pip install xsnippet-cli\n\nor\n\n::\n\n $ (sudo) easy_install xsnippet-cli\n\nor\n\n::\n\n $ wget http://git.io/xsnippet-cli.zip -O xsnippet-cli.zip\n $ unzip xsnippet-cli.zip && cd xsnippet-cli-master\n $ (sudo) python ./setup.py install\n\n\nMeta\n----\n\n- Author: Igor Kalnitsky \n- License: BSD License\n\n\n.. _xsnippet: http://xsnippet.org/", "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/xsnippet/xsnippet-cli", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "xsnippet-cli", "package_url": "https://pypi.org/project/xsnippet-cli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xsnippet-cli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/xsnippet/xsnippet-cli" }, "release_url": "https://pypi.org/project/xsnippet-cli/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A simple command line interface for the XSnippet service.", "version": "0.1.2" }, "last_serial": 2798421, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d694d0ebd8cacf4ed53d6dd74772226b", "sha256": "31dccc3ca936a8e33dc74732449d38b644f0627d1cf602250c13ab6b39da5c67" }, "downloads": -1, "filename": "xsnippet-cli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d694d0ebd8cacf4ed53d6dd74772226b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3256, "upload_time": "2013-01-24T17:59:58", "url": "https://files.pythonhosted.org/packages/a8/a2/89c1348ea907acfc10d7804ec39ef4cbca39918648e936fa14f0aaed3602/xsnippet-cli-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ffbbbca5609d2b56a3e4f98f01ad46e3", "sha256": "be5db908f08b91032c96e6ece203f79ae10258c0810533d50798454ad6e2a5eb" }, "downloads": -1, "filename": "xsnippet-cli-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ffbbbca5609d2b56a3e4f98f01ad46e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3586, "upload_time": "2013-01-25T14:39:36", "url": "https://files.pythonhosted.org/packages/ca/50/d134635345721708d15b87b019108adb0ef7833418d1819fd894c9f1b42f/xsnippet-cli-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "b36a32f46203696cb00bd990cbf55cba", "sha256": "5e6093803dfc9b4b2c1cece982d900effd30f75fa98b59d48ff3727a1a0e890a" }, "downloads": -1, "filename": "xsnippet-cli-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b36a32f46203696cb00bd990cbf55cba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4704, "upload_time": "2013-01-26T18:23:46", "url": "https://files.pythonhosted.org/packages/c2/58/637cf952ba5134937b08966b5e761f1ddf2ba6dcbdfb44ab57f4232e774d/xsnippet-cli-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b36a32f46203696cb00bd990cbf55cba", "sha256": "5e6093803dfc9b4b2c1cece982d900effd30f75fa98b59d48ff3727a1a0e890a" }, "downloads": -1, "filename": "xsnippet-cli-0.1.2.tar.gz", "has_sig": false, "md5_digest": "b36a32f46203696cb00bd990cbf55cba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4704, "upload_time": "2013-01-26T18:23:46", "url": "https://files.pythonhosted.org/packages/c2/58/637cf952ba5134937b08966b5e761f1ddf2ba6dcbdfb44ab57f4232e774d/xsnippet-cli-0.1.2.tar.gz" } ] }