lynx-flow


Namelynx-flow JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryLynx Flow is a streamlined and straightforward API requests library for building method call sequences. Simplify your code with clear and concise constructs using Lynx Flow.
upload_time2023-11-25 21:46:24
maintainer
docs_urlNone
authorToghrul Mirzayev
requires_python>=3.7
license
keywords testing api rest graphql backend qa test-automation automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Lynx Flow

Lynx Flow is a streamlined and straightforward API requests library for building method call sequences.
Simplify your code with clear and concise constructs using Lynx Flow.

![Lynx Flow logo](https://toghrulmirzayev.github.io/lynx-flow/lynx-flow.png)

# Getting started

* Install lynx-flow
  ```commandline
  pip install lynx-flow
  ```

* Import Lynx class to start
  ```python
  from lynx_flow.lynx import Lynx
  ```

* Build your request in single, clear and readable flow
  ```python
  Lynx().get().with_url(URL).with_headers(HEADERS).where().json().tobe().equal("The service is up and running")
  ```
  

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "lynx-flow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "testing,api,rest,graphql,backend,qa,test-automation,automation",
    "author": "Toghrul Mirzayev",
    "author_email": "togrul.mirzoev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/57/9d/d64c8ae3066e5d27e6b4c3b5cfe76c302106dcd54e6479d05e2c9cda9cb2/lynx-flow-0.0.3.tar.gz",
    "platform": null,
    "description": "# Lynx Flow\n\nLynx Flow is a streamlined and straightforward API requests library for building method call sequences.\nSimplify your code with clear and concise constructs using Lynx Flow.\n\n![Lynx Flow logo](https://toghrulmirzayev.github.io/lynx-flow/lynx-flow.png)\n\n# Getting started\n\n* Install lynx-flow\n  ```commandline\n  pip install lynx-flow\n  ```\n\n* Import Lynx class to start\n  ```python\n  from lynx_flow.lynx import Lynx\n  ```\n\n* Build your request in single, clear and readable flow\n  ```python\n  Lynx().get().with_url(URL).with_headers(HEADERS).where().json().tobe().equal(\"The service is up and running\")\n  ```\n  \n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Lynx Flow is a streamlined and straightforward API requests library for building method call sequences. Simplify your code with clear and concise constructs using Lynx Flow.",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [
        "testing",
        "api",
        "rest",
        "graphql",
        "backend",
        "qa",
        "test-automation",
        "automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adc75350d7bdbd0b63e2a83dbff9b7f251b00a4a34e23c47d5dc244e92385e97",
                "md5": "5e6d31378bdfccd9fd4d0acce8c9a33e",
                "sha256": "d74757d0415a057f27a73bfb81b0c3f53a93feb17d25adacbf87c9732003b383"
            },
            "downloads": -1,
            "filename": "lynx_flow-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5e6d31378bdfccd9fd4d0acce8c9a33e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3320,
            "upload_time": "2023-11-25T21:46:23",
            "upload_time_iso_8601": "2023-11-25T21:46:23.301446Z",
            "url": "https://files.pythonhosted.org/packages/ad/c7/5350d7bdbd0b63e2a83dbff9b7f251b00a4a34e23c47d5dc244e92385e97/lynx_flow-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "579dd64c8ae3066e5d27e6b4c3b5cfe76c302106dcd54e6479d05e2c9cda9cb2",
                "md5": "a4b7777c0afc1d5a9bdb32b8622064eb",
                "sha256": "d7bb66018e02aa79f56bf931dec89cf77090b1c1b7aeed9643420f23f680a4b0"
            },
            "downloads": -1,
            "filename": "lynx-flow-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a4b7777c0afc1d5a9bdb32b8622064eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3016,
            "upload_time": "2023-11-25T21:46:24",
            "upload_time_iso_8601": "2023-11-25T21:46:24.876510Z",
            "url": "https://files.pythonhosted.org/packages/57/9d/d64c8ae3066e5d27e6b4c3b5cfe76c302106dcd54e6479d05e2c9cda9cb2/lynx-flow-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 21:46:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lynx-flow"
}
        
Elapsed time: 0.14824s