معرفی شرکت ها


bitmex-websocket-0.3.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Bitmex websocket API
ویژگی مقدار
سیستم عامل -
نام فایل bitmex-websocket-0.3.5
نام bitmex-websocket
نسخه کتابخانه 0.3.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده José Oliveros
ایمیل نویسنده Jose Oliveros <jose.oliveros.1983@gmail.com>
آدرس صفحه اصلی https://github.com/joliveros/bitmex-websocket
آدرس اینترنتی https://pypi.org/project/bitmex-websocket/
مجوز The MIT License (MIT) Copyright (c) 2019 joliveros Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
bitmex-websocket ================ Install ------- .. code-block:: sh $ pip install bitmex-websocket Usage ----- 1. First you should set your `BITMEX_API_KEY` and `BITMEX_API_SECRET`. It can be done as follows: .. code-block:: sh $ cp .env.example .env # edit .env to reflect your API key and secret $ source .env 2. Then in your project you can consume `Instrument` as follows: .. code-block:: python import websocket from bitmex_websocket import Instrument from bitmex_websocket.constants import InstrumentChannels websocket.enableTrace(True) channels = [ InstrumentChannels.quote, InstrumentChannels.trade, InstrumentChannels.orderBookL2 ] XBTUSD = Instrument(symbol='XBTUSD', channels=channels) XBTUSD.on('action', lambda msg: print(msg)) XBTUSD.run_forever() TestNet -------- You may change the `BASE_URL` by setting the `BITMEX_BASE_URL` environment variable to: `https://testnet.bitmex.com/api/v1/`. Examples -------- Run example scripts: .. code-block:: sh $ ./examples/example.py Tests ----- Testing is set up using `pytest <http://pytest.org>` and coverage is handled with the pytest-cov plugin. Run your tests with `pytest` in the root directory. Coverage is ran by default and is set in the `pytest.ini` file. To see an html output of coverage open `htmlcov/index.html` after running the tests.


نیازمندی

مقدار نام
==1.2.0 alog
==6.0.0 bleach
==0.10.0 build
==2022.12.7 certifi
==1.15.1 cffi
==3.1.0 charset-normalizer
==8.1.3 click
==40.0.2 cryptography
==0.19 docutils
==3.4 idna
==6.6.0 importlib-metadata
==3.2.3 jaraco.classes
==0.8.0 jeepney
==23.13.1 keyring
==2.2.0 markdown-it-py
==0.1.2 mdurl
==9.1.0 more-itertools
==23.1 packaging
==2.0.3 pipfreeze
==1.9.6 pkginfo
==2.21 pycparser
==9.0.4 pyee
==2.15.1 Pygments
==1.0.0 pyproject-hooks
==37.3 readme-renderer
==2.28.2 requests
==0.10.1 requests-toolbelt
==2.0.0 rfc3986
==13.3.4 rich
==3.3.3 SecretStorage
==3.0.0 semver
==65.5.1 setuptools
==1.16.0 six
==4.0.2 twine
==4.5.0 typing-extensions
==1.26.15 urllib3
==0.5.1 webencodings
==1.5.1 websocket-client
==0.40.0 wheel
==3.15.0 zipp


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl bitmex-websocket-0.3.5:

    pip install bitmex-websocket-0.3.5.whl


نصب پکیج tar.gz bitmex-websocket-0.3.5:

    pip install bitmex-websocket-0.3.5.tar.gz