e2c

View on PyPIReverse Dependencies (0)

0.46.2 e2c-0.46.2-py3-none-any.whl

Wheel Details

Project: e2c
Version: 0.46.2
Filename: e2c-0.46.2-py3-none-any.whl
Download: [link]
Size: 45651
MD5: 1b8f61f33de9e9486c1794c74d79b8b6
SHA256: f3d589c9787b445d18994434180434c8f95717c6bfb5a0841964c836747fc114
Uploaded: 2018-06-23 15:45:16 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: e2c
Version: 0.46.2
Summary: Elastic Event Components is an open source software library to build flexible architectures using dataflow graphs.
Author: E2c Authors
Author-Email: stefan.bergmann[at]enterstry.com
Home-Page: http://e2c.readthedocs.io
Project-Url: Bug Reports, https://gitlab.com/elastic-event-components/e2c/issues
Project-Url: Source, https://gitlab.com/elastic-event-components/e2c
License: Apache 2.0
Keywords: architecture dataflow dotnet e2c flow graph python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Platform: any
Requires-Python: >=3.6
Requires-Dist: twine
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: pytest-asyncio
Description-Content-Type: text/markdown
[Description omitted; length: 2788 characters]

WHEEL

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

RECORD

Path Digest Size
e2c/__init__.py sha256=KwK9NwoQs2B18OeFV1Y_ZxtGvqbkQAF9_R0ywHGcVKk 894
e2c/actors/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
e2c/actors/analyser.py sha256=HcinjHdYcdYu8WwtQQObednP33hieIuhhL3XFUF-8xI 2439
e2c/actors/graph.py sha256=dC1tm6hXq760joQY5dJSndXZJe7UMmrRjn8Rhvhpp9I 8592
e2c/actors/loader.py sha256=v9Jfh3qWz7i6ehay8QAFt5COBz__n5OM0_dx-b6ZxZY 1886
e2c/actors/parser.py sha256=zZMgOnrYAl2851Fz2dBw4coPda1NToAD0vlZbmjZkUg 5133
e2c/actors/resolve.py sha256=urzgcnE_lyhIz5fXMaVAyHMFANm4SBd1qHvbu5aznoE 1848
e2c/actors/visualizer.py sha256=wM84dfRBy2SCKPo_ykE9vHso1IMxHni_oojzXv2Rojc 5714
e2c/actors/async/__init__.py sha256=Y5BXowKc2r-PaNenKim3xCPDlyrDtBRkEti_v_lO20s 683
e2c/actors/async/graph.py sha256=RyLeopLHbCds-qWLSVFDvyblW-xYM2kxtzCYQy5Ox2Q 8483
e2c/async/__init__.py sha256=rKTUWJc90UE9uDBPt2DW-pdlfZL60nzeDwJADRBKEbk 862
e2c/contracts/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
e2c/contracts/actor.py sha256=0jtkXptumx5fiNp8B-rbBROL6izsY05fk8k3WUMHgPk 4551
e2c/contracts/const.py sha256=d-cK9dmkPZDha-BJdzAvMMfEu7KSUURJCNW0UZE4T2s 968
e2c/contracts/errors.py sha256=0DPifQpG-QlxAWwll2rQksTemwZxRDUtjyKwwArxYsg 2585
e2c/contracts/event.py sha256=I6H0YiHMPs8h9D-JdincoWNxMB0_QbwmM6WWsCHrgXM 2436
e2c/contracts/async/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
e2c/contracts/async/actor.py sha256=sKJsI1bsSRvPxIzIeHgSl7YQ-NqLXeq1ir0feJG5NrQ 4580
e2c/contracts/async/event.py sha256=wFouLwixBTRnceI8bY2XEnMlMG5o5ovDPzHpOlyJUd0 2517
e2c/integrations/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
e2c/integrations/graph.py sha256=o9ZHX_i6PQILmMkpFeyN7BiFOC0pP4m0vRMfKrZVLys 2077
e2c/integrations/async/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
e2c/integrations/async/graph.py sha256=7mclAXrbL2FTAB1RtIPcVxX9CsEIWaO8Nwt7r9hw8QU 2077
e2c-0.46.2.dist-info/METADATA sha256=QdUvjBtMAxWNFYN2Ftdc1fmSgX8AUiPvRe-Hx2KX0T4 3737
e2c-0.46.2.dist-info/RECORD
e2c-0.46.2.dist-info/WHEEL sha256=FRuHuBX28RTgsOL603qIpbSc2WeDgbsFBWKj9XFOCpg 92
e2c-0.46.2.dist-info/top_level.txt sha256=hVbFWnABAvdfgyKi-2C5tAjz6UuuiBXf5K_h-BtSaLc 10
tests/__init__.py sha256=8x2kc2D1nEhRYfcdshhhd_RxU94xjztqunITjudU_jA 820
tests/actors/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
tests/actors/test_analyser.py sha256=Rpd3OQlEZjqwlbjrI_LmLaT7s8NKC8zibST4CemWFp0 1917
tests/actors/test_graph.py sha256=y1rifLFQ_VgSQ4DOr89y63S9bTgsb-Ue2P_IY1dfyTc 2515
tests/actors/test_loader.py sha256=kIfy8K6nU8JZZY8jVa9cme1q-o7pFsEM6xUft2aK4eM 2124
tests/actors/test_parser.py sha256=9rUUf8MwJ7OdLmcMfxj7jv7XyCTIUKBm683T8pmXdY4 1679
tests/actors/test_resolve.py sha256=gImN0UySsRE0MQ5bl0PF6DD-xtEKdZrR8jpI2n6Botc 1550
tests/actors/test_visualizer.py sha256=NwJL36bmcvKolaI6_m3nzaK4Ky4brr7sbDFrE2eJ1G4 2843
tests/actors/async/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
tests/actors/async/test_graph.py sha256=CXUcq0ftyf1Y4AyhlHFnh0i2yrYGhfuc7b94PTYaiKE 9159
tests/contracts/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
tests/contracts/test_actor.py sha256=_Zbnd-MR2GcL7r40JXV_GnbyP8TtvRh35t_lHA-vz-k 5053
tests/contracts/test_event.py sha256=dWVQ0XPDQl_sS1_bAlaJIJGzansKtph7OhfH3NyNtrA 1958
tests/contracts/async/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
tests/contracts/async/test_actor.py sha256=rFMwCNIVh1SGsxIXqIwNlSLuAnM0MkDYVcd4_4T-jR8 5336
tests/contracts/async/test_event.py sha256=LPu8FT9SueIX3-NPBuIFwmvM7eE_csp-smmaJuqMeUo 2133
tests/integrations/__init__.py sha256=XkU0B71IyuUVO1DDPrwbwsM6tL9PIZRJs7fjdPgSGzc 684
tests/integrations/test_graph.py sha256=6VA6NaFxyVvzGnl5wD0usqKO-A8vyQMKumznsgqu9MY 7453

top_level.txt

e2c
tests