exchanges-wrapper

View on PyPIReverse Dependencies (1)

2.1.20 exchanges_wrapper-2.1.20-py3-none-any.whl

Wheel Details

Project: exchanges-wrapper
Version: 2.1.20
Filename: exchanges_wrapper-2.1.20-py3-none-any.whl
Download: [link]
Size: 65599
MD5: 1bbdec13907a6be3f333b2a9addbda7f
SHA256: 3b447d22b0f90127e874dfb747393b83303fc25c753d2afdc250ca571c3cf1cd
Uploaded: 2024-09-14 08:52:17 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: exchanges-wrapper
Version: 2.1.20
Summary: REST API and WebSocket asyncio wrapper with grpc powered multiplexer server
Author-Email: Thomas Marchand <thomas.marchand[at]tuta.io>, Jerry Fedorenko <jerry.fedorenko[at]yahoo.com>
Project-Url: Source, https://github.com/DogsTailFarmer/exchanges-wrapper
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Requires-Python: >=3.9
Requires-Dist: crypto-ws-api (==2.0.14)
Requires-Dist: pyotp (==2.9.0)
Requires-Dist: simplejson (==3.19.3)
Requires-Dist: toml (~=0.10.2)
Requires-Dist: aiohttp (~=3.10.5)
Requires-Dist: websockets (==13.0.1)
Requires-Dist: expiringdict (~=1.2.2)
Requires-Dist: ujson (~=5.10.0)
Requires-Dist: betterproto (==2.0.0b6)
Requires-Dist: grpclib (~=0.4.7)
Description-Content-Type: text/markdown
[Description omitted; length: 7049 characters]

WHEEL

Wheel-Version: 1.0
Generator: flit 3.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
exchanges_wrapper/__init__.py sha256=FxNjjoa4uRqU_vKXMmjGmHi-Ev05dyEegS6YtS2RGF8 1517
exchanges_wrapper/client.py sha256=jWDI9uIS_4uUy9OZUGSazP1vIu5zrzR8rd1iHVUudOo 79295
exchanges_wrapper/definitions.py sha256=3ejdQb6UiwWVCz__EuBBGlsCNsl5vcN1-I3d020LAPg 2768
exchanges_wrapper/errors.py sha256=OmtZe4wXg-rzr3CE4U-uRSf4ErlaUm-DlpRgLjrEeDw 796
exchanges_wrapper/events.py sha256=0FX3DpDoTDcrqcHzCzhYwqd0PiBhzkE33auQG-45mF4 12208
exchanges_wrapper/exch_srv.py sha256=T9p6EXYJXEVA1KmcmAd7RBS5NoTwCOuOfpxNPP_VJuo 37259
exchanges_wrapper/exch_srv_cfg.toml.template sha256=TcKfu3Uk6jHoUwgbUOwg1n8t9nuNXDFXSFc0rrWc8hI 5597
exchanges_wrapper/http_client.py sha256=bs5TOZMFnUFJ3sVX8grgZ77l5Y2dApEF16bmcMypaKE 13216
exchanges_wrapper/lib.py sha256=9ogGWXHtQR3IkfANTjIBfe2X0BbPsBnRJcfDXltJDzI 2500
exchanges_wrapper/web_sockets.py sha256=LyR5TyIhjld1x1r79wLxq6AGuPm9r0QOlLOzyJkbVAs 28189
exchanges_wrapper/martin/__init__.py sha256=rdOb4wh1aGlNwZxEl-TyuXRy_af5uC1VoVXmvaW5G5s 54985
exchanges_wrapper/parsers/bitfinex_parser.py sha256=i_gYA8fFGgA35PyrVQ8UL4_iDz0Z0d1uGJwXOYozLYs 19585
exchanges_wrapper/parsers/bybit_parser.py sha256=Gctjoy5Ww-Gy8-xzUA4eqGBj4vXzMj-kgdbvmzLrmsw 16025
exchanges_wrapper/parsers/huobi_parser.py sha256=uNv1SilPU9eECSL7wKjhblj_N7-PNa5ul0hTRMPPd1A 14390
exchanges_wrapper/parsers/okx_parser.py sha256=OLpqc0vDBgyqZuAGMGSwkuyW5_zs-H564ywtIRd6MUo 16233
exchanges_wrapper/proto/martin.proto sha256=pGVdNs56ZZi1dtgnJs3FyfRvH9PvquzTEWhbj9eNKFk 10765
exchanges_wrapper-2.1.20.dist-info/entry_points.txt sha256=IZ_irP_9_ByhUXTYiMNMsuQ0FZ8rpfA6fa_p2uGGOzk 128
exchanges_wrapper-2.1.20.dist-info/LICENSE.md sha256=xUDdOXNH3Tpax2HbmI8MvFu8IabR-IRxSVv0KuHye9U 1114
exchanges_wrapper-2.1.20.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
exchanges_wrapper-2.1.20.dist-info/METADATA sha256=ckRAQwHG0TZDc_cRzsHZ5QCkuFGG3b8MNhbOB4QvmcU 8039
exchanges_wrapper-2.1.20.dist-info/RECORD

entry_points.txt

exchanges-wrapper-init = exchanges_wrapper.__init__:init
exchanges-wrapper-srv = exchanges_wrapper.exch_srv:main