معرفی شرکت ها


fixations-0.2.8


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

This is a set of tools to look up / visualize FIX protocol data
ویژگی مقدار
سیستم عامل -
نام فایل fixations-0.2.8
نام fixations
نسخه کتابخانه 0.2.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jerome Provensal
ایمیل نویسنده jeromegit@provensal.com
آدرس صفحه اصلی https://github.com/jeromegit/fixations
آدرس اینترنتی https://pypi.org/project/fixations/
مجوز GPL-3.0-or-later
# FIXations! ## A set of tools to handle FIX protocol data - **fix_tags** - _explore FIX tags and their associated values either as CLI output or a GUI-like textual interface_ - **fix_parse_log** - _extract FIX lines from a (log) file and present them in a nicely formatted grid_ - **webfix** - _present copy-n-paste'd FIX lines into a nicely formatted grid_ ### Installation `pip3 install fixations` ### Examples of running these applications #### fix_tags _Click on the link below since it was too small to asciicast in this page_ [![asciicast](https://asciinema.org/a/551910.svg)](https://asciinema.org/a/551910?autoplay=1&t=2) #### fix_parse_log ![fix_parse_log_demo](images/fix_parse_log_demo.gif) #### webfix Webfix needs to be used with either Flask (for dev purposes) ```commandline $ python -m flask --app fixations.webfix run * Serving Flask app 'fixations.webfix' * Debug mode: off WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Running on http://127.0.0.1:5000 Press CTRL+C to quit ``` or something like gunicorn (or other WSGI servers) for production uses: ```commandline $ gunicorn fixations.wsgi:app [2023-01-16 19:55:31 -0500] [3380019] [INFO] Starting gunicorn 20.1.0 [2023-01-16 19:55:31 -0500] [3380019] [INFO] Listening at: http://127.0.0.1:8000 (3380019) [2023-01-16 19:55:31 -0500] [3380019] [INFO] Using worker: sync [2023-01-16 19:55:31 -0500] [3380028] [INFO] Booting worker with pid: 3380028 ``` ![webfix_session](images/webfix_session.png) ## FIX reference data source The data is extracted from the FIX specs available here: > https://www.fixtrading.org/packages/fix-repository-2010/ (see fix_repository_2010_edition_20200402.zip). NOTE: it requires the creation of a login/password to access it. ## TODO: 1. create hyperlink to FIX specs for each tag based on FIX version 2. [DONE] add more info to README.md. Use rule80A and 47 as example for fix_args 3. add more example(s) 4. add some pytest to detect the FIX version for example 5. add "direction" to columns to show whether it's a request or a response 6. catch exceptions and display them into the webpage 7. deploy to https://vercel.com/ 8. allow to create an ASCII table equivalent suitable to be cut-n-paste into a document for exanple 9. [DONE] add shortlink ala tinyurl and save it into a sqlite3 db store 10. black theme? 11. [DONE] allow to have no leading timestamp and use the timestamp FIX tags instead 12. add proper Logger 13. add DB stats 14. pypi.org can't display the ASCII screencast images. Need to reference github full path?


نیازمندی

مقدار نام
>=2.2.2,<3.0.0 flask
>=20.1.0,<21.0.0 gunicorn
>=0.9.0,<0.10.0 tabulate
>=2.1.2,<3.0.0 urwid
>=2.1.1,<3.0.0 termcolor
>=0.5.7,<0.6.0 dataclasses-json
>=7.2.0,<8.0.0 pytest


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

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


نحوه نصب


نصب پکیج whl fixations-0.2.8:

    pip install fixations-0.2.8.whl


نصب پکیج tar.gz fixations-0.2.8:

    pip install fixations-0.2.8.tar.gz