exchanges-wrapper

View on PyPIReverse Dependencies (1)

2.1.27 exchanges_wrapper-2.1.27-py3-none-any.whl

Wheel Details

Project: exchanges-wrapper
Version: 2.1.27
Filename: exchanges_wrapper-2.1.27-py3-none-any.whl
Download: [link]
Size: 66029
MD5: 3d145b90a2302c5538e7c2ca85a80f0a
SHA256: 180746a8fcd7207a69994551cca288281335425f62a53473da6589c718fd64a6
Uploaded: 2025-01-27 16:41:03 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: exchanges-wrapper
Version: 2.1.27
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.16)
Requires-Dist: pyotp (==2.9.0)
Requires-Dist: simplejson (==3.19.3)
Requires-Dist: toml (~=0.10.2)
Requires-Dist: aiohttp (~=3.11.11)
Requires-Dist: websockets (==14.2)
Requires-Dist: expiringdict (~=1.2.2)
Requires-Dist: ujson (~=5.10.0)
Requires-Dist: betterproto (==2.0.0b7)
Requires-Dist: grpclib (~=0.4.7)
Description-Content-Type: text/markdown
[Description omitted; length: 7107 characters]

WHEEL

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

RECORD

Path Digest Size
exchanges_wrapper/__init__.py sha256=GST20AGo8TBD6q_fPXBmUrkWI9jFuNzkrG4UNdjaul0 1615
exchanges_wrapper/client.py sha256=jCI9uuxPeBlPND2i8PFgwhMM8zMABuBDVp3dK66Ny6c 78334
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=OypN7zySr9usfc3au_t1bM3KRMdxUdVHZ48WD5v4IsE 35619
exchanges_wrapper/exch_srv_cfg.toml.template sha256=vEzHzCMEu-_eeQ0NNQoMy_g-MGokFmHcyKDoN-E4cuI 5468
exchanges_wrapper/http_client.py sha256=SU3DyMdfG2Tc3Yj3LaDJUN6pHNHBy7_HLXNfHusLFUY 11904
exchanges_wrapper/lib.py sha256=uvrWXAm7-iJU8gEzh3KD0Es7qbTK1lyd8JZgiwgFfdE 5077
exchanges_wrapper/web_sockets.py sha256=LsKCiGhritLLd0FCkVSHRHFOwadSUpj7KW5WWScOQ_s 28027
exchanges_wrapper/martin/__init__.py sha256=Ng9B7iQI63_3tCB7mNIru6fb4jTpQDauc1Z1mDQw3e8 55869
exchanges_wrapper/parsers/bitfinex.py sha256=i_gYA8fFGgA35PyrVQ8UL4_iDz0Z0d1uGJwXOYozLYs 19585
exchanges_wrapper/parsers/bybit.py sha256=6B45gT1QAK_f_czPWBCaJeWJjpLLJ9stZlruMI07X0g 16095
exchanges_wrapper/parsers/huobi.py sha256=yxmHQp1rJALAqphwXqoy9Xhjec8AGalgDVUsuhUwSV0 14937
exchanges_wrapper/parsers/okx.py sha256=OLpqc0vDBgyqZuAGMGSwkuyW5_zs-H564ywtIRd6MUo 16233
exchanges_wrapper/proto/martin.proto sha256=216RBUkdfgcMnpBcYgB_MUymrkvAk6bb43K7ioYLYc8 10876
exchanges_wrapper-2.1.27.dist-info/entry_points.txt sha256=IZ_irP_9_ByhUXTYiMNMsuQ0FZ8rpfA6fa_p2uGGOzk 128
exchanges_wrapper-2.1.27.dist-info/LICENSE.md sha256=xUDdOXNH3Tpax2HbmI8MvFu8IabR-IRxSVv0KuHye9U 1114
exchanges_wrapper-2.1.27.dist-info/WHEEL sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI 82
exchanges_wrapper-2.1.27.dist-info/METADATA sha256=nm7yS19SScCoK5Ro50asGqLhgaAE0VWL8oKnW0Jn554 8096
exchanges_wrapper-2.1.27.dist-info/RECORD

entry_points.txt

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