{ "info": { "author": "Massimiliano Torromeo", "author_email": "massimiliano.torromeo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: BSD", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "xmppcat\n=======\n\nA unix command line program that works like *cat* but sends its output through XMPP.\n\nHelp\n----\n\n::\n\n\tusage: xmppcat [-h] [-V] [-c CONFIG] [-H HOST] [-P PORT] [-u USER] [-p PWD]\n\t [-q] [-d] [-v]\n\t recipient [file]\n\n\tCLI application that works like cat but sends its output through xmpp\n\n\tpositional arguments:\n\trecipient The XMPP jid to send the message to\n\tfile The file to read. If not specified it will be read\n\t from STDIN\n\n\toptional arguments:\n\t-h, --help show this help message and exit\n\t-V, --version show program's version number and exit\n\t-c CONFIG, --config CONFIG\n\t Use a different configuration file\n\t-H HOST, --host HOST XMPP host (xmppcat will try to auto detect it with DNS\n\t or JID parsing)\n\t-P PORT, --port PORT XMPP port\n\t-u USER, --user USER XMPP username (JID)\n\t-p PWD, --pass PWD XMPP password\n\n\toutput arguments:\n\t-q, --quiet Suppress any non-error output\n\t-d, --debug Enable debugging output\n\t-v, --verbose Show additional connection informations\n\nConfiguration file\n------------------\n\nThe program requires several arguments to be specified in order to be able to connect and authenticate to a XMPP server.\nTo simplify this process you can save this options in a configuration file, either globally in */etc/xmppcat.conf* or locally in *$HOME/.xmppcat.conf*.\n\nThis is an example of a configuration file for xmppcat::\n\n\t[DEFAULT]\n\tuser = myuser@jabber.org/xmppcat\n\tpass = mypassword\n\thost = jabber.org # can be autodetected by dnspython\n\tport = 5222 # also autodetectable\n\nExample usage\n-------------\n\n::\n\n\techo \"Hello world!\" | xmppcat recipient@jabber.org\n\txmppcat recipient@jabber.org file.txt\n\nLICENSE\n-------\nCopyright (c) 2012 Massimiliano Torromeo\n\nxmppcat is free software released under the terms of the BSD license.\n\nSee the LICENSE file provided with the source distribution for full details.\n\nContacts\n--------\n\n* Massimiliano Torromeo ", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/mtorromeo/xmppcat/tarball/v0.1.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/mtorromeo/xmppcat", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "xmppcat", "package_url": "https://pypi.org/project/xmppcat/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xmppcat/", "project_urls": { "Download": "http://github.com/mtorromeo/xmppcat/tarball/v0.1.1", "Homepage": "http://github.com/mtorromeo/xmppcat" }, "release_url": "https://pypi.org/project/xmppcat/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "CLI application that works like cat but sends its output through xmpp", "version": "0.1.1" }, "last_serial": 677548, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "cf03637b401eb668c359c13a0f32f053", "sha256": "a2f63dce5a010fdcfe1b89e970083a437f0d1f680593a4014a00fc04d1dcbe6b" }, "downloads": -1, "filename": "xmppcat-0.1.tar.gz", "has_sig": false, "md5_digest": "cf03637b401eb668c359c13a0f32f053", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3797, "upload_time": "2012-01-24T12:08:06", "url": "https://files.pythonhosted.org/packages/73/2d/c10e4e475adcbb6b2ada23fe52c9a1253cd169731fd3d7e4d1fa92c79c7d/xmppcat-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ca71716527d101e312711bd274884733", "sha256": "fda64db8b86e831c8c07fef92473a784868d54dab704b5f9252df6edfa88a8a0" }, "downloads": -1, "filename": "xmppcat-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ca71716527d101e312711bd274884733", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4831, "upload_time": "2012-11-15T14:09:16", "url": "https://files.pythonhosted.org/packages/fb/43/5a5d6db6843a52f074e24e181807789cffbabc715c1ed652fc4fec327d4a/xmppcat-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca71716527d101e312711bd274884733", "sha256": "fda64db8b86e831c8c07fef92473a784868d54dab704b5f9252df6edfa88a8a0" }, "downloads": -1, "filename": "xmppcat-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ca71716527d101e312711bd274884733", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4831, "upload_time": "2012-11-15T14:09:16", "url": "https://files.pythonhosted.org/packages/fb/43/5a5d6db6843a52f074e24e181807789cffbabc715c1ed652fc4fec327d4a/xmppcat-0.1.1.tar.gz" } ] }