{ "info": { "author": "Dirkjan Ochtman", "author_email": "djc.ochtman@kentyde.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Financial and Insurance Industry", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "fixlib\r\n======\r\n\r\nfixlib provides a Pythonic interface to build FIX engines. FIX messages\r\n(currently, only version 4.2 of the protocol is supported) are converted\r\nto very readable Python dictionaries. An abstract store interface is used\r\nto store messages and thereby provide the resend facilities required by the\r\nprotocol. An example store based on CouchDB and couchdb-python is provided.\r\nfixlib uses the asyncore module from the standard library to efficiently\r\nhandle network communication.\r\n\r\n\r\nRequirements\r\n============\r\n\r\n - setuptools (for easy running of tests)\r\n - python (tested on 2.6 only so far, should run on 2.5)\r\n - couchdb-python (if using the CouchDB store)\r\n\r\n\r\nFurther information\r\n===================\r\n\r\nfixlib is hosted on bitbucket.org. Bugs can be reported there.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://source.kentyde.com/fixlib", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "fixlib", "package_url": "https://pypi.org/project/fixlib/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fixlib/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://source.kentyde.com/fixlib" }, "release_url": "https://pypi.org/project/fixlib/0.5/", "requires_dist": null, "requires_python": null, "summary": "Pythonic library for dealing with the FIX protocol", "version": "0.5", "yanked": false, "yanked_reason": null }, "last_serial": 6013533, "releases": { "0.5": [] }, "urls": [], "vulnerabilities": [] }