This application provides a simple to use CLI that reflects industry standards (such as the AWS cli), and enables customers to easily integrate into configurations management, orchestration or automation frameworks to support the DevOps model
Trying to figure out how to work on contributing to this project.
Traceback (most recent call last):
File "/Users/something/incapsula-cli/cwafcli/main.py", line 2, in
from .Utils import clidriver
ImportError: attempted relative import with no known parent package
Seems like all packages are prefixed with a . whereas the actual subfolders where the python files live do not have that.
Additionally from what I've revied in the gitignore file, you're using VSCode for development and excluding a "build" folder.
How to you get to build these *.pyc files or to the result that pip3 brings you when installing.
Hello,
Trying to figure out how to work on contributing to this project. Traceback (most recent call last): File "/Users/something/incapsula-cli/cwafcli/main.py", line 2, in
from .Utils import clidriver
ImportError: attempted relative import with no known parent package
Seems like all packages are prefixed with a . whereas the actual subfolders where the python files live do not have that. Additionally from what I've revied in the gitignore file, you're using VSCode for development and excluding a "build" folder. How to you get to build these *.pyc files or to the result that pip3 brings you when installing.