{ "info": { "author": "Matt Michie", "author_email": "mmichie@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Communications :: Chat :: Internet Relay Chat" ], "description": "LuckyStrike\n===========\n\nA Campfire to IRC bridge, in the spirit of [camper_van](https://github.com/zerowidth/camper_van),\nwritten in Python.\n\nLuckyStrike is not yet fully featured, but it does support the following\noperations:\n\n IRC Campfire\n --- --------\n #day_job \"Day Job\" room\n joe_bob (nick) Joe Bob (user)\n\n /LIST List rooms\n /JOIN #day_job Join the \"Day Job\" room\n /PART #day_job Leave the \"Day Job\" room\n /TOPIC #day_job new topic Change room's topic to \"new topic\"\n\nDependencies\n============\n\n * Python 2.7\n * [Pinder](https://github.com/rhymes/pinder)\n * [Twisted](https://twistedmatrix.com/trac/)\n * [PyCrypto](https://www.dlitz.net/software/pycrypto/)\n * [pyOpenSSL](https://github.com/pyca/pyopenssl)\n * [pyasn1](http://pyasn1.sourceforge.net/)\n\n\nQuick setup\n===========\n\n$ python setup.py install \n$ lstrike --setup_config \n$ lstrike\n\nSSL keys\n========\n\n$ openssl genrsa > keys/server.key \n$ openssl req -new -x509 -key keys/server.key -out keys/server.crt -days 1000 \n\nLicense\n========\n\nMIT, see LICENSE for details.\n\nContributors\n============\n * Matt Michie\n * Rob Smith\n\nContributing\n============\n\nFork, patch, test, pull request.\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/mmichie/luckystrike/tarball/0.11", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mmichie/luckystrike", "keywords": "campfire,irc,bridge", "license": "The MIT License (MIT)", "maintainer": null, "maintainer_email": null, "name": "luckystrike", "package_url": "https://pypi.org/project/luckystrike/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/luckystrike/", "project_urls": { "Download": "https://github.com/mmichie/luckystrike/tarball/0.11", "Homepage": "https://github.com/mmichie/luckystrike" }, "release_url": "https://pypi.org/project/luckystrike/0.11/", "requires_dist": null, "requires_python": null, "summary": "IRC to Campfire Bridge", "version": "0.11" }, "last_serial": 1067198, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7994e3b6fa9cea7ab0cd4df24cdef713", "sha256": "de5eed9e7a804027d9e2109cf139a0e35fe0da165ad911f0206f9db12212405e" }, "downloads": -1, "filename": "luckystrike-0.1.tar.gz", "has_sig": false, "md5_digest": "7994e3b6fa9cea7ab0cd4df24cdef713", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9191, "upload_time": "2014-04-21T22:29:13", "url": "https://files.pythonhosted.org/packages/65/61/830d51d47a3b04054fbba9a8bf3a2ee626e2d998ad9e72f542f8cbd4f310/luckystrike-0.1.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "34ba4ad04991eea5df3903c304ca1492", "sha256": "4b60052af51f428539a2f67254a97de4bb6680764cdaa6b09084d60c2eeb161c" }, "downloads": -1, "filename": "luckystrike-0.11.tar.gz", "has_sig": false, "md5_digest": "34ba4ad04991eea5df3903c304ca1492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9199, "upload_time": "2014-04-21T22:54:41", "url": "https://files.pythonhosted.org/packages/71/7c/99fc8fff89b24b6ccaed0b231634997da16580b9deed62f06125b2965086/luckystrike-0.11.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "34ba4ad04991eea5df3903c304ca1492", "sha256": "4b60052af51f428539a2f67254a97de4bb6680764cdaa6b09084d60c2eeb161c" }, "downloads": -1, "filename": "luckystrike-0.11.tar.gz", "has_sig": false, "md5_digest": "34ba4ad04991eea5df3903c304ca1492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9199, "upload_time": "2014-04-21T22:54:41", "url": "https://files.pythonhosted.org/packages/71/7c/99fc8fff89b24b6ccaed0b231634997da16580b9deed62f06125b2965086/luckystrike-0.11.tar.gz" } ] }