exchanges-wrapper

View on PyPIReverse Dependencies (1)

2.1.12 exchanges_wrapper-2.1.12-py3-none-any.whl

Wheel Details

Project: exchanges-wrapper
Version: 2.1.12
Filename: exchanges_wrapper-2.1.12-py3-none-any.whl
Download: [link]
Size: 65204
MD5: c878aea746c621b1e3057edf273189f9
SHA256: 11f52988d96f0513effeb87104b32279cf2d3ea90b4c9a91987152a3e7ad8a1c
Uploaded: 2024-04-30 21:06:34 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: exchanges-wrapper
Version: 2.1.12
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.11)
Requires-Dist: grpcio (==1.62.0)
Requires-Dist: pyotp (~=2.9.0)
Requires-Dist: simplejson (==3.19.2)
Requires-Dist: aiohttp (==3.9.3)
Requires-Dist: Pympler (~=1.0.1)
Requires-Dist: websockets (~=12.0)
Requires-Dist: expiringdict (~=1.2.2)
Requires-Dist: ujson (~=5.9.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=1vyXuA-rAXNqirLBuYIw8_43QS9gvWFPzCDO41R5aHQ 1517
exchanges_wrapper/client.py sha256=rGUZYCn4XFtU7XUvFl5rZ9Z-klDLDgdJFcxj2RtN0po 78456
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=p2F8XJtP6HVoMw2QFQGCFQDoVKHnX0HQ-aT-Yh5pkGQ 36701
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=nTfh0FDm4Ytw2nBFtqg0UEx6QF4TTm8v0-wyZOJwvRo 27785
exchanges_wrapper/martin/__init__.py sha256=vrVrfbZDl2LnlNJPfGR-NWkDPevAg2zmjHC5J_gbMz0 53745
exchanges_wrapper/parsers/bitfinex_parser.py sha256=i_gYA8fFGgA35PyrVQ8UL4_iDz0Z0d1uGJwXOYozLYs 19585
exchanges_wrapper/parsers/bybit_parser.py sha256=fMaxTuxXCN8Yq2vk1X_uZ8jXGiUFhvcA9yVV8Rr0taA 16028
exchanges_wrapper/parsers/huobi_parser.py sha256=uNv1SilPU9eECSL7wKjhblj_N7-PNa5ul0hTRMPPd1A 14390
exchanges_wrapper/parsers/okx_parser.py sha256=LLAD3rxe3BWA6wFirJ4afXP3_d5fnTk8KJkP2IyyUoA 16228
exchanges_wrapper/proto/martin.proto sha256=Bd7sdluM3gppbEFFFOJsp5W7sKPOLg-URyyPriXdkQ4 10683
exchanges_wrapper-2.1.12.dist-info/entry_points.txt sha256=IZ_irP_9_ByhUXTYiMNMsuQ0FZ8rpfA6fa_p2uGGOzk 128
exchanges_wrapper-2.1.12.dist-info/LICENSE.md sha256=xUDdOXNH3Tpax2HbmI8MvFu8IabR-IRxSVv0KuHye9U 1114
exchanges_wrapper-2.1.12.dist-info/WHEEL sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4 81
exchanges_wrapper-2.1.12.dist-info/METADATA sha256=UtbkvXYHEtExzQppoNGh6_eakHXujblq1hhFAk8Eb-U 8067
exchanges_wrapper-2.1.12.dist-info/RECORD

entry_points.txt

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