{ "info": { "author": "Tristan King", "author_email": "mail@tristan.sh", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Database", "Topic :: Software Development", "Topic :: Software Development :: Testing" ], "description": "\nInstall\n=======\nUse pip::\n\n $ pip install testing.kafka\n\n``testing.kafka`` requires ``zookeeper``, ``kafka`` and ``java`` to be installed.\n\n\nUsage\n=====\nCreate Kafka and Zookeeper instances::\n\n @pytest.fixture\n def kafka():\n\n zookeeper = testing.zookeeper.ZookeeperServer()\n kafka = testing.kafka.KafkaServer(zookeeper_url=zookeeper.url())\n\n yield kafka\n\n kafka.stop(_signal=signal.SIGKILL)\n zookeeper.stop(_signal=signal.SIGKILL)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tristan/testing.kafka", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "testing.kafka", "package_url": "https://pypi.org/project/testing.kafka/", "platform": "", "project_url": "https://pypi.org/project/testing.kafka/", "project_urls": { "Homepage": "https://github.com/tristan/testing.kafka" }, "release_url": "https://pypi.org/project/testing.kafka/0.0.1/", "requires_dist": [ "testing.common.database (>=1.1.0)" ], "requires_python": "", "summary": "automatically setups a kafka instance for testing", "version": "0.0.1" }, "last_serial": 4340680, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "523e995039591c269d9bc8a0c83c2dc5", "sha256": "5fe047f33660e0c6f22413d159c0062c5acaef964e6417dd0d9b113726b8f918" }, "downloads": -1, "filename": "testing.kafka-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "523e995039591c269d9bc8a0c83c2dc5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8481, "upload_time": "2018-10-04T14:58:28", "url": "https://files.pythonhosted.org/packages/7b/10/3ee640125236768ebaac6d2d3b23186f110fa40d1a657e16f1ad6fc8e891/testing.kafka-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a61a450dcf1b4c5e6dee3548f5d244f", "sha256": "7e3899d1fdba4c22755c6e266110a95b1fcb0ceb57b3ed3e124a9a3c61c46700" }, "downloads": -1, "filename": "testing.kafka-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4a61a450dcf1b4c5e6dee3548f5d244f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6915, "upload_time": "2018-10-04T14:58:30", "url": "https://files.pythonhosted.org/packages/e6/72/33d5d6933b92054d001e708ce7aa7c36cfb76f51bee330bfccac791deb17/testing.kafka-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "523e995039591c269d9bc8a0c83c2dc5", "sha256": "5fe047f33660e0c6f22413d159c0062c5acaef964e6417dd0d9b113726b8f918" }, "downloads": -1, "filename": "testing.kafka-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "523e995039591c269d9bc8a0c83c2dc5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8481, "upload_time": "2018-10-04T14:58:28", "url": "https://files.pythonhosted.org/packages/7b/10/3ee640125236768ebaac6d2d3b23186f110fa40d1a657e16f1ad6fc8e891/testing.kafka-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a61a450dcf1b4c5e6dee3548f5d244f", "sha256": "7e3899d1fdba4c22755c6e266110a95b1fcb0ceb57b3ed3e124a9a3c61c46700" }, "downloads": -1, "filename": "testing.kafka-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4a61a450dcf1b4c5e6dee3548f5d244f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6915, "upload_time": "2018-10-04T14:58:30", "url": "https://files.pythonhosted.org/packages/e6/72/33d5d6933b92054d001e708ce7aa7c36cfb76f51bee330bfccac791deb17/testing.kafka-0.0.1.tar.gz" } ] }