iex_parser
iex_parser copied to clipboard
Parser for IEX pcap DEEP and TOPS files
Example from extracted data with `iex-to-csv`: ``` ordinal,timestamp,flags,symbol,size,price,trade_id 44614,2021-09-03T12:00:01.376605+00:00,192,"ENVB",200,2.68,1615105 44615,2021-09-03T12:00:01.376605+00:00,192,"ENVB",100,2.68,1615115 44715,2021-09-03T12:00:03.372378+00:00,192,"ANY",100,7.05,1638213 ``` But the timestamps are specified as signed 8 bit integers as counters of nanoseconds since POSIX (Epoch) time...
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.1 to 1.2.3. Release notes Sourced from mkdocs's releases. 1.2.3 MkDocs 1.2.3 is a bugfix release for MkDocs 1.2. Aside: MkDocs has a new chat room on...
Bumps [pygments](https://github.com/pygments/pygments) from 2.6.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [nltk](https://github.com/nltk/nltk) from 3.4.5 to 3.6.6. Changelog Sourced from nltk's changelog. Version 3.6.7 2021-12-28 Resolve IndexError in sent_tokenize and word_tokenize (#2922) Version 3.6.6 2021-12-21 Refactor gensim.doctest to work for gensim...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...