faststan

View on PyPIReverse Dependencies (0)

0.20.0 faststan-0.20.0-py3-none-any.whl

Wheel Details

Project: faststan
Version: 0.20.0
Filename: faststan-0.20.0-py3-none-any.whl
Download: [link]
Size: 20330
MD5: 670bd7984c3aef1d162c5b9e5a5d9f45
SHA256: 2f9799a4ac961660b3b480edd65f93c210daaea97ed33a6df532625cf3fbac89
Uploaded: 2020-10-14 13:33:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: faststan
Version: 0.20.0
Summary: Build data streaming pipelines using NATS or NATS streaming
Author: gcharbon
Author-Email: guillaume.charbonnier[at]capgemini.com
Home-Page: https://pypi.org/project/faststan/
Project-Url: Repository, https://gitlab.com/faststan/faststan.git
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7,<4.0
Requires-Dist: asyncio-nats-client (<0.11.0,>=0.10.0)
Requires-Dist: asyncio-nats-streaming (<0.5.0,>=0.4.0)
Requires-Dist: loguru (<0.6.0,>=0.5.3)
Requires-Dist: pydantic (<2.0,>=1.6)
Requires-Dist: returns (<0.15.0,>=0.14.0)
Requires-Dist: typer (<0.4.0,>=0.3.2)
Description-Content-Type: text/markdown
[Description omitted; length: 5470 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
faststan/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
faststan/cli/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
faststan/cli/nats.py sha256=XpQ5CYtgbH4Zcen88NSr53NO6IPNcT-5nS6ABih5N_w 2420
faststan/cli/services.py sha256=Rj1QEZciHLJtV8ZbiWdJwXIu-4rC-ZGi5r3CnEOk5y4 957
faststan/cli/stan.py sha256=m6utnEnhqsOo9Fe4AqJN3qd2B85qbTTh8d3nbYlaLOY 1406
faststan/cli/subscriptions.py sha256=GVX1DxRT22n0HBoJrOZ_fHgVI1B705ffpd956Xb49L8 1396
faststan/inspect.py sha256=lfRArqZKslJksmIB9l418HmomLM9KTVQfNMq_e_ywMA 5836
faststan/models.py sha256=HpwCJgNBgx6CsRWZUDTEsP7H8O_eV_YDsc2A8kC_2uQ 1032
faststan/nats.py sha256=LTknUgJ6dvbhlAn_KmkyaaDQw93631sIOxb42ov4Os0 3938
faststan/publisher.py sha256=WdtSd9lspMrmZDJh6NZpJrmEme19R1GioewFNfGcqqc 3102
faststan/service.py sha256=j_xXjcSWjoo8i0jHSiIMg_DUYCeypPMP3cRE6-nXqNs 5476
faststan/settings.py sha256=QHv-NrEJewJ2cufZfEs6vRBBOqRGOHxEKKq57B46YEA 1211
faststan/stan.py sha256=0iTU5QjyeB5j3uw49yzpwob15thQw6jngmRoJw1zQ_E 2474
faststan/subscriber.py sha256=Sx5MDf6RhExaFZQHdlhwduUrb5jXJnn5zuzcqYwZi4g 3941
faststan/utils.py sha256=7EWZK_Kv2VcqoQgWwHY3l9JiVLUspo6n5ydSZIb7EZk 1271
faststan/wrappers/__init__.py sha256=JRFr1nydrLhQ9P6QFH7EUwvqhjOz10MvUCK33tgWrvw 85
faststan/wrappers/reply.py sha256=r1TvheE7Ub8hHpzmVSNOIiNGHS4w1st_okOEp_bsL7w 5229
faststan/wrappers/subscribe.py sha256=Ef75YNI-eFzyG2fovlkAPbt14LiDW_9ph3of7dKMkRw 4170
faststan-0.20.0.dist-info/entry_points.txt sha256=R6VGON1pzSB5dTTuGd03FA7ttqKVniN2Pwygd9wL2G4 73
faststan-0.20.0.dist-info/WHEEL sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U 83
faststan-0.20.0.dist-info/METADATA sha256=_gnmLIdqCH6su59m3VqSg3g3DdS4BR4I3csZMJ7SO7U 6367
faststan-0.20.0.dist-info/RECORD

entry_points.txt

nats = faststan.cli.nats:app
stan = faststan.cli.stan:app