Commits (21)
-
Dan Jones authored
+ remove obsolete code
e4b42db1 -
Dan Jones authored
This is not quite working. For some reason I can see the queue count in the log message but can't read it.
12feaceb -
Dan Jones authored
Still need to think about the API response structure
f0a6a868 -
Dan Jones authored
Plus properly implement auth handler
0f5e168c -
Dan Jones authoredcd4ad416
-
Dan Jones authored8d35e660
-
Dan Jones authored42186b22
-
James Kirk authored94956fd7
-
James Kirk authored
fix: funcs used by the api have been set to a blockingconnection
a1e7c64e -
James Kirk authoredeecea48e
-
James Kirk authored
refactor: unbind and cancel consumers manually rather than just killing threads, as we cant do that anymore refactor: broadcast and forward now return consumer tags
48a3eeff -
James Kirk authored46238f57
-
James Kirk authored
refactor: changed to an async connection method, sharing a channel as much as we can Closes #48 See merge request !25
f40d1b8f -
Dan Jones authored
- requirements file was created using pip freeze
360eee1a -
Dan Jones authorede8dc02cf
-
Dan Jones authoredda737dee
-
Dan Jones authored6104fd18
Showing
CHANGELOG.md
0 → 100644
endpoints/queues.py
0 → 100644
models/__init__.pyc
0 → 100644
File added
models/client_model.pyc
0 → 100644
File added
-i https://pypi.org/simple | ||
amqp==5.1.1 ; python_version >= '3.6' | ||
aniso8601==9.0.1 | ||
bson==0.5.10 | ||
cffi==1.15.1 | ||
click==8.1.3 ; python_version >= '3.7' | ||
cryptography==38.0.3 | ||
flask==2.2.2 | ||
flask-cors==3.0.10 | ||
flask-restful==0.3.9 | ||
future==0.18.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
httplib2==0.21.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
importlib-metadata==5.1.0 ; python_version < '3.10' | ||
itsdangerous==2.1.2 ; python_version >= '3.7' | ||
jinja2==3.1.2 ; python_version >= '3.7' | ||
kombu==5.2.4 ; python_version >= '3.7' | ||
markupsafe==2.1.1 ; python_version >= '3.7' | ||
marshmallow==3.19.0 | ||
packaging>=22.0 ; python_version >= '3.6' | ||
pika==1.3.1 | ||
pubsubpy==2.3.0 | ||
pycparser==2.21 | ||
pyparsing==3.0.9 ; python_full_version >= '3.6.8' | ||
pyrabbit==1.1.0 | ||
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
pytz==2022.6 | ||
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | ||
vine==5.0.0 ; python_version >= '3.6' | ||
watchdog==2.2.1 | ||
werkzeug==2.2.2 ; python_version >= '3.7' | ||
zipp==3.10.0 ; python_version >= '3.7' | ||
werkzeug==2.2.2 |