asyncfix


Nameasyncfix JSON
Version 0.8.3 PyPI version JSON
download
home_page
SummaryAsyncIO FIX Protocol client for Python
upload_time2023-10-12 11:09:31
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License
keywords asyncio fix protocol client server parser unit tests simplefix tester orders
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # asyncfix
![tests](https://github.com/alexveden/asyncfix/actions/workflows/build.yml/badge.svg)
![coverage](https://github.com/alexveden/asyncfix/blob/main/.github/coverage.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

AsyncIO FIX protocol library for Python

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "asyncfix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "asyncio,FIX,protocol,client,server,parser,unit tests,simplefix,tester,orders",
    "author": "",
    "author_email": "Alex Veden <i@alexveden.com>",
    "download_url": "https://files.pythonhosted.org/packages/2e/f3/b077af8c824964b5db90236d42e4db96f55df080e9d0b2f9b9e9ccab5bc5/asyncfix-0.8.3.tar.gz",
    "platform": null,
    "description": "# asyncfix\n![tests](https://github.com/alexveden/asyncfix/actions/workflows/build.yml/badge.svg)\n![coverage](https://github.com/alexveden/asyncfix/blob/main/.github/coverage.svg)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\nAsyncIO FIX protocol library for Python\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "AsyncIO FIX Protocol client for Python",
    "version": "0.8.3",
    "project_urls": {
        "Homepage": "https://github.com/alexveden/asyncfix"
    },
    "split_keywords": [
        "asyncio",
        "fix",
        "protocol",
        "client",
        "server",
        "parser",
        "unit tests",
        "simplefix",
        "tester",
        "orders"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7082eb416fb8b95bdbcd26a13cac3d99072ee1621d4b6a68bad95e3b9fa73e67",
                "md5": "d9177e07668c84f3974e252a87e3a62c",
                "sha256": "c2867a291c01e003841b875c5c928b23145d617111594d2a9dfe3372c916790a"
            },
            "downloads": -1,
            "filename": "asyncfix-0.8.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d9177e07668c84f3974e252a87e3a62c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 43188,
            "upload_time": "2023-10-12T11:09:29",
            "upload_time_iso_8601": "2023-10-12T11:09:29.136909Z",
            "url": "https://files.pythonhosted.org/packages/70/82/eb416fb8b95bdbcd26a13cac3d99072ee1621d4b6a68bad95e3b9fa73e67/asyncfix-0.8.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ef3b077af8c824964b5db90236d42e4db96f55df080e9d0b2f9b9e9ccab5bc5",
                "md5": "af216df81171d1113ee65c440d0078fa",
                "sha256": "3f7fea72afdf7f5c28d63499f3d140acea6ae44cfaa104c6805d4b78c4995cf5"
            },
            "downloads": -1,
            "filename": "asyncfix-0.8.3.tar.gz",
            "has_sig": false,
            "md5_digest": "af216df81171d1113ee65c440d0078fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 62250,
            "upload_time": "2023-10-12T11:09:31",
            "upload_time_iso_8601": "2023-10-12T11:09:31.166520Z",
            "url": "https://files.pythonhosted.org/packages/2e/f3/b077af8c824964b5db90236d42e4db96f55df080e9d0b2f9b9e9ccab5bc5/asyncfix-0.8.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 11:09:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alexveden",
    "github_project": "asyncfix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "asyncfix"
}
        
Elapsed time: 0.12666s