fixparser


Namefixparser JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA Python library for parsing FIX protocol messages and exporting to text and CSV formats.
upload_time2024-11-28 09:04:06
maintainerNone
docs_urlNone
authorMeet Jethwa
requires_pythonNone
licenseMIT
keywords fix protocol fix message parser csv export
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FIXParser

FIXParser is a Python library for parsing FIX protocol messages and exporting them to human-readable text and structured CSV formats.

## Features
- Parses FIX protocol messages in comma-separated format.
- Outputs parsed data to text and CSV files.
- Includes a command-line interface (CLI) for easy usage.

## Installation
Install the library using pip:
```bash
pip install fixparser

Changelog
==========

1.0.0 (2024-11-27)
-------------------
- Added Initial release of the fixparser library.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fixparser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "FIX protocol, FIX message parser, CSV export",
    "author": "Meet Jethwa",
    "author_email": "meetjethwa3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/8e/4d4b6ee6614a4d8a663d28b20bd5747e4959e419900ddec110c8608af8b7/fixparser-1.0.1.tar.gz",
    "platform": null,
    "description": "# FIXParser\n\nFIXParser is a Python library for parsing FIX protocol messages and exporting them to human-readable text and structured CSV formats.\n\n## Features\n- Parses FIX protocol messages in comma-separated format.\n- Outputs parsed data to text and CSV files.\n- Includes a command-line interface (CLI) for easy usage.\n\n## Installation\nInstall the library using pip:\n```bash\npip install fixparser\n\nChangelog\n==========\n\n1.0.0 (2024-11-27)\n-------------------\n- Added Initial release of the fixparser library.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python library for parsing FIX protocol messages and exporting to text and CSV formats.",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "fix protocol",
        " fix message parser",
        " csv export"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c58e4d4b6ee6614a4d8a663d28b20bd5747e4959e419900ddec110c8608af8b7",
                "md5": "43d8477a6e6cdbd9aff836136da9ab34",
                "sha256": "fbad07ad1075ce91ef8d49de3d27093ea56e2c96006e5af2d403bbd7852f23de"
            },
            "downloads": -1,
            "filename": "fixparser-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "43d8477a6e6cdbd9aff836136da9ab34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3875,
            "upload_time": "2024-11-28T09:04:06",
            "upload_time_iso_8601": "2024-11-28T09:04:06.321143Z",
            "url": "https://files.pythonhosted.org/packages/c5/8e/4d4b6ee6614a4d8a663d28b20bd5747e4959e419900ddec110c8608af8b7/fixparser-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-28 09:04:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fixparser"
}
        
Elapsed time: 0.36863s