Metadata-Version: 2.1
Name: fixations
Version: 0.2.4
Summary: This is a set of tools to look up / visualize FIX protocol data
Home-page: https://github.com/jeromegit/fixations
License: GPL-3.0-or-later
Keywords: fix,fix-protocol
Author: Jerome Provensal
Author-email: jeromegit@provensal.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: dataclasses-json (>=0.5.7,<0.6.0)
Requires-Dist: flask (>=2.2.2,<3.0.0)
Requires-Dist: gunicorn (>=20.1.0,<21.0.0)
Requires-Dist: pytest (>=7.2.0,<8.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: termcolor (>=2.1.1,<3.0.0)
Requires-Dist: urwid (>=2.1.2,<3.0.0)
Description-Content-Type: text/markdown

# FIXations!
## A set of tools to handle FIX protocol data
 - **fix_tags.py** - _explore FIX tags and their associated values either as CLI output or a GUI-like textual interface_
 - **fix_parse_log.py** - _extract FIX lines from a (log) file and present them in a nicely formatted grid_
 - **webfix.py** - _present copy-n-paste'd FIX lines into a nicely formatted grid_

### Examples
#### fix_tags.py
#### fix_parse_log.py
#### webfix.py

### Installation

### How to run them


## 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.

