Metadata-Version: 2.0
Name: staps
Version: 0.1.2
Summary: Simple Throw-Away Publish/Subscribe
Home-page: https://github.com/fladi/staps
Author: Michael Fladischer
Author-email: michael@openservices.at
License: BSD
Keywords: amqp,websockets,tornado,pubsub,publish,subscribe
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: cement
Requires-Dist: pika
Requires-Dist: tornado

========
Overview
========



Simple Throw-Away Publish/Subscribe

* Free software: BSD license

Installation
============

::

    pip install staps

Documentation
=============

https://staps.readthedocs.org/

Development
===========

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.1.2 (2016-05-25)
-----------------------------------------

* Include requirements.txt in source distribution.
* Reorganize imports using isort.

0.1.1 (2016-05-25)
-----------------------------------------

* Include staps.conf in MANIFEST.in.
* Use prefered socket path in usage documentation.

0.1.0 (2016-03-03)
-----------------------------------------

* First release on PyPI.


