Skip to main content

Provide a Middleware between the system and CFX

Project description

CFX Middleware

Description

CFX Middleware is a middleware platform designed to facilitate integration and communication between parser results systems and CM

Author

  • Victor Dominguez

Installation

To install the package run

pip install cfx_middleware

if you want a specific version use

pip install cfx_middleware==version

Usage

In your py file you must call the package from cfx_middleware import parser_result and provide the parser result dict or JSON as parameter

Example

from cfx_middleware import parser_result

success = parser_result({parser_result})

if success:

    do something

License

This project is licensed under the PCD License.

Contributing

Contributions are welcome! If you'd like to contribute to CFX Middleware, please follow these steps:

  1. Fork the repository.
  2. Create a branch for your new feature (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push the branch (git push origin feature/new-feature).
  5. Create a new pull request.

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

cfx_middleware-2.0.tar.gz (16.0 kB view hashes)

Uploaded Source

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