Skip to content

Tags: hballard/graphql-python-subscriptions

Tags

v0.1.9

Toggle v0.1.9's commit message
Merge pull request #14 from hballard/2to3

Make package compatible w/ python 3 and python 2.

v0.1.8

Toggle v0.1.8's commit message
Merge pull request #13 from hballard/tests

Complete subscription_transport tests

v0.1.7

Toggle v0.1.7's commit message
Merge pull request #12 from hballard/tests

Added tests for subscription_manager module

v0.1.6

Toggle v0.1.6's commit message
Fixed RedisPubsub bugs on returning sub_id from subscribe method

and bugs in unsubscribe method

v0.1.5

Toggle v0.1.5's commit message
Fixed dependency error in setup.py; stubbed out test files

Also fixed minor issues in README.md

v0.1.4

Toggle v0.1.4's commit message
Modified README to reflect previous changes in subsriptions main package

v0.1.3

Toggle v0.1.3's commit message
Fixed naming error on main package as well as install instructions

v0.1.0

Toggle v0.1.0's commit message
Prepped repo for upload to pypi -- added setup.py, etc.

Includes adding MANIFEST.in, adding README.rst,
deleted requirements.txt, added tests package,
and modified main package name