Metadata-Version: 2.1
Name: topika
Version: 0.1.2
Summary: A python remote communications library
Home-page: https://github.com/muhrin/topika.git
Author: Martin Uhrin
Author-email: martin.uhrin@gmail.com
License: Apache v2, see LICENSE file
Keywords: communication messaging rpc broadcast
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Internet
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: dev
Requires-Dist: tornado (<6.0,>=4.0)
Requires-Dist: future
Requires-Dist: pika (>=1.0.0b1)
Requires-Dist: pyyaml (<4.0,>=3.0)
Requires-Dist: shortuuid
Requires-Dist: furl
Requires-Dist: backports.tempfile; python_version<"3.2"
Requires-Dist: mock; python_version<"3.3"
Requires-Dist: enum34; python_version<"3.4"
Requires-Dist: singledispatch; python_version<"3.4"
Requires-Dist: typing; python_version<"3.5"
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ipython; extra == 'dev'
Requires-Dist: twine; extra == 'dev'


topika
======


Installation
------------

.. code-block:: shell

    pip install topika




