exchanges-wrapper

View on PyPIReverse Dependencies (1)

2.1.30 exchanges_wrapper-2.1.30-py3-none-any.whl

Wheel Details

Project: exchanges-wrapper
Version: 2.1.30
Filename: exchanges_wrapper-2.1.30-py3-none-any.whl
Download: [link]
Size: 66836
MD5: 6b96e417da0f02e2c680e14f7ab8507e
SHA256: 81248c3a49093b4f172924c3a537790b408100268e314d554f8df5ca40626c9e
Uploaded: 2025-02-20 19:25:39 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: exchanges-wrapper
Version: 2.1.30
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.17)
Requires-Dist: pyotp (==2.9.0)
Requires-Dist: simplejson (==3.20.1)
Requires-Dist: aiohttp (~=3.11.12)
Requires-Dist: expiringdict (~=1.2.2)
Requires-Dist: betterproto (==2.0.0b7)
Requires-Dist: grpclib (~=0.4.7)
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 7107 characters]

WHEEL

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

RECORD

Path Digest Size
exchanges_wrapper/__init__.py sha256=jasTrqtxZ48s2z62xRzNLqRGGqRQgXFzBGvxhPaBKlw 1615
exchanges_wrapper/client.py sha256=5u8XRZ4hNK3rX77I9qcJ6Hrco88vlvcfHOnelMs2XTo 78543
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=FjqsH5DR25xBModjvNoFixaI8N1gA0zQ5AiohcSER_w 35965
exchanges_wrapper/exch_srv_cfg.toml.template sha256=9AWU3jkn0n-9RSGVBfM4cYhkNiXWZQfXTiE_lL2JKwo 5462
exchanges_wrapper/http_client.py sha256=ljs85ReEbdpigecYP1VLvZJmaF87aF1QnuCjylGUvkA 12649
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=SQJl4ODqWpkZCnU9DZbSJbGL0LiQwMRbCpkmWfP_jwg 18238
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.30.dist-info/entry_points.txt sha256=IZ_irP_9_ByhUXTYiMNMsuQ0FZ8rpfA6fa_p2uGGOzk 128
exchanges_wrapper-2.1.30.dist-info/licenses/LICENSE.md sha256=xUDdOXNH3Tpax2HbmI8MvFu8IabR-IRxSVv0KuHye9U 1114
exchanges_wrapper-2.1.30.dist-info/WHEEL sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4 82
exchanges_wrapper-2.1.30.dist-info/METADATA sha256=ybSBdGT6wMG5pRjzPCSCdoT0T75u2hqqf9YVdyW6Td0 8032
exchanges_wrapper-2.1.30.dist-info/RECORD

entry_points.txt

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