briefly icon indicating copy to clipboard operation
briefly copied to clipboard

Briefly - A Python Meta-programming Library for Job Flow Control

Results 3 briefly issues
Sort by recently updated
recently updated
newest added

When I try to execute the following code, I got the following error message. Any suggestions on how to address it? Code: from briefly import * from briefly.common import *...

**I did not test these changes with Python2**, but on Python3 after these changes I was able to execute the shell example (which was my original intention). Also, I created...

I am looking for using briefly to build my pipelined workflow. When I try to import briefly, this error occurs: ``` briefly/build/lib.linux-x86_64-2.7/briefly/__init__.py in () 19 20 from properties import *...