Version 1.0 (#46)
* do it fastah! * fix code generation * use fixed struct in other places as well * __slots__ will finally work in these classes * fix docs * fix docs * optionally Protocol * optional slots for FASTER!!! * more __slots__ * added more __slots__ * logger.warning * fix __slots__ * fix locals in content_property.py * fix __slots__ * add __slots__ to commonly created classes * fix __slots__ * add __slots__ to event objects * add more __slots__ * fix on-the-fly compilation * removed import struct from on-the-fly generated code * make compliant with python 3.5 * remove logging in on-the-fly compilation * 1.0
Showing
- CHANGELOG.md 3 additions, 2 deletionsCHANGELOG.md
- compile_definitions/__main__.py 13 additions, 3 deletionscompile_definitions/__main__.py
- coolamqp/__init__.py 1 addition, 1 deletioncoolamqp/__init__.py
- coolamqp/attaches/channeler.py 2 additions, 0 deletionscoolamqp/attaches/channeler.py
- coolamqp/attaches/consumer.py 8 additions, 2 deletionscoolamqp/attaches/consumer.py
- coolamqp/attaches/declarer.py 1 addition, 0 deletionscoolamqp/attaches/declarer.py
- coolamqp/attaches/publisher.py 0 additions, 1 deletioncoolamqp/attaches/publisher.py
- coolamqp/attaches/utils.py 3 additions, 0 deletionscoolamqp/attaches/utils.py
- coolamqp/clustering/cluster.py 26 additions, 24 deletionscoolamqp/clustering/cluster.py
- coolamqp/clustering/events.py 7 additions, 0 deletionscoolamqp/clustering/events.py
- coolamqp/framing/base.py 5 additions, 0 deletionscoolamqp/framing/base.py
- coolamqp/framing/compilation/content_property.py 27 additions, 11 deletionscoolamqp/framing/compilation/content_property.py
- coolamqp/framing/compilation/textcode_fields.py 20 additions, 12 deletionscoolamqp/framing/compilation/textcode_fields.py
- coolamqp/framing/definitions.py 185 additions, 177 deletionscoolamqp/framing/definitions.py
- coolamqp/framing/frames.py 14 additions, 8 deletionscoolamqp/framing/frames.py
- coolamqp/objects.py 73 additions, 47 deletionscoolamqp/objects.py
- setup.py 0 additions, 1 deletionsetup.py
- tests/Dockerfile 1 addition, 1 deletiontests/Dockerfile
- tests/test_clustering/test_a.py 1 addition, 1 deletiontests/test_clustering/test_a.py
Loading
Please register or sign in to comment