Skip to main content

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.

Project description

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

Getting started

  • Install lynx-flow

    pip install lynx-flow
    
  • Import Lynx class to start

    from lynx_flow.lynx import Lynx
    
  • Build your request in single, clear and readable flow

    Lynx().get().with_url(URL).with_headers(HEADERS).where().json().tobe().equal("The service is up and running")
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lynx-flow-0.0.3.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

lynx_flow-0.0.3-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page