anypubsub

View on PyPIReverse Dependencies (2)

0.6 anypubsub-0.6-py2.py3-none-any.whl

Wheel Details

Project: anypubsub
Version: 0.6
Filename: anypubsub-0.6-py2.py3-none-any.whl
Download: [link]
Size: 11730
MD5: d1692fe97b4df6059dbfc591e8f9d043
SHA256: 7f6e0ade707f1c7b40c08e25a7b0048cd3099e54b4d4a39d73429f000951ada4
Uploaded: 2017-05-22 12:09:35 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: anypubsub
Version: 0.6
Summary: A generic interface wrapping multiple backends to provide a consistent pubsub API.
Author: Simone Marzola
Author-Email: marzolasimone[at]gmail.com
Home-Page: http://github.com/simock85/anypubsub
Keywords: pubsub pub/sub redis mongodb
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: six
Requires-Dist: amqp (>=1.4.9); extra == "amqp"
Requires-Dist: pymongo (>=3); extra == "mongodb"
Requires-Dist: redis (>2.10); extra == "redis"
Provides-Extra: amqp
Provides-Extra: mongodb
Provides-Extra: redis
[Description omitted; length: 1966 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.29.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
anypubsub/__init__.py sha256=IBi2m9WPqlLaq2ZE-D9i3g-pCV6FufADCsgiMuX4po8 91
anypubsub/interfaces.py sha256=govEcKsIaA8Ub41Ds3U0oNdEoLkqrgzahi8jbBGb6Cc 482
anypubsub/pubsub.py sha256=89zEaO46rEqVdHYLv0B4NYTKqHg-JJ0KXjZ9SvXs2c0 1131
anypubsub/backends/__init__.py sha256=-EmBwtsWsafkhAJMHtFwAf4peguVEwlVqaNzM18YG4M 24
anypubsub/backends/amqp.py sha256=G_hGviBODkDsBGzGk2Qeg_AuP7byuN5OGltQYp0CnCA 2239
anypubsub/backends/memory.py sha256=WwIzMPocF_l2kpWxmd9F8I0My1XIoqlywRgkOidM6zM 1190
anypubsub/backends/mongodb.py sha256=HeVKk1LgbCOJxoboaBratk02h62bdfSkWpSpiF_4sDU 1810
anypubsub/backends/redis.py sha256=ZQZGV9PH9cWX2h7QPuDjvFUuXpnhJGQRhj95QSWCPXA 1583
anypubsub-0.6.dist-info/DESCRIPTION.rst sha256=LtJMuCENsDqF5EJa3rSh7jJmke0suj-VIA1HY0VJwqU 1966
anypubsub-0.6.dist-info/METADATA sha256=OuGI4zaFmSdy0KYOIZSDTwc3YPcsfGiUszFVt1AEzVk 3099
anypubsub-0.6.dist-info/RECORD
anypubsub-0.6.dist-info/WHEEL sha256=o2k-Qa-RMNIJmUdIc7KU6VWR_ErNRbWNlxDIpl7lm34 110
anypubsub-0.6.dist-info/entry_points.txt sha256=Gg9WTdxgOUV7L7JrPWoxbBXrogqIZEmEfDIQw1ghppM 4
anypubsub-0.6.dist-info/metadata.json sha256=BYFnF1FxDI-gtxQCcgfMrgWuBsFeMikwrvphpay_uJI 1353
anypubsub-0.6.dist-info/top_level.txt sha256=WtXs497E92h5lfiw7kGwJ8RdAaT2kyRmQ7LuBK0ovOE 16
tests/__init__.py sha256=-EmBwtsWsafkhAJMHtFwAf4peguVEwlVqaNzM18YG4M 24
tests/test_pubsub.py sha256=2Uvw7NGxWuv7mhzsaZk3wI4KHkPxY-oSjB2jgbZLNu4 2693
tests/test_backends/__init__.py sha256=-EmBwtsWsafkhAJMHtFwAf4peguVEwlVqaNzM18YG4M 24
tests/test_backends/test_amqp.py sha256=KAZSA4QJtmgjPb8CibBkjVi-ry5oYpcRdeVnG0yyEgM 1930
tests/test_backends/test_memory.py sha256=mgXkFzouGN9kDL_Y7uGsAsmrlkXM5_sqH9dr2cEm2QM 1933
tests/test_backends/test_mongodb.py sha256=K_-6hj0tZ4vFuwIAqBhHPPeF-FpxbfCVQIpaQIFhOl4 1606
tests/test_backends/test_redis.py sha256=BPSIlc8FHp1SprP1AnH3Y863qtWWfCVIVrHJAFjL2qA 1963

top_level.txt

anypubsub
tests

entry_points.txt

[empty]